C
ceab
I have a fairly large file with about 10000 rows.
I need to comine the rows with equal product numbers and add the amounts of
these so that any product number only occurs once.
The product description can be left out if it makes it easier.
Are there any programs that can do this, or a script?
What I have now:
Product nr. Product descr. Amount
12345 Gasket 45 15
12345 Gasket 45 20
12111 Bearring 1 5
12333 Bearring 2 3
12311 Bearring 1 4
The result I want:
Product nr. Product descr. Amount
12345 Gasket 45 35
12111 Bearring 1 9
12333 Bearring 2 3
Any help much appreciated!
I need to comine the rows with equal product numbers and add the amounts of
these so that any product number only occurs once.
The product description can be left out if it makes it easier.
Are there any programs that can do this, or a script?
What I have now:
Product nr. Product descr. Amount
12345 Gasket 45 15
12345 Gasket 45 20
12111 Bearring 1 5
12333 Bearring 2 3
12311 Bearring 1 4
The result I want:
Product nr. Product descr. Amount
12345 Gasket 45 35
12111 Bearring 1 9
12333 Bearring 2 3
Any help much appreciated!