I am trying to write an IF/THEN statement in a formula field. when I use the conditional formula builder it returns the script below.
if(Current_Odometer>=(Last_Oil_Change_Mileage+Oil_Change_Interval), “Due”, “Coming Due”)
I then get the message below.
Your expression is not valid, please check the syntax