Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have two different columns which should contain the same contents but there
are diffences. Each column should have 194 entries (cells) but one has only 150. Is there a function in excel which would allow me to compare the contents in each and highlight the 44 discrepancies? |
#2
![]() |
|||
|
|||
![]()
Yes, there is a function in Excel that can help you compare the contents of two columns and highlight the differences. Here's how you can do it:
Now, the discrepancies between the two columns should be highlighted in the color you chose. You can easily see where the differences are and make any necessary corrections.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way ...
If the 194 cells are in ColA and the 150 cells are in ColB, then at C1 put the formula =MATCH(A1,$B$1:$B$150,0) and copy down to C194. The cells in ColC that return #NA indicate the missing entries from ColB. Rgds, ScottO "Denny" wrote in message ... | I have two different columns which should contain the same contents but there | are diffences. Each column should have 194 entries (cells) but one has only | 150. Is there a function in excel which would allow me to compare the | contents in each and highlight the 44 discrepancies? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have used this formula in the past and have been able to then sort on
column C and it would but the number (matches) at the top followed by the #N/As. Is there a way to eliminate the "sort on" criteria or do this in another way? thank you, Marsha M "ScottO" wrote: One way ... If the 194 cells are in ColA and the 150 cells are in ColB, then at C1 put the formula =MATCH(A1,$B$1:$B$150,0) and copy down to C194. The cells in ColC that return #NA indicate the missing entries from ColB. Rgds, ScottO "Denny" wrote in message ... | I have two different columns which should contain the same contents but there | are diffences. Each column should have 194 entries (cells) but one has only | 150. Is there a function in excel which would allow me to compare the | contents in each and highlight the 44 discrepancies? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compare columns of info | Excel Discussion (Misc queries) | |||
How do I compare two columns on seperate sheets and replace text . | Excel Worksheet Functions | |||
Compare two columns | Excel Discussion (Misc queries) | |||
How do I merge the contents of two columns? | Excel Discussion (Misc queries) | |||
compare columns of different worksheets | Excel Discussion (Misc queries) |