Hi,

I’m an engineer who needs a macro to help with the following task in excel. I have a huge quantity of data to process in the following way.

I have excel workbooks that consists of 2 work sheets.

Both are Parts Lists with quantities, one is before a refurbishment and one is after a refurbishment.

Both lists are very similar except for a few minor differences (changes from the refurbishment)

I want a macro to generate a list on a third worksheet that is only the parts or extra quantities of parts that is not on the first worksheet.

To give a worked example:

Worksheet 1

Image1.png

Worksheet 2

Image2.png


Worksheet 3 Generated by the Macro

Image3.png

So anything new introduced by worksheet 2 should move into worksheet 3, but for instance if it is on worksheet 1 and not on 2 like Part_D it does not need to be added to the list in 3. The purpose of this is to enable me to order new parts. The part numbers are always unique, although the numbers of part are large and varied and not necessarily the same between worksheet 1 and worksheet 2.

I’d really appreciate if someone could show me a good way to do this .