I'm hitting a bit of a road block. I think I am overthinking this more than what it should be but figured I would get a different set of eyes on my issue.
This is my formula
=IF([% Complete]@row = 0, "5-Not Started", IF(Status28 = "6-Complete", "2-In Queue", IF([% Complete]@row = 1, "6-Complete", "1-In Progress")))
This is a screenshot of the row.
Based on everything how it is set the cell should be "1-In Progress" Which it is not triggering correctly. Does anyone have any ideas on what I am missing here?