ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF/VLOOKUP between multiple worksheets (https://www.excelbanter.com/excel-worksheet-functions/250650-if-vlookup-between-multiple-worksheets.html)

Joe

IF/VLOOKUP between multiple worksheets
 
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

T. Valko

IF/VLOOKUP between multiple worksheets
 
=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





All times are GMT +1. The time now is 01:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com