Skip to main content

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

IF(Taxes, Cost * Number)


Did you read the IF() syntaxis?