T
Tyler D.
I have data in 3 columns. I want to remove the duplicate line but add the
quantities. Any quick way?
I have something like this :
Client Item Qty
yyyy I256 10
xxxx I124 20
yyyy I256 10
I want :
Client Item Qty
yyyy I256 20
xxxx I124 20
Thanks
TD
quantities. Any quick way?
I have something like this :
Client Item Qty
yyyy I256 10
xxxx I124 20
yyyy I256 10
I want :
Client Item Qty
yyyy I256 20
xxxx I124 20
Thanks
TD