Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am doing financial summary report based on 12 months worksheets. I have
formula extracting data from each month worksheet. When copying formula from month to month, I would need to substitute the worksheet name, like "APR-05" to "MAY-05". I want like to define the 12-month worksheet names on the summary page. So, the formula can refer to the corresponding reference cell instead. =IF(ISERROR(INDEX('Apr-05'!A:I,MATCH('2005 Summary'!A2,'Apr-05'!B:B,0),9)),0,INDEX('Apr-05'!A:I,MATCH('2005 Summary'!A2,'Apr-05'!B:B,0),9)) Is there a way to implement that? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet reference | Excel Discussion (Misc queries) | |||
Using cell contents to reference worksheet names | Excel Discussion (Misc queries) | |||
Worksheet reference behaving funny | Excel Discussion (Misc queries) | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions | |||
Reference a cell to get worksheet name | Excel Worksheet Functions |