Hi Folks,
I need some help
The mfg provides us with a usage list for parts on machines, I need to tally the qty for each part, remove the duplicates and add the price/discount/stock data from another database.
First the usage list;
A,B,C,D are to be ignored
E=Item F=Description G=qty
I need to check if E is duplicated, if so then add qty's from G
after this I need the duplicate items (E) removed.
Example Before
E F G
002-1511-92 CAP 5
002-1511-92 CAP 5
Example After
E F G
002-1511-92 CAP 10
Now the price list
It's rather large so it's split into three sheets. 0-H , H-Q, Q-Z ( sorted by part number)
A = item B=Description C= Price D=Discount E=Available Stock F=ignored
If E from the usage list matches A from the price list then I need to harvest C,D,E and send to the usage list for the appropriate item. ( add columns to usage list with C,D,E data )
Hopefully someone can help!! This would be a very useful script!
Bookmarks