Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find match between 2 columns and then record data that is in colum | Excel Discussion (Misc queries) | |||
Keeping a sum colum correct after inserting a colum of data in fro | Excel Discussion (Misc queries) | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) | |||
Check data on colum A and find match on colum b | Excel Discussion (Misc queries) | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) |