Hi,
I'm new to airtable and am trying to get a simple conditional VAT formula to work. I feel like I am circling the solution but I'm not quite there.
Essentially I am trying to track various hires and purchases for work, some of which have VAT and some do not. I have a Gross cost but I need the NET cost (without VAT).
I currently have a VAT Field that is a single select field with options None and 20%. I'm trying to write a conditional formula for the NET Cost that is based on the VAT field and essentially works as follows:
IF {VAT="NONE", Gross Amount
IF {VAT="20%", (GROSS Amount/120)*100
I keep getting invalid formula and error messages and I'm not quite sure what I'm missing.
Any help greatly appreciated!