#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Compare 2 worksheets

I have two work sheets that contain bill of material information of about
3000 component items required to build a system. There have been updates to
the bill of material therefore, I need to compare the two worksheets and
create a detailed list of changes or updates from the 3/9 bill of material to
the 3/30 bill of material created. All of the columns headers are the same
are the same for both worksheets, however there may be some added or
subtracted rows or just additional information populated into the columns
that were already in place such as Revision level in row 1 column F may have
went from revision "A" to revision "B" or the qty may be different in Column
H. Can someone help me to compose a formula to compare the two sheets. My
columns are from A thru BI and my row numbers are from 1 to 3000. Please
help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Compare 2 worksheets

For an exact check of placement data:
='Sheet 1'!A1 = 'Sheet 2'!A1

Copy down/across to BI3000. Any FALSE indicates a change.

However, since you have some added/deleted rows, you might be better to do a
quick check like:
=ISNUMBER(MATCH(A1,'Sheet 2'!A:A))

Which will check and see if A1 appears anywhere in column A of sheet 2. Hope
this gives you some ideas.

--
Best Regards,

Luke M
"Candida" wrote in message
...
I have two work sheets that contain bill of material information of about
3000 component items required to build a system. There have been updates
to
the bill of material therefore, I need to compare the two worksheets and
create a detailed list of changes or updates from the 3/9 bill of material
to
the 3/30 bill of material created. All of the columns headers are the same
are the same for both worksheets, however there may be some added or
subtracted rows or just additional information populated into the columns
that were already in place such as Revision level in row 1 column F may
have
went from revision "A" to revision "B" or the qty may be different in
Column
H. Can someone help me to compose a formula to compare the two sheets. My
columns are from A thru BI and my row numbers are from 1 to 3000. Please
help.



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
compare worksheets nishkrish New Users to Excel 1 March 15th 07 06:24 PM
Compare Worksheets dahench Excel Discussion (Misc queries) 2 March 3rd 07 02:29 PM
Compare two worksheets rageon75 New Users to Excel 5 February 24th 06 05:01 PM
Compare worksheets praveen_khm Excel Worksheet Functions 0 January 17th 06 05:54 PM
Compare Two Worksheets Jim Excel Discussion (Misc queries) 1 October 11th 05 08:51 PM


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