mrxlsx
Board Regular
- Joined
- Dec 15, 2012
- Messages
- 95
Hi all, Good afternoon everybody,
I am struggling with a problem which involves a column with both the text and nos in that. I want to calculate the following formula.
Total = the Sumproduct of the nos in the description*Length*Width*Height.
In the description column,
1) The nos will be varying i.e x*x or x*x*x or X*x*x*x*.
2) After the nos there will not be any data.
Example table:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Work Description
[/TD]
[TD="align: center"]Length[/TD]
[TD="align: center"]Width[/TD]
[TD="align: center"]Height[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD]Parapet wall 2x4x8[/TD]
[TD]12[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6144[/TD]
[/TR]
[TR]
[TD]Kerbway 4x2[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]192[/TD]
[/TR]
[TR]
[TD]Flooring 2x4x4x2[/TD]
[TD]5[/TD]
[TD]8[/TD]
[TD]12[/TD]
[TD]30720[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to achieve this, what is the formula for this ??
Please help me as I am struggling with this for a longtime.
mrxlsx
I am struggling with a problem which involves a column with both the text and nos in that. I want to calculate the following formula.
Total = the Sumproduct of the nos in the description*Length*Width*Height.
In the description column,
1) The nos will be varying i.e x*x or x*x*x or X*x*x*x*.
2) After the nos there will not be any data.
Example table:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Work Description
[/TD]
[TD="align: center"]Length[/TD]
[TD="align: center"]Width[/TD]
[TD="align: center"]Height[/TD]
[TD="align: center"]Total[/TD]
[/TR]
[TR]
[TD]Parapet wall 2x4x8[/TD]
[TD]12[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6144[/TD]
[/TR]
[TR]
[TD]Kerbway 4x2[/TD]
[TD]4[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]192[/TD]
[/TR]
[TR]
[TD]Flooring 2x4x4x2[/TD]
[TD]5[/TD]
[TD]8[/TD]
[TD]12[/TD]
[TD]30720[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to achieve this, what is the formula for this ??
Please help me as I am struggling with this for a longtime.
mrxlsx