Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello -
I am trying to identify an alternative for the following IF/VLOOKUP formula for 13 individual letters with matching Sheets!: =IF(A3="A",vlookup(A!,A:H,6,FALSE),IF(A3="B",vlook up(B!,A:H,6,FALSE), etc. Thank you in advance for your assistance. Joe Stephens |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A3="A",vlookup(A!,A:H,6,FALSE),
You left out the actual lookup value. Try it like this... A1 being the lookup value. A3 being the sheet name. =VLOOKUP(A1,INDIRECT("'"&A3&"'!A:H"),6,0) -- Biff Microsoft Excel MVP "Joe" wrote in message ... Hello - I am trying to identify an alternative for the following IF/VLOOKUP formula for 13 individual letters with matching Sheets!: =IF(A3="A",vlookup(A!,A:H,6,FALSE),IF(A3="B",vlook up(B!,A:H,6,FALSE), etc. Thank you in advance for your assistance. Joe Stephens |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup using multiple worksheets | Excel Discussion (Misc queries) | |||
Vlookup for multiple worksheets | Excel Discussion (Misc queries) | |||
Vlookup for multiple criteria, multiple worksheets | Excel Worksheet Functions | |||
help with vlookup across multiple worksheets | Excel Worksheet Functions | |||
vlookup over multiple worksheets | Excel Worksheet Functions |