Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=VLOOKUP(left(B13,len(B13)-2),everyone!$B$2:$E$560,4,FALSE)
-- Regards, Tom Ogilvy "Fish" wrote in message ... 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you given thought to stripping out the middle initial to populate
a new "everyone" sheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup with wildcard | Excel Worksheet Functions | |||
Vlookup with wildcard | Excel Worksheet Functions | |||
using wildcard for vlookup? | Excel Discussion (Misc queries) | |||
Wildcard vlookup perhaps? | Excel Discussion (Misc queries) | |||
Vlookup with wildcard | Excel Discussion (Misc queries) |