Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can someone please suggest a formula to combine an if statement and vlookup formula? I have a database of names, I need to compare a column that contains a string of text to the list of names in a range and return the name within the string of text that is found in the names database. It will be even more helpful if the formula can return all the hits from the names database, not just the first one. So my question is how can I combine an IF(ISNUMBER(SEARCH("GNT",$E2)),"GNT","") FORMULA AND VLOOKUP($E5,'[First Names Database.xlsx]Prenoms'!$B$3:$B$38,1,FALSE) FORMULA. Thanks everyone for your suggestions!!! Best regards, Jasna |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine: ISNUMBER(SEARCH( and EXACT( ? | Excel Discussion (Misc queries) | |||
isnumber search | Excel Discussion (Misc queries) | |||
ISNUMBER & SEARCH problem | Excel Discussion (Misc queries) | |||
vlookup and search combine in vba. | Excel Programming | |||
vlookup and search combine in vba. | Excel Programming |