+ Reply to Thread
Results 1 to 3 of 3

Vlookup with wildcard

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    51

    Vlookup with wildcard

    Hi All,

    I stuck while working on Vlookup with wildcard thing. Actually i have two column, one is "Name" and second is "Amt". In "Name" column i mentioned "Harindra Gopal Devadiga" and in "Amt" column i mentioned "100".

    Same way i have another two column with same names, "Name" and "Amt", now in "Name" column i mentioned "Harindra Devadiga" i skipped Gopal from it. Now what i want is with the help of VLOOKUP with WILDCARD i have to bring that same Amt.

    For reference i attached the file in which the red color cell have a formula "=VLOOKUP("*"&D2&"*",A2:B2,2,FALSE)". Can anyone help me out in this.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,172

    Re: Vlookup with wildcard

    Try this ...

    =VLOOKUP("*"&SUBSTITUTE(D2," ","*")&"*",A2:B2,2,FALSE)

  3. #3
    Registered User
    Join Date
    10-10-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    51

    Re: Vlookup with wildcard

    Hi Phuocam,

    Its working fine for me, but there are some other scenario i was facing issue

    For Eg: if name is Sandeep Reddy Peddhi in A2 and if i type name in reverse (Peddhi Reddy Sandeep) it get an #N/A and if i type Peddhi S it also give an same #N/A in D2
    error.

    Can you please help me out in this

+ 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. if statement with, vlookup and wildcard
    By conjohn in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-02-2015, 04:06 PM
  2. if statement with Vlookup and wildcard
    By conjohn in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 08-24-2015, 09:45 PM
  3. Vlookup with wildcard
    By lej1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-04-2013, 06:09 PM
  4. Wildcard vlookup perhaps?
    By Jonathan May in forum Excel General
    Replies: 6
    Last Post: 01-23-2006, 07:16 AM
  5. Vlookup with wildcard
    By Peter in forum Excel General
    Replies: 0
    Last Post: 01-13-2006, 04:00 PM
  6. [SOLVED] VLOOKUP and wildcard
    By Fish in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-14-2005, 10:06 AM
  7. [SOLVED] Wildcard and vlookup
    By Kopel in forum Excel General
    Replies: 2
    Last Post: 01-22-2005, 03:06 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