+ Reply to Thread
Results 1 to 3 of 3

Vlookup in two tables

  1. #1
    Forum Contributor
    Join Date
    05-04-2013
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    184

    Vlookup in two tables

    Hi, can someone help me fill out the attached worksheet with a formula I'm looking for? In the tab Vlookup, please write me a formula that would Vlookup the number column "A" to the table in tab "Table1". If it doesn't find the number, it will Vlookup in the tab "Table2" to find the result?

    Thank you very much
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Vlookup in two tables

    One way:

    =IFERROR(IFERROR(VLOOKUP(A2,Table1!A:B,2,0),VLOOKUP(A2,Table2!A:B,2,0)),"Not found in two tables")

    Edit: Just noticed your profile showing Excel 2003, but file with 2007 or later. Please confirm which version you are using.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Vlookup in two tables

    Try this..

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Excel Forum2.xlsx
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] vlookup with two tables
    By klp1234 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-07-2014, 11:30 PM
  2. VLOOKUP Tables?
    By drewsta in forum Excel General
    Replies: 6
    Last Post: 10-12-2012, 09:24 AM
  3. Replies: 5
    Last Post: 01-06-2011, 11:20 AM
  4. [SOLVED] Vlookup Tables
    By Lianne in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2006, 07:55 AM
  5. VLookUp / 2 Tables
    By carl in forum Excel General
    Replies: 2
    Last Post: 01-17-2006, 06:00 PM

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