LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default comparing two columns for partial values

I don't want to type DOE in every cell, otherwise I would just search for
everyone and highlight them manually. I though there should be a search
function which automatically search all the terms in one cell and compare it
to the array in another coulmn.

"Alan" wrote:

Try the FIND or SEARCH functions, FIND is case sensitive, SEARCH is not. eg
=IF(ISERROR(FIND("Doe",A1)),"No","Yes") will return 'Yes' for 'Doe', but not
'doe'
=IF(ISERROR(SEARCH("Doe",A1)),"No","Yes") will return 'Yes' for 'Doe' or
'doe'
Both will return 'No' if there is no match.
Regards,
Alan.
"Trumpet" wrote in message
...
Hello every, I have a question and would really appreciate if someone
could
reply me ASAP.
I have two columns in excel
Coulmn A contains 500 cells for example
Jane Doe, SOme Last name, Hellp there,
Coulmn B contain 70 cells only with example
Doe J, Lastname S, There H
I only have 70 matches, but i don't know how to match those 70 cells to
the
500 cells. I am looking for a partial match to check in cell A2 (for
exmple)
if there is DOE in cell B2 and return the value Yes in cell C2

May you please help



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing two columns of text values MYATT Excel Discussion (Misc queries) 2 September 24th 08 08:48 PM
comparing text values in two columns TD Excel Discussion (Misc queries) 6 June 10th 08 10:40 AM
Match Values in Rows with Partial Values in Columns ryguy7272 Excel Worksheet Functions 3 August 8th 07 05:14 PM
Comparing values in two columns P.hamsa Excel Discussion (Misc queries) 4 May 13th 07 04:50 PM
Comparing values in columns Sandy Excel Worksheet Functions 2 April 19th 07 09:40 AM


All times are GMT +1. The time now is 08:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"