Merge/Combine Rows Help

JimmyT10

New Member
Joined
Aug 16, 2019
Messages
1
Hello! looking for some help.

I have a sheet with over 2000 rows, some duplicates, some not. I am after a way to quickly edit the sheet to achieve a few things:

1 row entry for each unique item - combine the information (If info is present) in columns E, F, G & H for the row.

Here is what I have:

https://postimg.cc/fksFMn2R

Here is what I am trying to achieve:

https://postimg.cc/PpXRz188

Thank you so much for your help, let me know if i can provide any more information.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
try PowerQuery (Get&Transform) with Group feature and SUM option for values
 
Upvote 0
May be something like this. You can modify the formula, just giving you an idea.


Excel 2013/2016
ABCDEFGHIJK
1Item NoItem NameItem DescrptionsCategoryUnits on HoldItem NoItem NameItem DescrptionsCategoryUnits on Hold
2P001*Product 1"Item DescrptionsCategory0P001*Product 1"Item DescrptionsCategory1
3P001*Product 1"Item DescrptionsCategory1P002*Product 2"Item DescrptionsCategory1
4P002*Product 2"Item DescrptionsCategory0
5p002*Product 2"Item DescrptionsCategory1
Sheet1
Cell Formulas
RangeFormula
K2=SUMIFS($E$2:$E$5,$B$2:$B$5,H2)
 
Upvote 0
Do the duplicates always have a zero value in cols "F" & "G" ??
 
Upvote 0

Forum statistics

Threads
1,213,561
Messages
6,114,315
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top