I’m currently migrating from using google sheets to Airtable, I have a majority of my formulas working, however, I need assistance with this:
=IFS(A2>1000001,A254%,A2>=400001,A251%,A2>=200001,A247%,A2>=100001,A242%,A2>=80001,A237%,A2>=60001,A234%,A2>=40001,A231%,A2>=20001,A227%,A2>=10001,A224%,A2>=1,A221%)
The formula looks up a value and depending on the amount it then calculates a value based upon a percentage.
I look forward to any assistance I can get