I am trying to use a formula to set a dropdown value based on the percentage value. Here is the formula I am using:
=IF([Percent Complete]7 = 0, “Not Started”, IF([Percent Complete]7 < 0.26, “Just Started”, IF([Percent Complete]7 < 0.74, “Working”)))
I am setting the formula in the dropdown cell and continue to receive #UNPARSABLE.
I also tried the formula in the reverse and get the same result.
I began with the Project template and have already removed the two columns from dependencies.