+ Reply to Thread
Results 1 to 8 of 8

VLOOKUP from multiple table arrays

  1. #1
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    VLOOKUP from multiple table arrays

    Hi All,

    Apologies if I don't have my terminology wrong here, I have never done a VLOOKUP by myself

    What I would like the VLOOKUP to do is, look up a persons name from the tables on another sheet and paste the phone number.

    The formula works however, what I cant work out is, if the list isn't sorted alphabetically the value it pastes is the wrong value

    IFERROR(VLOOKUP(B3 & C3,'Contact Details'!A$3:C$114,3),IFERROR(VLOOKUP(B3 & C3,'Contact Details'!I$3:K$34,3),VLOOKUP(B3 & C3,'Contact Details'!Q$3:S$36,3)))

    Please note, I googled to get where I am at the moment. Is there something I am missing.

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,168

    Re: VLOOKUP from multiple table arrays

    It's best to attach a sample (read the yellow banner at the top of the page). But probably you just need to add "FALSE" to the end of your VLOOKUP formulas. i.e.,

    IFERROR(VLOOKUP(B3 & C3,'Contact Details'!A$3:C$114,3,FALSE),IFERROR(VLOOKUP(B3 & C3,'Contact Details'!I$3:K$34,3,FALSE),VLOOKUP(B3 & C3,'Contact Details'!Q$3:S$36,3,FALSE)))

  3. #3
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    Re: VLOOKUP from multiple table arrays

    Thank you for the time to reply.

    If I add FALSE, it returns #N/A

    I will remove the sensitive data and post an example

  4. #4
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    Re: VLOOKUP from multiple table arrays

    Sample attached

  5. #5
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    Re: VLOOKUP from multiple table arrays

    Back to the drawing board, tried adding names from different lists and it always displays the wrong phone number

  6. #6
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,168

    Re: VLOOKUP from multiple table arrays

    In Cell D3, try this formulas

    Please Login or Register  to view this content.

  7. #7
    Valued Forum Contributor
    Join Date
    10-17-2007
    Location
    Tasmania, Australia
    MS-Off Ver
    2019, 365(v2403)
    Posts
    370

    Re: VLOOKUP from multiple table arrays

    Quote Originally Posted by Gregb11 View Post
    In Cell D3, try this formulas

    Please Login or Register  to view this content.
    Wow. Ok.. That is amazing. Thank you.

  8. #8
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,168

    Re: VLOOKUP from multiple table arrays

    You're welcome. Glad it worked and thanks for the rep!

+ 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 multiple table arrays
    By TheBakerBoy in forum Excel General
    Replies: 2
    Last Post: 12-09-2015, 08:32 PM
  2. adding vlookup values from 2 table arrays
    By bduprey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-22-2015, 12:25 PM
  3. [SOLVED] Vlookup Over 2 Table Arrays?
    By nesbensen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-04-2015, 03:33 PM
  4. Using vlookup for two table arrays
    By harvindersingh1 in forum Excel General
    Replies: 3
    Last Post: 04-21-2007, 06:43 AM
  5. [SOLVED] Multiple Arrays, Vlookup
    By Oggie Ben Doggie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-26-2006, 05:30 PM
  6. [SOLVED] Vlookup in multiple arrays
    By Rbp9ad in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-28-2005, 11:05 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