Do I need to use a macro to do the following?
I have a large spreadsheet that I need to merge the cells with the same product number, total the qty sold and delete the duplicates. Below is a sample of the data ... How will I make this work without have to sort and manually total the items and then delete. Here is a sample of the data.
Product # Desc Wholesale # QTY
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 1
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 1
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 3
576481 TAPE,CORRECTION,2PK,WHITE 01005 4
576481 TAPE,CORRECTION,2PK,WHITE 01005 6
576481 TAPE,CORRECTION,2PK,WHITE 01005 8
576481 TAPE,CORRECTION,2PK,WHITE 01005 21
576481 TAPE,CORRECTION,2PK,WHITE 01005 12
I have a large spreadsheet that I need to merge the cells with the same product number, total the qty sold and delete the duplicates. Below is a sample of the data ... How will I make this work without have to sort and manually total the items and then delete. Here is a sample of the data.
Product # Desc Wholesale # QTY
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 1
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 1
943005 SCISSORS,FSK,STR,BR-CNR,8",PNK 01-005792 3
576481 TAPE,CORRECTION,2PK,WHITE 01005 4
576481 TAPE,CORRECTION,2PK,WHITE 01005 6
576481 TAPE,CORRECTION,2PK,WHITE 01005 8
576481 TAPE,CORRECTION,2PK,WHITE 01005 21
576481 TAPE,CORRECTION,2PK,WHITE 01005 12