I am trying to build a formula using Duration to auto-select one of four statuses. Below is the formula I'm trying to build:
If Duration is less than/equal to 30 days, then = "Transition" OR Duration is greater than 30 days and less than/equal to 60 days, then = "Reshaping", OR Duration is less than/equal to 90 days, then = "Alignment", OR Duration is greater than 90 days, then "Implementation"
I tried to build it using IF(Or statements but it is coming back as Unparseable. Any thoughts on how to build this expression efficiently?