+ Reply to Thread
Results 1 to 5 of 5

Multiple if or multiple vlookup

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

    Multiple if or 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
    Jerry W. Lewis
    Guest

    Re: Multiple if or multiple vlookup

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

    Jerry

    Robo wrote:

    > 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



  3. #3
    Registered User
    Join Date
    07-21-2004
    Posts
    66
    I get #NAME?

    Any thoughts?

    Rob

  4. #4
    Bob Phillips
    Guest

    Re: Multiple if or multiple vlookup

    see response in .misc

    --

    HTH

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


    "Robo" <Robo.1yhlkn_1131972005.3545@excelforum-nospam.com> wrote in message
    news:Robo.1yhlkn_1131972005.3545@excelforum-nospam.com...
    >
    > 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=484827
    >




  5. #5
    Peo Sjoblom
    Guest

    Re: Multiple if or multiple vlookup

    Did you replace Source1-3 with your real tables

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Robo" <Robo.1yhnno_1131974704.8146@excelforum-nospam.com> wrote in message
    news:Robo.1yhnno_1131974704.8146@excelforum-nospam.com...
    >
    > I get #NAME?
    >
    > Any thoughts?
    >
    > Rob
    >
    >
    > --
    > Robo
    > ------------------------------------------------------------------------
    > Robo's Profile:
    > http://www.excelforum.com/member.php...o&userid=12058
    > View this thread: http://www.excelforum.com/showthread...hreadid=484827
    >



+ 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