Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have two columns containing names. there are some spelling and other errors. I am trying to use a search function combined with an array and Left(cell,4) functions to determine if the first four characters in the column B match any of the names in column C. Example: B C johnnathan, doe johnathen, doe Smith, Jane Jane smith if the first four characters match, i would like the cell containing the formula to result with the name in column C that matches. my attempt: =if(isnumber(search((left,B3,4)),$C$3:$C$141),$C$3 :$C$141,"") CSE Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Which Function to Use? Search an Array, Return a Row Value | Excel Discussion (Misc queries) | |||
Defining an array to search by | Excel Discussion (Misc queries) | |||
Text Search in an Array | Excel Worksheet Functions | |||
Text Search in an Array | Excel Discussion (Misc queries) | |||
Search array and return element No | Excel Worksheet Functions |