Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default compare two columns and pull out differences

I have two columns of numbers. I want to know the numbers that do not have a
match or are not in both columns. But I need all of each column to be
compared to all of the other column...not cell by cell. It would be great if
I could pull out the differences and put them in a different column. Looking
at two long lists of numbers to pull out the different number is very time
consuming! Thanks for any help you can give me!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default compare two columns and pull out differences

To check column A against column B:
=IF(ISNUMBER(MATCH(A2,B:B,0)),"",A2)

vice versa:
=IF(ISNUMBER(MATCH(B2,A:A,0)),"",B2)

Any number listed has not been found in the corresponding column.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Anna" wrote:

I have two columns of numbers. I want to know the numbers that do not have a
match or are not in both columns. But I need all of each column to be
compared to all of the other column...not cell by cell. It would be great if
I could pull out the differences and put them in a different column. Looking
at two long lists of numbers to pull out the different number is very time
consuming! Thanks for any help you can give me!

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
How do I compare two columns contents for differences Denny Excel Worksheet Functions 3 April 3rd 23 04:16 PM
How to compare worksheets so differences are identified Debilin Excel Worksheet Functions 1 July 9th 09 02:21 PM
Compare two columns by aligning same-values and spacing out differences Jon Davis Excel Worksheet Functions 1 December 12th 07 02:55 AM
How do I compare 2 text columns & show differences in 3rd? Kelli Freeman Excel Worksheet Functions 2 December 29th 05 12:42 AM
Compare 2 columns to see differences Bugaglugs Excel Worksheet Functions 4 July 13th 05 02:55 AM


All times are GMT +1. The time now is 09:06 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"