Hello Smartsheet Community,
I am struggling to figure out this IF Statement.
Smartsheet tells me this is a Invalid Operation
=IF([Use Case Development % Complete]@row = 1, "Completed", IF([Use Case Development % Complete]@row = <1, "In progress", IF([Use Case Development % Complete]@row = 0, "Not Started")))
What am I missing? This worked for another cell.