Hello,
I have a parts list, and it shows cut lengths and pieces needed to build a unit. I need some help condensing all duplicates into one line items with total length needed.
the formula would be:
Column B x Column E, and then sum and condense all unique items in column D into one line each, qty 1 with total length of all like units.
I do have other items on these parts lists, screws, fittings, etc. They are all blank in column E, only the planks have a length entered in column E. Column H is the next blank column if that matters at all.
example layout below.
col. a col. b col. c col. d col. e
[TABLE="width: 665"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]ITEM NO.[/TD]
[TD]QTY.[/TD]
[TD]Description[/TD]
[TD]Part Number[/TD]
[TD]Length[mm][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]Oak[/TD]
[TD]04024[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]Oak[/TD]
[TD]04024[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1[/TD]
[TD]Oak [/TD]
[TD]04024[/TD]
[TD]1267[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]305[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the desired output would be:
(col. a) (col. b) (col. c) (col. d) (col. e)
[TABLE="width: 665"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]ITEM NO.[/TD]
[TD]QTY.[/TD]
[TD]Description[/TD]
[TD]Part Number[/TD]
[TD]Length[mm][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]Oak [/TD]
[TD]04024[/TD]
[TD]5305[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]2997[/TD]
[/TR]
</tbody>[/TABLE]
I have a parts list, and it shows cut lengths and pieces needed to build a unit. I need some help condensing all duplicates into one line items with total length needed.
the formula would be:
Column B x Column E, and then sum and condense all unique items in column D into one line each, qty 1 with total length of all like units.
I do have other items on these parts lists, screws, fittings, etc. They are all blank in column E, only the planks have a length entered in column E. Column H is the next blank column if that matters at all.
example layout below.
col. a col. b col. c col. d col. e
[TABLE="width: 665"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]ITEM NO.[/TD]
[TD]QTY.[/TD]
[TD]Description[/TD]
[TD]Part Number[/TD]
[TD]Length[mm][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]Oak[/TD]
[TD]04024[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]Oak[/TD]
[TD]04024[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]1346[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1[/TD]
[TD]Oak [/TD]
[TD]04024[/TD]
[TD]1267[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]305[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
the desired output would be:
(col. a) (col. b) (col. c) (col. d) (col. e)
[TABLE="width: 665"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]ITEM NO.[/TD]
[TD]QTY.[/TD]
[TD]Description[/TD]
[TD]Part Number[/TD]
[TD]Length[mm][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]Oak [/TD]
[TD]04024[/TD]
[TD]5305[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Mahogany[/TD]
[TD]05599[/TD]
[TD]2997[/TD]
[/TR]
</tbody>[/TABLE]