+ Reply to Thread
Results 1 to 5 of 5

VLOOKUP and wildcard

  1. #1
    Fish
    Guest

    VLOOKUP and wildcard

    I am using the following formula, my problem is that the data that is being
    used to look up is as follows: Doe, John and here is where the problem comes
    in, what it is looking up is Doe, John T the data that is being looked up has
    the persons middle initial and there is nothing I can do to change this.
    =VLOOKUP(B13,everyone!$B$2:$E$560,4,FALSE)

    Is there a way to use a wildcard with VLOOKUP or is there another way to do
    this?
    Thanks in advance for your help.

    Fishdaddy

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    hi, not sure if the database has the intial, or the criteria:

    If it is the database, change the false to true in the vlookup.

    If it is the criteria, use something like left(a1,len(a1)-2) if the criteria was in cell a1
    to remove the last space and middle initial of the name

    =vlookup(left(a1,len(a1)-2),range,2,false)
    not a professional, just trying to assist.....

  3. #3
    R.VENKATARAMAN
    Guest

    Re: VLOOKUP and wildcard

    see this url

    http://www.bettersolutions.com/excel...12107/12101924
    1833391122202412121865.htm

    I got solution to this

    =VLOOKUP("a*",rv,2,FALSE)

    mine excel 2000

    but I suspect wildcard characters can be appended only to text
    ==================

    Fish <[email protected]> wrote in message
    news:[email protected]...
    > I am using the following formula, my problem is that the data that is

    being
    > used to look up is as follows: Doe, John and here is where the problem

    comes
    > in, what it is looking up is Doe, John T the data that is being looked up

    has
    > the persons middle initial and there is nothing I can do to change this.
    > =VLOOKUP(B13,everyone!$B$2:$E$560,4,FALSE)
    >
    > Is there a way to use a wildcard with VLOOKUP or is there another way to

    do
    > this?
    > Thanks in advance for your help.
    >
    > Fishdaddy






  4. #4
    Tom Ogilvy
    Guest

    Re: VLOOKUP and wildcard

    =VLOOKUP(left(B13,len(B13)-2),everyone!$B$2:$E$560,4,FALSE)

    --
    Regards,
    Tom Ogilvy

    "Fish" <[email protected]> wrote in message
    news:[email protected]...
    > I am using the following formula, my problem is that the data that is

    being
    > used to look up is as follows: Doe, John and here is where the problem

    comes
    > in, what it is looking up is Doe, John T the data that is being looked up

    has
    > the persons middle initial and there is nothing I can do to change this.
    > =VLOOKUP(B13,everyone!$B$2:$E$560,4,FALSE)
    >
    > Is there a way to use a wildcard with VLOOKUP or is there another way to

    do
    > this?
    > Thanks in advance for your help.
    >
    > Fishdaddy




  5. #5
    Chris Rogers
    Guest

    Re: VLOOKUP and wildcard

    Have you given thought to stripping out the middle initial to populate
    a new "everyone" sheet?


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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