PC Review


Reply
Thread Tools Rate Thread

comparing a column in two separate spreadsheets

 
 
childofthe1980s
Guest
Posts: n/a
 
      17th Oct 2008
Hello:

I have two spreadsheets which have almost identical columns, in terms of the
data contained in each sheet.

I want to filter out of spreadsheet "B" the data in its first column that
matches the data in the first column of spreadsheet "A". You see,
ultimately, I'm trying to find data in spreadsheet "B" that does not match
data in spreadsheet "A". The best way is to filter based on the first column
of each.

How do I do this?

childofthe1980s
 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a
 
      17th Oct 2008
=IF(ISERROR(MATCH(A2,B!$a$2:$a$30067,0)),"new","match ")

A2 would be the cell ref you are matching against the column in spreadsheet A.



"childofthe1980s" wrote:

> Hello:
>
> I have two spreadsheets which have almost identical columns, in terms of the
> data contained in each sheet.
>
> I want to filter out of spreadsheet "B" the data in its first column that
> matches the data in the first column of spreadsheet "A". You see,
> ultimately, I'm trying to find data in spreadsheet "B" that does not match
> data in spreadsheet "A". The best way is to filter based on the first column
> of each.
>
> How do I do this?
>
> childofthe1980s

 
Reply With Quote
 
childofthe1980s
Guest
Posts: n/a
 
      18th Oct 2008
Thanks, Bob! That's exactly what I needed!

childofthe1980s

"Bob" wrote:

> =IF(ISERROR(MATCH(A2,B!$a$2:$a$30067,0)),"new","match ")
>
> A2 would be the cell ref you are matching against the column in spreadsheet A.
>
>
>
> "childofthe1980s" wrote:
>
> > Hello:
> >
> > I have two spreadsheets which have almost identical columns, in terms of the
> > data contained in each sheet.
> >
> > I want to filter out of spreadsheet "B" the data in its first column that
> > matches the data in the first column of spreadsheet "A". You see,
> > ultimately, I'm trying to find data in spreadsheet "B" that does not match
> > data in spreadsheet "A". The best way is to filter based on the first column
> > of each.
> >
> > How do I do this?
> >
> > childofthe1980s

 
Reply With Quote
 
 
 
Reply

Thread Tools
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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comparing Two Spreadsheets JenC Microsoft Excel Misc 5 17th Mar 2010 05:51 PM
comparing two separate spreadsheets KLock Microsoft Excel Misc 3 17th Jan 2008 05:29 PM
Comparing two spreadsheets Alex Lifeson Microsoft Excel Programming 2 11th Feb 2006 01:42 PM
Comparing two spreadsheets Morten Microsoft Excel Worksheet Functions 1 21st Oct 2005 02:30 PM
Re: Comparing 2 spreadsheets Tom Ogilvy Microsoft Excel Programming 0 3rd Aug 2003 07:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:09 AM.