I have a formula
=sum(indirect($q$1&"!P7"))
When I pull the formula down to other cells P7 doesn't change.
I need it to change to reference other cells when I pull it down.
Thanks,
I have a formula
=sum(indirect($q$1&"!P7"))
When I pull the formula down to other cells P7 doesn't change.
I need it to change to reference other cells when I pull it down.
Thanks,
Hello
Try the following amendment to you formula.
=SUM(INDIRECT($Q$1&"!P"&ROW(A7)))
Note the sum is not needed if you're just returning the cell value which is what this does.
Hope this helps.
Last edited by DBY; 03-21-2012 at 01:14 PM. Reason: amended reply
Or simply change the quotes![]()
=sum(indirect("$Q$1!"&P7))
Hi I used your suggestion, because I want it to do the same thing where the P7 cell woudl change to P8 and P9 and so on. So i need to go down the column. However when i use your formula it returns a 0
=INDIRECT("'"&TEXT(A38,"mmm yy")&"'"!D"&COLUMN(C7)
Well if you are going down a column it is the row number that changes, so you need ROW rather than COLUMN in your formula.
Hope this helps.
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks