Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to use a named field to select a worksheet tab in another workbook. ie
i have a workbook called Master and need to collect data from a workbook called Reports, but i need to collect it from different worksheets within Reports depending on the month selected in Master. The tabs in Reports are M01,M02,etc. In Master I have a Named Field called 'Month" with M01,M02 etc entered in it. This field needs to select the corresponding tab in Reports. |
#2
![]() |
|||
|
|||
![]()
Usually the reference syntax goes something like '[Filename]Tabname!Cellname
or reference. Here is an obscure example from an old file of mine, which originally was pointed at something on a floppy. (don't ask me why...) =LOOKUP($B$2,'A:\[VOL2]1993COMP'!$A$6:$A$59,'A:\[VOL2]1993COMP'!$J$6:$J$59) "Graham" wrote in message ... I need to use a named field to select a worksheet tab in another workbook. ie i have a workbook called Master and need to collect data from a workbook called Reports, but i need to collect it from different worksheets within Reports depending on the month selected in Master. The tabs in Reports are M01,M02,etc. In Master I have a Named Field called 'Month" with M01,M02 etc entered in it. This field needs to select the corresponding tab in Reports. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding unique items in data field for pivot tables | Excel Discussion (Misc queries) | |||
Removing blank rows in a worksheet | Excel Worksheet Functions | |||
Select all data, multiple rows | Excel Discussion (Misc queries) | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |