Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default compare two columns in same worksheet for similarities

I'm trying to compare column A to column B for similarities. Would like
similarities entered into column C. Can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default compare two columns in same worksheet for similarities

What do you define as similarities? Equality is easy to determine, but
similar can be pretty nebulous. Give us some examples of what you want to
do.

Regards,
Fred.

"Cynthia" wrote in message
...
I'm trying to compare column A to column B for similarities. Would like
similarities entered into column C. Can this be done?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default compare two columns in same worksheet for similarities

You can use the Exact function =exact(text1,text2) in column C and drag the
formula down the column. If it's similar, it returns TRUE, if not it says
FALSE. You can then select the column, copy and "paste special" as values to
do a Find for true. Or you can use the IF function in column D to copy the
true values: =IF(C1=FALSE," ",B1). You can then copy and paste special as
values the entire column D and then delete column C.

"Fred Smith" wrote in message
...
What do you define as similarities? Equality is easy to determine, but
similar can be pretty nebulous. Give us some examples of what you want to
do.

Regards,
Fred.

"Cynthia" wrote in message
...
I'm trying to compare column A to column B for similarities. Would like
similarities entered into column C. Can this be done?




Reply
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
Compare 2 worksheets all 6 columns in each worksheet Bud Excel Worksheet Functions 7 September 25th 08 02:26 PM
adding blank cells to multiple columns to show similarities Guest3731 Excel Discussion (Misc queries) 1 April 21st 08 06:22 PM
compare two columns within a worksheet, then highlight duplicates Beth Excel Worksheet Functions 1 September 20th 06 03:47 PM
How many similarities is between excel and access [email protected] Excel Discussion (Misc queries) 2 March 11th 06 03:19 AM
How do I Compare worksheet columns dannix54 Excel Worksheet Functions 8 May 9th 05 02:26 AM


All times are GMT +1. The time now is 09:12 AM.

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

About Us

"It's about Microsoft Excel"