I am using a simple if statement but receiving a #UNPARSEABLE error for the formula: =IF(([Proposed 2020 Base Salary]@row-[2019 Base Salary]@row)/[2019 Base Salary]@row=-100%,"",([Proposed 2020 Base Salary]@row-[2019 Base Salary]@row)/[2019 Base Salary]@row)
How can I troubleshoot this error, there is no option to do a step-by-step diagnosis of the formula. The only doubt I have is, is -100% allowed in smartsheets, since you can only make a column type as Number but not really a percentage type.