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")

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>