Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Iam using the following Formula:
=VLOOKUP($W$5,'[2004 Rush Offensive Stats.xls]Game 37'!$B$2:$AO$100,37,FALSE) Where "Game 47 " is the name of a workbook in a specific workbook, I would like to have the number "47" as a variable. If I try: =VLOOKUP($W$5,'[2004 Rush Offensive Stats.xls]Game (RIGHT(B47,2))'!$B$2:$AO$100,37,FALSE) OR =VLOOKUP($W$5,'[2004 Rush Offensive Stats.xls]Game &AP47'!$B$2:$AO$100,37,FALSE) I get a "Foirmula contains an invalid reference", How can I get "Game *" to be a variable without an error? Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Link variable data from one worksheet to another worksheet? | New Users to Excel | |||
Variable worksheet name (tab) linked to cell in same worksheet | Excel Worksheet Functions | |||
Looking up a variable in one worksheet and copying information from another column to another worksheet?? | Excel Discussion (Misc queries) | |||
Variable worksheet name | Excel Worksheet Functions | |||
Assigning worksheet to worksheet variable | Excel Programming |