Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Sep 11, 2018 08:07 AM
Hello Guys,
I would like to do something like:
IF(Taxes"= 1") Cost * 1.14975
IF my taxes column is checked, do the math “Cost Column” * 1.14975 = Sum
Is someone can help me? I look on community and documentation, but I’m still clueless.
Thank you!
JM
Sep 11, 2018 08:11 AM
IF(Taxes, Cost * Number)
Did you read the IF()
syntaxis?