Multiple if or multiple vlookup

  • Thread starter Thread starter Robo
  • Start date Start date
R

Robo

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

In summary I need

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

I this possible?

Thanks

Rob
 
=IF(ISNA(VLOOKUP(source1)),VLOOKUP(source1),IF(ISNA(VLOOKUP(source2)),VLOOKUP(source2),VLOOKUP(source3)))

Jerry
 
see response in .misc

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Did you replace Source1-3 with your real tables

--
Regards,

Peo Sjoblom

(No private emails please)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top