Conditional logic character error
-
I am attempting to set up the following formula:
Length A * Length B * Finishing Style
Finishing style can be either 0.0275 or 0.0375
I am using conditional logic as follows:
Lenght A * Length B * Finishing Style < 60
= 60You’ll see if the cost is less than $60, it needs to be a $60 minimum. When I use “less than” < it turns into < and results this error:
Total Unexpected character “;” around position 47 for expression
side_a_length*side_b_length*finishing_style < 60
.Is my formula syntax incorrect or is there a way to stop < from turning into < ?
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Conditional logic character error’ is closed to new replies.