Hello there,
Please forgive me if you believe the answer to the following is already on the site somewhere, I've been doing some frantic googling but to no avail so far.
Im trying to create a tool that will take two bill of materials, an old and up to date version. The only user operation I want to have is the copying and pasting of this data. The spreadsheet has a dashboard that will show the comparison between the two i.e whats been added, what has been removed. The old, and new data will be stored on separate sheets.
The data has many fields and duplicate parts, but by concatenating 3 fields it can create a unique ID which can be compared across both bill of materials, if the unique ID is on both sheets, it has been carried across, if it is on one but not the other, it is either a new, or removed part.
So far I have a lot of the sheet worked out, but what I cannot do without manual handling. This manual handling is creating the master list of IDs, where I c&p the old IDS onto a new sheet, then the new ones underneath that, and then use the remove duplicates function. This list then, is every single part that was or is currently needed. The list that all the calculations are based on.
For reference the data looks like this,
[TABLE="width: 145"]
<tbody>[TR]
[TD]511VSB2200770000356[/TD]
[/TR]
[TR]
[TD]511VSB2200970000359[/TD]
[/TR]
[TR]
[TD]511VSB7202470000440[/TD]
[/TR]
[TR]
[TD]511VSB7202370000440[/TD]
[/TR]
[TR]
[TD]511VSB3202370000441[/TD]
[/TR]
[TR]
[TD]511VSB6200370000442[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
I'd like it if somebody could tell me if this absolutely cannot be done without VBA or pivot tables, then I'll give in and have to accept that.
If it does need VBA (perhaps the concatenating can be done within that also), then I'm afraid I might need a bit of baby spoon feeding, ive done it all with formulas so far.
Please forgive me if you believe the answer to the following is already on the site somewhere, I've been doing some frantic googling but to no avail so far.
Im trying to create a tool that will take two bill of materials, an old and up to date version. The only user operation I want to have is the copying and pasting of this data. The spreadsheet has a dashboard that will show the comparison between the two i.e whats been added, what has been removed. The old, and new data will be stored on separate sheets.
The data has many fields and duplicate parts, but by concatenating 3 fields it can create a unique ID which can be compared across both bill of materials, if the unique ID is on both sheets, it has been carried across, if it is on one but not the other, it is either a new, or removed part.
So far I have a lot of the sheet worked out, but what I cannot do without manual handling. This manual handling is creating the master list of IDs, where I c&p the old IDS onto a new sheet, then the new ones underneath that, and then use the remove duplicates function. This list then, is every single part that was or is currently needed. The list that all the calculations are based on.
For reference the data looks like this,
[TABLE="width: 145"]
<tbody>[TR]
[TD]511VSB2200770000356[/TD]
[/TR]
[TR]
[TD]511VSB2200970000359[/TD]
[/TR]
[TR]
[TD]511VSB7202470000440[/TD]
[/TR]
[TR]
[TD]511VSB7202370000440[/TD]
[/TR]
[TR]
[TD]511VSB3202370000441[/TD]
[/TR]
[TR]
[TD]511VSB6200370000442[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
I'd like it if somebody could tell me if this absolutely cannot be done without VBA or pivot tables, then I'll give in and have to accept that.
If it does need VBA (perhaps the concatenating can be done within that also), then I'm afraid I might need a bit of baby spoon feeding, ive done it all with formulas so far.