#1   Report Post  
Robo
 
Posts: n/a
Default Multiple vlookup


I have 3 data sources and one summary page. I want to lookup a cell in
my summary page and find the result in either one of my 3 data
sources(All within the same spreadsheet)

In summary I need

if vlookup data source 1 is #N/A THEN vlookup data source 2, if data
source 2 is #N/A vlookup data source 3. If not in all 3 data sources
"Not Found"

I this possible?

Thanks

Robo


--
Robo
------------------------------------------------------------------------
Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058
View this thread: http://www.excelforum.com/showthread...hreadid=484825

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default Multiple vlookup


=IF(ISNA(vlookup_formula1),IF(ISNA(vlookup_formula 2),IF(ISNA(vlookup_formula
3),"",vlookup_formula3),vlookup_formula2),vlookup_ formula1)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Robo" wrote in message
...

I have 3 data sources and one summary page. I want to lookup a cell in
my summary page and find the result in either one of my 3 data
sources(All within the same spreadsheet)

In summary I need

if vlookup data source 1 is #N/A THEN vlookup data source 2, if data
source 2 is #N/A vlookup data source 3. If not in all 3 data sources
"Not Found"

I this possible?

Thanks

Robo


--
Robo
------------------------------------------------------------------------
Robo's Profile:

http://www.excelforum.com/member.php...o&userid=12058
View this thread: http://www.excelforum.com/showthread...hreadid=484825



  #3   Report Post  
Robo
 
Posts: n/a
Default Multiple vlookup


Thanks for your help


--
Robo
------------------------------------------------------------------------
Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058
View this thread: http://www.excelforum.com/showthread...hreadid=484825

  #4   Report Post  
Robo
 
Posts: n/a
Default Multiple vlookup


Bob, thanks for your help but....


"=IF(ISNA(vlookup(a39,grml_owner,3,false),IF(ISNA( vlookup(a39,gt_owner,3,false),IF(ISNA(vlookup(a39, er_owner,3,false),"",vlookup(a39,er_owner,3,false) ,vlookup(a39,gt_owner,3,false),vlookup(a39,grml_ow ner,3,false)


The formula does not work at ,"",

Any ideas?

Thanks

Rob


--
Robo
------------------------------------------------------------------------
Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058
View this thread: http://www.excelforum.com/showthread...hreadid=484825

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 and multiple columns Dan Belcher Excel Discussion (Misc queries) 6 September 17th 05 11:47 AM
how do I use vlookup for multiple occurrences of the same value Edith F Excel Worksheet Functions 15 April 29th 05 06:12 PM
how do I use vlookup for multiple occurrences of the same value bj Excel Worksheet Functions 0 April 27th 05 10:43 PM
Vlookup with multiple conditions cambrus Excel Worksheet Functions 1 March 11th 05 05:21 PM
Can VLOOKUP return multiple answers based on several identical lo. jddtct Excel Worksheet Functions 3 January 11th 05 07:03 AM


All times are GMT +1. The time now is 02:08 PM.

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

About Us

"It's about Microsoft Excel"