Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Excel - Compare spreadsheets and indicate matched data

I have two spreadsheets that I need to compare. The common data is product
numbers. One spreadsheet will remain static but the other (bill of materials
- BOM) will be updated weekly. The static spreadsheet indicates parts to be
scrapped. I need to check the BOM spreadsheet to see if it contains any of
the scrapped part numbers. The second step is to then indicate those parts
as scrapped in a new column on the BOM spreadsheet.

I have some intermediate skills in Excel so an easy solution would be
appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Excel - Compare spreadsheets and indicate matched data

You can use the method from here to tag the parts

http://www.cpearson.com/excel/Duplicates.aspx

--


Regards,


Peo Sjoblom

"debvan" wrote in message
...
I have two spreadsheets that I need to compare. The common data is product
numbers. One spreadsheet will remain static but the other (bill of
materials
- BOM) will be updated weekly. The static spreadsheet indicates parts to
be
scrapped. I need to check the BOM spreadsheet to see if it contains any
of
the scrapped part numbers. The second step is to then indicate those
parts
as scrapped in a new column on the BOM spreadsheet.

I have some intermediate skills in Excel so an easy solution would be
appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 169
Default Excel - Compare spreadsheets and indicate matched data

I do this for employee rosters too. I would use a VLOOKUP with an IF-ISERROR
combo. The formula would look up the BOM part number and if it finds it on
the static page, it returns a message "scrapped" and if it doesn't find it,
it would retun an error, which could be cleaned to show a blank cell.
Something like (for 2003)

=IF(ISERROR(VLOOKUP(part_number, static page, col ref, FALSE),"part
scrapped","").
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"Peo Sjoblom" wrote:

You can use the method from here to tag the parts

http://www.cpearson.com/excel/Duplicates.aspx

--


Regards,


Peo Sjoblom

"debvan" wrote in message
...
I have two spreadsheets that I need to compare. The common data is product
numbers. One spreadsheet will remain static but the other (bill of
materials
- BOM) will be updated weekly. The static spreadsheet indicates parts to
be
scrapped. I need to check the BOM spreadsheet to see if it contains any
of
the scrapped part numbers. The second step is to then indicate those
parts
as scrapped in a new column on the BOM spreadsheet.

I have some intermediate skills in Excel so an easy solution would be
appreciated.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Excel - Compare spreadsheets and indicate matched data

Peo, thanks for the website. I was able to use VLOOKUP for this but
appreciate knowing other resources for future reference.

"Peo Sjoblom" wrote:

You can use the method from here to tag the parts

http://www.cpearson.com/excel/Duplicates.aspx

--


Regards,


Peo Sjoblom

"debvan" wrote in message
...
I have two spreadsheets that I need to compare. The common data is product
numbers. One spreadsheet will remain static but the other (bill of
materials
- BOM) will be updated weekly. The static spreadsheet indicates parts to
be
scrapped. I need to check the BOM spreadsheet to see if it contains any
of
the scrapped part numbers. The second step is to then indicate those
parts
as scrapped in a new column on the BOM spreadsheet.

I have some intermediate skills in Excel so an easy solution would be
appreciated.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Excel - Compare spreadsheets and indicate matched data

This worked well for me. Thanks for the guidance.

"M Kan" wrote:

I do this for employee rosters too. I would use a VLOOKUP with an IF-ISERROR
combo. The formula would look up the BOM part number and if it finds it on
the static page, it returns a message "scrapped" and if it doesn't find it,
it would retun an error, which could be cleaned to show a blank cell.
Something like (for 2003)

=IF(ISERROR(VLOOKUP(part_number, static page, col ref, FALSE),"part
scrapped","").
--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"Peo Sjoblom" wrote:

You can use the method from here to tag the parts

http://www.cpearson.com/excel/Duplicates.aspx

--


Regards,


Peo Sjoblom

"debvan" wrote in message
...
I have two spreadsheets that I need to compare. The common data is product
numbers. One spreadsheet will remain static but the other (bill of
materials
- BOM) will be updated weekly. The static spreadsheet indicates parts to
be
scrapped. I need to check the BOM spreadsheet to see if it contains any
of
the scrapped part numbers. The second step is to then indicate those
parts
as scrapped in a new column on the BOM spreadsheet.

I have some intermediate skills in Excel so an easy solution would be
appreciated.




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 2 spreadsheets of data? TEENA Excel Worksheet Functions 1 November 15th 07 12:26 AM
How do I compare data between spreadsheets? Bryan Excel Worksheet Functions 1 July 18th 05 04:05 PM
Compare data on two spreadsheets. dcjames Excel Discussion (Misc queries) 3 April 9th 05 12:49 AM
compare data from several spreadsheets Christine Excel Discussion (Misc queries) 0 April 6th 05 05:13 PM
How to compare 2 lists and return un-matched? RWR Excel Worksheet Functions 1 February 15th 05 10:25 PM


All times are GMT +1. The time now is 11:43 PM.

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"