aheverett1
New Member
- Joined
- May 23, 2017
- Messages
- 16
Hello,
Is there a way to take multiply say A1 * B1, A2 * B2, A3 * B3 then put the extended totals add them together and add those up?
Like this but without using a third column and just putting the total of 196 in a cell?
[TABLE="width: 192"]
<colgroup><col style="width:48pt" width="64" span="3"> </colgroup><tbody>[TR]
[TD="class: xl205, width: 64"]QTY[/TD]
[TD="class: xl205, width: 64"]Price[/TD]
[TD="class: xl205, width: 64"]Ext price[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]66[/TD]
[TD="align: right"]66[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]85[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD="align: right"]15
[/TD]
[TD="align: right"]45[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="class: xl205"]Total
[/TD]
[TD="align: right"]196
[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to take multiply say A1 * B1, A2 * B2, A3 * B3 then put the extended totals add them together and add those up?
Like this but without using a third column and just putting the total of 196 in a cell?
[TABLE="width: 192"]
<colgroup><col style="width:48pt" width="64" span="3"> </colgroup><tbody>[TR]
[TD="class: xl205, width: 64"]QTY[/TD]
[TD="class: xl205, width: 64"]Price[/TD]
[TD="class: xl205, width: 64"]Ext price[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]66[/TD]
[TD="align: right"]66[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]85[/TD]
[TD="align: right"]85[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD="align: right"]15
[/TD]
[TD="align: right"]45[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="class: xl205"]Total
[/TD]
[TD="align: right"]196
[/TD]
[/TR]
</tbody>[/TABLE]