Hello,
I wonder if someone could perhaps help me with a formula I’m stuck on.
I have a single select field with a number of products: Product 1; Product 2; Product 3; Product 4 etc.
I also have a Premium (currency) field and a Commission (percentage) field.
I’m looking at adding a Commission (currency) field with a formula that shows me the amount.
However, some products are subject to tax at 12%, whereas others are not, and i want to get the commission amount after the tax has been deducted.
How can I create this?
e.g. IF Product = product 1, product 2, product 3, then (Premium * 0.88) * Commission, IF Product = Product 4, product 5, product 6, then Premium * Commission
Thanks in advance