ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Two columns of data - How to get the unmatching cell data to colum (https://www.excelbanter.com/excel-worksheet-functions/187785-two-columns-data-how-get-unmatching-cell-data-colum.html)

Cpviv

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

Gaurav[_3_]

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





All times are GMT +1. The time now is 04:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com