+ Reply to Thread
Results 1 to 7 of 7

Vlook Up Array table has Multiple Values

  1. #1
    Registered User
    Join Date
    01-07-2018
    Location
    INDIA
    MS-Off Ver
    2010
    Posts
    37

    Vlook Up Array table has Multiple Values

    Hi All,

    i have seen several examples where VLOOKUP works with multiple values even , however i am not getting it , i am trying to look up from another workbook I realized that VLOOKUP will only look at one row with the reference value that you select. However, my problem is that I will have multiple values in the table array that will refer to the same reference point. please help me how do i get rid of this even i did try with index match function however it also works for the same way.


    here is the Formula

    =VLOOKUP(A2,'[Open Data Set.xlsb]Sheet1'!$C$1:$I$468196,7,0)

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Vlook Up Array table has Multiple Values

    We need a sample workbook, to help you really:

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    01-07-2018
    Location
    INDIA
    MS-Off Ver
    2010
    Posts
    37

    Re: Vlook Up Array table has Multiple Values

    Thank you so much for the quick response, here are both the sample files ,

    Now i have to look up the Customer name and Bill from Open Data Set ,
    when i am trying look up it is getting the values from first row
    For example Bill # 8850483 , when i look up this bill Number ,not getting the names because it keeps on repeating 4 times ,
    i need it should only get the value where names is present , not blank .
    Attached Files Attached Files

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Vlook Up Array table has Multiple Values

    Why not just sort the data by the name column? Your vlookup will work fine then

  5. #5
    Registered User
    Join Date
    01-07-2018
    Location
    INDIA
    MS-Off Ver
    2010
    Posts
    37

    Re: Vlook Up Array table has Multiple Values

    because there are more columns (not enclosed ) due to size issues , i need to look up if every time i need to sort the data it would be taking long time .

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,197

    Re: Vlook Up Array table has Multiple Values

    I would suggest you add another column (I used column A) where the billing number with a customer name is given a suffix e.g x, so you have billing number 12345678x

    in column A

    =IF(D2<>"",B2&"x","")

    then

    =VLOOKUP($A2&"x",'[Sampls Open Data Set.xlsx]Sheet1'!$A$1:$I$468196,3,0)

  7. #7
    Registered User
    Join Date
    01-07-2018
    Location
    INDIA
    MS-Off Ver
    2010
    Posts
    37

    Re: Vlook Up Array table has Multiple Values

    Thank you everyone for all the help

+ 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] Trying to use array formulas to lookup-return multiple values into a table
    By cvmiller39 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-07-2017, 05:57 PM
  2. [SOLVED] Multiple Vlook up values
    By i82 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-16-2016, 06:37 AM
  3. Replies: 7
    Last Post: 08-08-2014, 11:01 AM
  4. Find a value from array in another table with multiple values
    By ASAFSWIS in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-25-2013, 09:19 AM
  5. Replies: 2
    Last Post: 02-06-2013, 04:44 AM
  6. VLOOK problem with multiple values in table array
    By Backroomgeeza in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-14-2013, 08:49 AM
  7. [SOLVED] Vlook up when duplicate values in the array table and lookup column
    By vinodt in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-02-2012, 10:28 PM

Tags for this Thread

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