Looking for a little guidance with formulas.
I have a table where I only want the formula of a particular column to be run if a checkbox is checked (from another column).
The formula less the IF logic looks like this...
=PRODUCT(INDEX(Test.Soft__Total,ROW()),INDEX(Test.Tax_Rate,ROW()))
The IF logic would be dictated based upon a checkbox field called Taxable having been checked with the value Software.
If it's not checked, then I wouldn't want it to run the formula.
Can someone tell me what my formula would look like? I have been having a hard time with this one.
Thanks!