Dear Community,
I'd like to combine the two below IF statements, so that if the due date is in the past it will state "Overdue" in the Status column, I can't seem to get it to work :( any suggestions?
=IF([% Complete]98 = 1, "Complete", IF([% Complete]98 = 0, "Not Started", "In Progress"))
=IF([End Date]@row < TODAY(), "Overdue")