Hy everyone, i will write an example so you could understand me better,
my table looks like this
Article number|description 1|description 2|description 3|Pcs.|
333156| green| good| tall| 200
333156 |green |good| tall| 150
333168 |red |good| small| 500
i need an macro that deletes the rows with same articles for example 333156 but only after summing the pcs:
333156 |green| good| tall| 350
333168 |red |good| small| 500
I found a lot of delete duplicates rows metods but didn't match what i need.
can someone help me?
Thank you,
my table looks like this
Article number|description 1|description 2|description 3|Pcs.|
333156| green| good| tall| 200
333156 |green |good| tall| 150
333168 |red |good| small| 500
i need an macro that deletes the rows with same articles for example 333156 but only after summing the pcs:
333156 |green| good| tall| 350
333168 |red |good| small| 500
I found a lot of delete duplicates rows metods but didn't match what i need.
can someone help me?
Thank you,
Last edited: