A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Two columns of data - How to get the unmatching cell data to colum



 
 
Thread Tools Display Modes
  #1  
Old May 16th, 2008, 05:06 PM posted to microsoft.public.excel.worksheet.functions
Cpviv
external usenet poster
 
Posts: 16
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  
Old May 16th, 2008, 05:51 PM posted to microsoft.public.excel.worksheet.functions
Gaurav[_6_]
external usenet poster
 
Posts: 128
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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:34 PM.


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