I'm trying to conditionally format a field as bolded or not bolded based on the value of the field. The field is a string and this is the code I am using.
I am entering it but clicking the formula button across from the Style field. My intention is that if the value of the field is "Net Proceeds" then formatting should apply.
I get the following error message.
Why is it trying to evaluate as a number when the field is a string type?
Code:
"Net Proceeds"
I am entering it but clicking the formula button across from the Style field. My intention is that if the value of the field is "Net Proceeds" then formatting should apply.
I get the following error message.
Code:
The formula result must be a number.
Why is it trying to evaluate as a number when the field is a string type?