Hi All,
I'll set the backdrop of what I have and what result I'm expecting to get:
Excel 2003 SP3 version
Using VLOOKUP to return a numerical value from a range in another worksheet within the same workbook.
_______
I have defined Class as =Background!$B$16:$B$26 (this is a series of text values) - example Fighter, Thief, Cleric, etc.
I have defined Class1 as =PC1!$G$7 (the user chooses from the list of text values from Class) - let's use Thief in the example
I use a formula to calculate a numerical value of say 200000 in cell E9 of the PC1 worksheet.
Here's the question now:
I want to use Class1 (ex. Thief) in a VLOOKUP function to return a numerical value from another "worksheet" reflective of what 200000 represents in the worksheet titled Thief...it doesn't like the Class1 in the VLOOKUP function - see below
=VLOOKUP(E9,Class1!B4:C23,2,TRUE)
A correct syntax will go a long way as this will save alot of IF statements...thanks.
________________
I'll set the backdrop of what I have and what result I'm expecting to get:
Excel 2003 SP3 version
Using VLOOKUP to return a numerical value from a range in another worksheet within the same workbook.
_______
I have defined Class as =Background!$B$16:$B$26 (this is a series of text values) - example Fighter, Thief, Cleric, etc.
I have defined Class1 as =PC1!$G$7 (the user chooses from the list of text values from Class) - let's use Thief in the example
I use a formula to calculate a numerical value of say 200000 in cell E9 of the PC1 worksheet.
Here's the question now:
I want to use Class1 (ex. Thief) in a VLOOKUP function to return a numerical value from another "worksheet" reflective of what 200000 represents in the worksheet titled Thief...it doesn't like the Class1 in the VLOOKUP function - see below
=VLOOKUP(E9,Class1!B4:C23,2,TRUE)
A correct syntax will go a long way as this will save alot of IF statements...thanks.
________________