IF({Pricing (How Sold?)}=“By SqFt”,{Takeoff SqFt From Installation}+{Overage Amt},"")
Pricing (How Sold?) Is a single select field.
Takeoff SqFt is a # field looked up from a different table
Overage Amt is a formula that multiplies the Takeoff SqFt by a % to get a number.
I get the following when I try to format the output:
“Your result type is not a number or a date. Formatting options are currently only available if your result type is a number or a date.”
The result of the calculation looks like a number but creates an error if you use it in subsequent formulas.
Any help would be appreciated