VAT Calculation

VAT Calculation

From
Facebook
Status
Updating
Formulas
Share

Cost

prop("Paid") / (1 + if(empty(prop("VAT Rate")), 23, toNumber(prop("VAT Rate"))) / 100)

VAT

prop("Paid") / (1 + if(empty(prop("VAT Rate")), 23, toNumber(prop("VAT Rate"))) / 100) * if(empty(prop("VAT Rate")), 23, toNumber(prop("VAT Rate"))) / 100
 
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!