MichaelBlack
6 years agoQrew Trainee
Need help with an If, then formula
I am attempting to calculate the sales tax based on some different conditions.
If([Tax Exempt]=false, [Sub Total]*0.0725, ([Rebate Used from Last Month?]="No" & [Tax Exempt]=false), [Grand Total]*0.0725)
First off, when this is used, it shows my Sales Tax field as blank. Whenever I go into edit it, it will show no yellow errors, but when I save it, I get a popup stating that a closed parenthesis is missing. Any help would be greatly appreciated.
If([Tax Exempt]=false, [Sub Total]*0.0725, ([Rebate Used from Last Month?]="No" & [Tax Exempt]=false), [Grand Total]*0.0725)
First off, when this is used, it shows my Sales Tax field as blank. Whenever I go into edit it, it will show no yellow errors, but when I save it, I get a popup stating that a closed parenthesis is missing. Any help would be greatly appreciated.