ExcelTip.com
Account Icon Account Icon Account Icon
ExcelTip.com

Go Back   Excel Help Forum > Limelight Media - ExcelTip.com Books > F1 Get the most out of Excel Formulas & Functions

Notices

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 08-13-2007, 09:23 AM
j007warren j007warren is offline
Registered User
 
Join Date: 13 Aug 2007
Posts: 2
j007warren is on a distinguished road
Question Problem with Data

I have a spreadsheet with 2 columns, A and B both with text. Some of the data are the same in both columns. I would like to take the text that is different from column A from that in column B and put that data into column C. Basically I need to filter out the same information from both columns and determine what data is different between the two columns...

Did this make sense?? It sounds simple enough, but I can't seem to get it to work.

Any help would be GREATLY appreciated!

jim
Reply With Quote
  #2  
Old 08-13-2007, 10:02 AM
NBVC's Avatar
NBVC NBVC is online now
Forum Moderator
 
Join Date: 06 Dec 2006
Location: Mississauga, CANADA
Posts: 7,656
NBVC will become famous soon enough NBVC will become famous soon enough
You may need 2 formulas in 2 separate columns to get unique items when comparing 2 lists.

in C1, =IF(ISNA(MATCH($A1,$B$1:$B$100,0)),$A1,"") copied down

in D1, =IF(ISNA(MATCH($B1,$A$1:$A$100,0)),$B1,"") copied down

The first lists the elements in A that are not in B and the second lists the elements in B that are not in A...

adjust the ranges to suit.
__________________
Where there is a will there are many ways. Finding one that works for you is the challenge!

Please read the Forum Rules: Rules
Reply With Quote
  #3  
Old 08-15-2007, 03:33 PM
j007warren j007warren is offline
Registered User
 
Join Date: 13 Aug 2007
Posts: 2
j007warren is on a distinguished road
That got it. I just changed the cell B100 or A100 to the whole column!

Thanks a bunch for your helP!
Reply With Quote
Reply

Bookmarks

New topics in F1 Get the most out of Excel Formulas & Functions


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -4. The time now is 01:13 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0