oldeirish
New Member
- Joined
- Nov 24, 2014
- Messages
- 40
How to calculate 7% of tax from 3 different columns? Can I input all my data then convert to a table?
[TABLE="width: 380"]
<tbody>[TR]
[TD="width: 172"] [/TD]
[TD="width: 120"] [/TD]
[TD="width: 148"] [/TD]
[TD="width: 148"] [/TD]
[TD="width: 172"] [/TD]
[/TR]
[TR]
[TD="width: 172"] $ 365.00
[/TD]
[TD="width: 120"] $ 5.00
[/TD]
[TD="width: 148"] $ 10.00
[/TD]
[TD="width: 148"][/TD]
[TD="width: 172"] [/TD]
[/TR]
[TR]
[TD="width: 172"] $ 500.00
[/TD]
[TD="width: 120"] $ 70.00
[/TD]
[TD="width: 148"] $ 5.00
[/TD]
[TD="width: 148"][/TD]
[TD="width: 172"] [/TD]
[/TR]
</tbody>[/TABLE]
This is the first I tried
=SUM([@[New Subtotal]]+[@Credit]+[@[Over Due Fee]]*7%)
This is the 2nd one I tried
=SUMPRODUCT([@[New Subtotal]]+[@Credit]+[@[Over Due Fee]]*0.07)
Thank you so very much!! J
[TABLE="width: 380"]
<tbody>[TR]
[TD="width: 172"]
New Subtotal
[TD="width: 120"]
Credit
[TD="width: 148"]
Over Due Fee
[TD="width: 148"]
Column1
[TD="width: 172"]
HST 7%
[/TR]
[TR]
[TD="width: 172"] $ 365.00
[/TD]
[TD="width: 120"] $ 5.00
[/TD]
[TD="width: 148"] $ 10.00
[/TD]
[TD="width: 148"][/TD]
[TD="width: 172"]
37070%
[/TR]
[TR]
[TD="width: 172"] $ 500.00
[/TD]
[TD="width: 120"] $ 70.00
[/TD]
[TD="width: 148"] $ 5.00
[/TD]
[TD="width: 148"][/TD]
[TD="width: 172"]
57035%
[/TR]
</tbody>[/TABLE]
This is the first I tried
=SUM([@[New Subtotal]]+[@Credit]+[@[Over Due Fee]]*7%)
This is the 2nd one I tried
=SUMPRODUCT([@[New Subtotal]]+[@Credit]+[@[Over Due Fee]]*0.07)
Thank you so very much!! J