Hello,
I have data in cell S1:T7 (column S contains units and column T contains quantity)
Column Column
S T
Sets 123,456
Pcs 109,887
Pairs 123,001
Dozens 256,001
xxx 123,456
Sets 111,009
what i want in cell U1 is a total of each unit in the below format
234,465 Sets + 109,887 Pcs + 123,001 Pairs + 256,001 Dozens + 123,456 xxx
if there is no value in Column T against any unit then it should not be shown in the result cell.
is there a solution to it through a vba code ??? or an excel formula will also do
if anybody can provide a solution.
Regards,
Humayun
[TABLE="width: 166"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have data in cell S1:T7 (column S contains units and column T contains quantity)
Column Column
S T
Sets 123,456
Pcs 109,887
Pairs 123,001
Dozens 256,001
xxx 123,456
Sets 111,009
what i want in cell U1 is a total of each unit in the below format
234,465 Sets + 109,887 Pcs + 123,001 Pairs + 256,001 Dozens + 123,456 xxx
if there is no value in Column T against any unit then it should not be shown in the result cell.
is there a solution to it through a vba code ??? or an excel formula will also do
if anybody can provide a solution.
Regards,
Humayun
[TABLE="width: 166"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]