Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm just preparing a summery sheet for an work book that contains more then 60sheets (date wise) In Column B7 - Sheet Name(i.e. 26th April In Column C7 to G7 - Array Formula (i.e. {='26th April'!C21:G21}) In Column J7 to N7 - Array Formula (i.e. {='26th April'!J20:N20}) Is there any way to change the formula in a way to just drag down the formula by referring B cell instead of typing the sheet name in the formula. Thanks in anticipation.... Vinu. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use INDIRECT to build up a reference in the way you describe:
=INDIRECT("'"&$B7&"'!C21") Note that as the C21 is within a text string, it will not change when you copy the formula down or across, whereas the $B7 will change when you copy it down (and hence pick the next sheet names). Hope this helps. Pete On Apr 28, 1:29*pm, vinu wrote: Hi, I'm just preparing a summery sheet for an work book that contains more then 60sheets (date wise) In Column B7 - Sheet Name(i.e. 26th April In Column C7 to G7 - Array Formula (i.e. {='26th April'!C21:G21}) In Column J7 to N7 - Array Formula (i.e. {='26th April'!J20:N20}) Is there any way to change the formula in a way to just drag down the formula by referring B cell instead of typing the sheet name in the formula. Thanks in anticipation.... Vinu. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Pete,
Thanks a lot for the quick response. Perfectly fits my requirement. Regards, Vinu |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome, Vinu - thanks for feeding back.
Pete On Apr 28, 2:12*pm, vinu wrote: Hi Pete, Thanks a lot for the quick response. Perfectly fits my requirement. Regards, Vinu |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
putting date in a cell referring to the tab sheet | Excel Discussion (Misc queries) | |||
referring to a sheet in another file | Excel Worksheet Functions | |||
Referring to a variable cell on another sheet | Excel Worksheet Functions | |||
Formula referring to a different sheet | Excel Discussion (Misc queries) | |||
referring to previous sheet | Excel Discussion (Misc queries) |