Data list

G

Guest

I have a list of data that I am trying to summarize in a separate worksheet.
My formula in cell A3= Master!A2. In cell A4 I have the formula = Master!A14
(or 12 rows down). Cell A5= Master!A26 etc. down the entire sheet. I have
manually put in A14, A26, etc. down the column.

How can I automate that formula to say I would like whatever is 12 rows down
from the cell above it? So, in cell A4, I don't want to manually put in A14
but tell it to look 12 rows down from A3.

Does that make sense?
 
D

Debra Dalgleish

You can use the INDIRECT function. In cell A3, enter:

=INDIRECT("Master!A"&2+(ROW()-3)*12)

and copy down as far as required.
 
G

Guest

Thanks so much :)

Debra Dalgleish said:
You can use the INDIRECT function. In cell A3, enter:

=INDIRECT("Master!A"&2+(ROW()-3)*12)

and copy down as far as required.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top