Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Find the differences in 2 columns

Hi

I have 2 columns of data with lots of data replicated in both columns,
I am trying to find out the data from column A that is not replicated
in Column B
ie:
Column A column B
cynthia olivia
olivia bob
bob bruce
greg greg
judy Sam
gwen

so the answer I'm looking for in the above example would be cynthia,
judy and gwen as they only appear in column A and not in column B. I
do not need to know about Bruce or Sam as they are in column B but not
in column A - if that makes sensse.

Thanks for any help
Cat

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Find the differences in 2 columns

One way: =MATCH(A2,$B$2:$B$100,0) and fill down to the end of your column A
(and adjust the range of column B to suit, but keep the absolute references.)
Where an item in A matches an item in B, a number will be returned, and
where there is no match you'll get a #N/A error.

Those errors are the items in column A unique to column A.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Bec" wrote:

Hi

I have 2 columns of data with lots of data replicated in both columns,
I am trying to find out the data from column A that is not replicated
in Column B
ie:
Column A column B
cynthia olivia
olivia bob
bob bruce
greg greg
judy Sam
gwen

so the answer I'm looking for in the above example would be cynthia,
judy and gwen as they only appear in column A and not in column B. I
do not need to know about Bruce or Sam as they are in column B but not
in column A - if that makes sensse.

Thanks for any help
Cat


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
find all the possible differences equals to 3 Jason Excel Worksheet Functions 7 January 24th 07 09:37 PM
How do I find the differences in two spreadsheets ritalc Excel Discussion (Misc queries) 0 February 15th 06 04:31 PM
how do I find the differences in two spreadsheets ritalc Excel Discussion (Misc queries) 0 February 15th 06 04:20 PM
Compare two spreadsheets to find differences. Toby Excel Discussion (Misc queries) 1 March 29th 05 01:19 AM
How do I find differences between two excel worksheets? jfurneaux New Users to Excel 1 March 10th 05 02:05 PM


All times are GMT +1. The time now is 06:28 PM.

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

About Us

"It's about Microsoft Excel"