Hi I'm trying to use the indirect function to populate the following formula
=SUM('worksheet_1:Worksheet_100'!U2) - This formula works exactly as I want it to.....
The values worksheet_1 and Worksheet_100 are to be volatile and taken from cells AA1 and AA2. Cell AJ3 is a number (2 in this case).
I've tried the following syntax and keep getting a #REF error and it's driving me insane!!!
=SUM(INDIRECT("'"&AA1&":"&AA2&"'!U"&AJ3))
I've also tried
=INDIRECT(CONCATENATE("=SUM('",AA1,":",AA2,"'!U",AJ3,")"))
And tried putting =CONCATENATE("=SUM('",E1,":",N1,"'!U",AJ3,")") in cell AA3 then using =INDIRECT(AA3)
Please can anybody help?? A different way of doing the same thing perhaps?
Nothing works..... PLEASE PLEASE PLEASE SAVE ME FROM THE HELL OF EXCEL !!!!
=SUM('worksheet_1:Worksheet_100'!U2) - This formula works exactly as I want it to.....
The values worksheet_1 and Worksheet_100 are to be volatile and taken from cells AA1 and AA2. Cell AJ3 is a number (2 in this case).
I've tried the following syntax and keep getting a #REF error and it's driving me insane!!!
=SUM(INDIRECT("'"&AA1&":"&AA2&"'!U"&AJ3))
I've also tried
=INDIRECT(CONCATENATE("=SUM('",AA1,":",AA2,"'!U",AJ3,")"))
And tried putting =CONCATENATE("=SUM('",E1,":",N1,"'!U",AJ3,")") in cell AA3 then using =INDIRECT(AA3)
Please can anybody help?? A different way of doing the same thing perhaps?
Nothing works..... PLEASE PLEASE PLEASE SAVE ME FROM THE HELL OF EXCEL !!!!