Linking different cells from one sheet to another in same workbook

J

John

I've been trying to link certain cells from work sheet A, separated by 7 rows
and same column, to work sheet B. 'Summary Data'!$B$32 is an example of
the formula in sheet B but the next cell down would have to be ='Summary
Data'!$B$39, 7 cells down from the previous one.

how do I add rows to the first formula without having to modify each formula
for the next 500 cells down?
 
S

Sean Timmons

On sheet B, I would enter, say, 32 in cell A1. Then, 39 in the next, and then
fill down the number of rows you need.

Then, in another column, enter

=INDIRECT("SheetA!$B$"&A1)

and copy down!
 

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