Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Two columns of data - How to get the unmatching cell data to colum

Hi,

I have column A with 95 cells data and column B with 183 cells data.
Column A has some cells data that not match with column B cells data.
How to get the unmatching data to column C?
At the same time, how to compare duplicates within two columns in a
spreadsheet?
--
Thank you,
Cpviv
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Two columns of data - How to get the unmatching cell data to colum

There might be a better way but try this

in column C enter the following

=IF(COUNTIF($B$1:$B$183,A1)=0,A1,"") and drag all the way down.

To handle duplicates - http://www.cpearson.com/excel/Duplicates.aspx

Hope that helps.


"Cpviv" wrote in message
...
Hi,

I have column A with 95 cells data and column B with 183 cells data.
Column A has some cells data that not match with column B cells data.
How to get the unmatching data to column C?
At the same time, how to compare duplicates within two columns in a
spreadsheet?
--
Thank you,
Cpviv



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
Find match between 2 columns and then record data that is in colum Karl Excel Discussion (Misc queries) 3 December 8th 05 09:56 PM
Keeping a sum colum correct after inserting a colum of data in fro hazel Excel Discussion (Misc queries) 3 October 19th 05 09:51 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 22nd 05 01:41 PM
Check data on colum A and find match on colum b Chris(new user) Excel Discussion (Misc queries) 3 March 20th 05 04:45 PM
Look up data in colum a and find match in colum b Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:27 PM


All times are GMT +1. The time now is 06:07 AM.

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"