Here is my formula:
=IF(OR(ISBLANK([% complete]@row ), [% complete]@row = 0), "not started", IF(AND([% complete]@row > 0, [% complete]@row < 99), "in progress", IF([% complete]@row = 100, "Complete", "")))
Everything works well, until the project is 100%; formula continues to return "in progress" rather than "complete". I ran this through SS's AI also, still same result. Where am I going wrong?
Kathy