+ Reply to Thread
Results 1 to 3 of 3

Help create a IF statement to look to to seperate vookup data sour

  1. #1
    Scottinphx
    Guest

    Help create a IF statement to look to to seperate vookup data sour

    Can someone help me build a statement that will look to one vlookup table to
    find data, and if no data exists, go to a second vlookup table to find the
    data (data will always be present in this second table). Here are my 2
    individual vlookup statements:

    =VLOOKUP($F15,SHRINKS,6,false)

    =VLOOKUP($F15,STORES_TY_PL,false)

    I appreciate the help.

  2. #2
    Elkar
    Guest

    RE: Help create a IF statement to look to to seperate vookup data sour

    Will this work for you:

    =IF(ISNA(VLOOKUP($F15,SHRINKS,6,false)),VLOOKUP($F15,STORES_TY_PL,false),VLOOKUP($F15,SHRINKS,6,false))

    HTH,
    Elkar


    "Scottinphx" wrote:

    > Can someone help me build a statement that will look to one vlookup table to
    > find data, and if no data exists, go to a second vlookup table to find the
    > data (data will always be present in this second table). Here are my 2
    > individual vlookup statements:
    >
    > =VLOOKUP($F15,SHRINKS,6,false)
    >
    > =VLOOKUP($F15,STORES_TY_PL,false)
    >
    > I appreciate the help.


  3. #3
    paul
    Guest

    RE: Help create a IF statement to look to to seperate vookup data sour

    answers at your other post
    --
    paul
    paul.shepherd@nospamparadise.net.nz
    remove nospam for email addy!



    "Scottinphx" wrote:

    > Can someone help me build a statement that will look to one vlookup table to
    > find data, and if no data exists, go to a second vlookup table to find the
    > data (data will always be present in this second table). Here are my 2
    > individual vlookup statements:
    >
    > =VLOOKUP($F15,SHRINKS,6,false)
    >
    > =VLOOKUP($F15,STORES_TY_PL,false)
    >
    > I appreciate the help.


+ 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