Add Percentage

Add Percentage

From
Reddit
Status
Updating
Formulas
Share

One Total

Add Percentage

Total

prop("Add 15%") ? (prop("Amount 1") + prop("Amount 2") + (prop("Amount 1") + prop("Amount 2")) * 0.15) : (prop("Amount 1") + prop("Amount 2"))

With Subtotal

Add Percentage

Subtotal

prop("Amount 1") + prop("Amount 2")

Total

prop("Add 15%") ? (prop("Subtotal") + prop("Subtotal") * 0.15) : prop("Subtotal")
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!