Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe Joe is offline
external usenet poster
 
Posts: 476
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup using multiple worksheets Merlin Excel Discussion (Misc queries) 2 June 1st 09 01:51 PM
Vlookup for multiple worksheets BAKERSMAN Excel Discussion (Misc queries) 1 December 2nd 08 12:14 AM
Vlookup for multiple criteria, multiple worksheets jtoy Excel Worksheet Functions 4 January 25th 07 10:26 PM
help with vlookup across multiple worksheets jnasr Excel Worksheet Functions 5 November 3rd 05 03:57 AM
vlookup over multiple worksheets Neil Excel Worksheet Functions 3 December 16th 04 09:19 PM


All times are GMT +1. The time now is 10:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"