+ Reply to Thread
Results 1 to 4 of 4

Multiple vlookup

  1. #1
    Registered User
    Join Date
    07-21-2004
    Posts
    66

    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

  2. #2
    Bob Phillips
    Guest

    Re: Multiple vlookup


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

    --

    HTH

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


    "Robo" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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. #3
    Registered User
    Join Date
    07-21-2004
    Posts
    66
    Thanks for your help

  4. #4
    Registered User
    Join Date
    07-21-2004
    Posts
    66
    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_owner,3,false)


    The formula does not work at ,"",

    Any ideas?

    Thanks

    Rob

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1