+ Reply to Thread
Results 1 to 9 of 9

Wildcard vlookup return multiple values

  1. #1
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Question Wildcard vlookup return multiple values

    I need a formula with no Macros – here an example of what I’m trying to do.

    I have an entries of 10000+. below mentioned the small amount of entries
    Workbook A contains:

    10101 REUNION PLACE, SUITE 910, SAN ANTONIO, TX, 78216
    PO BOX 1012, WINCHESTER, MA, 01890
    1166 JAMESTOWN RD, WILLIAMSBURG, VA, 23188
    4569 STREET, apartment 801, SAN ANTONIO, TX, 94105
    13714 SOUTHERNWOOD CT., CHANTILLY, VA, 20151
    4600 SOUTH SYRACUSE STREET, SUITE 500, DENVER, CO, 80237
    4568 AVENUE, WINCHESTER, MA, 10022

    Workbook 2 contains:

    cell | lookup value

    A2|SAN ANTONIO, TX
    A3|SAN ANTONIO, TX
    A4|WINCHESTER, MA
    A5|WINCHESTER, MA

    when i lookup workbook 2 values with workbook 1 by using wildcard lookup, it returns the first result of matching entry . Is der any way to get the multiple values using vlookup formula.

    Formula i used: =vlookup("*",A2,"*",workbook 1 first column array,2,0)

    result i got:

    cell|lookupvaue
    A2|SAN ANTONIO, TX|10101 REUNION PLACE, SUITE 910, SAN ANTONIO, TX, 78216
    A3|SAN ANTONIO, TX|10101 REUNION PLACE, SUITE 910, SAN ANTONIO, TX, 78216
    A4|WINCHESTER, MA|PO BOX 1012, WINCHESTER, MA, 01890
    A5|WINCHESTER, MA|PO BOX 1012, WINCHESTER, MA, 01890

    result i want:

    A2|SAN ANTONIO, TX|10101 REUNION PLACE, SUITE 910, SAN ANTONIO, TX, 78216
    A3|SAN ANTONIO, TX|4569 STREET, apartment 801, SAN ANTONIO, TX, 94105
    A4|WINCHESTER, MA|PO BOX 1012, WINCHESTER, MA, 01890
    A5|WINCHESTER, MA|4568 AVENUE, WINCHESTER, MA, 10022

    Please help me..Thanks in advance

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,730

    Re: Wildcard vlookup return multiple values

    It would help if you attached a sample Excel workbook.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Please note that the Paperclip icon does not work.

    Pete

  3. #3
    Registered User
    Join Date
    01-20-2017
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    199

    Re: Wildcard vlookup return multiple values

    I was able to do the match on sheet 2. Maybe this could be a starting point to hyperlink to the new workbook?

  4. #4
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Re: Wildcard vlookup return multiple values

    Thanks for your replies Pete_Uk and BillyRaySpivy

    Attached the sample files for your reference Pete_Uk.

    Thanks Again. It will be helpful to improve my excel skills.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Re: Wildcard vlookup return multiple values

    Thanks Billy. Already I have tried the formula's which u have shared. but its not meets my output i want.
    Last edited by Manikandan Arumugam; 02-21-2017 at 01:15 AM.

  6. #6
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Re: Wildcard vlookup return multiple values

    Thanks for your replies Pete_Uk.

    Attached the sample files for your reference Pete_Uk.

    Thanks Again. It will be helpful to improve my excel skills.
    Attached Files Attached Files

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Wildcard vlookup return multiple values

    Try

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


    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  8. #8
    Forum Contributor
    Join Date
    02-14-2017
    Location
    India
    MS-Off Ver
    2013
    Posts
    128

    Re: Wildcard vlookup return multiple values

    Thank You Shukla. Simply Great

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Wildcard vlookup return multiple values

    Glad it helps you...

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Vlookup to return multiple values?
    By amolo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-06-2015, 03:36 PM
  2. [SOLVED] VLOOKUP - return multiple values in same row
    By kahnailee in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-22-2015, 11:07 AM
  3. Replies: 13
    Last Post: 10-13-2014, 02:00 AM
  4. Vlookup function to return multiple values from multiple sheets
    By bsamant in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2013, 11:31 AM
  5. Return Multiple Values Using VLookUp
    By akim1010 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-16-2013, 03:36 AM
  6. VLOOKUP to return multiple values
    By n1kk1m in forum Excel General
    Replies: 12
    Last Post: 05-22-2009, 07:39 AM
  7. VLOOKUP to return multiple corresponding values
    By n1k in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-14-2008, 12:22 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