Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Iam using the following Formula:
=VLOOKUP($W$5,'[2004 Rush Offensive Stats.xls]Game 47'!$B$2:$AO$100,37,FALSE) Where "Game 47 " is the name of a worksheet 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 "Formula contains an invalid reference", How can I get "Game *" to be a variable without an error? The cell content of B47 is in another workbook called "2004 Individulal Stats"which is where I would like to get part of the information needed to complete the above formula. Please help on how to accomplish this task Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to pass a workshhet name as a parameter into a subroutine ? | Excel Discussion (Misc queries) | |||
Sum Variable Ranges | Excel Worksheet Functions | |||
Add 2nd variable to if statement - ifAnd? | Excel Worksheet Functions | |||
Cell reference - for the sheet name, can I use a variable? | Excel Discussion (Misc queries) | |||
change function variable prompts?? | Excel Worksheet Functions |