Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to do a VLOOKUP with a Wild Card? We have various systems that
display the names slightly different for our staff and would like to combine it all in one sheet. Right now my lookup looks like this: =VLOOKUP(A2, '[Premier Goals.xls]FTE'!$A$2:$F$100, 6, 0) Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sure, you could do something like this:
=VLOOKUP(A2 & "*", '[Premier Goals.xls]FTE'!$A$2:$F$100, 6, 0) If you had "abc" in cell A2, this would match "abc" and "abcdef". HTH, JP "RoadKill" wrote: Is it possible to do a VLOOKUP with a Wild Card? We have various systems that display the names slightly different for our staff and would like to combine it all in one sheet. Right now my lookup looks like this: =VLOOKUP(A2, '[Premier Goals.xls]FTE'!$A$2:$F$100, 6, 0) Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked perfect. Thank you
"RoadKill" wrote: Is it possible to do a VLOOKUP with a Wild Card? We have various systems that display the names slightly different for our staff and would like to combine it all in one sheet. Right now my lookup looks like this: =VLOOKUP(A2, '[Premier Goals.xls]FTE'!$A$2:$F$100, 6, 0) Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
wild card in sumproduct | Excel Worksheet Functions | |||
Wild Card Search | Excel Worksheet Functions | |||
wild card -- help with formula | Excel Discussion (Misc queries) | |||
Wild card * | Excel Worksheet Functions | |||
Wild Card and Dates | Excel Worksheet Functions |