I have two columns in my Project Sheet which should always be in sync. I want my team to only update the "% Complete" column as they make progress on tasks, but I would like to see the "Status" column update automatically.
- If % Complete is = 0%, then Status should be "Not Started"
- If % Complete is > 0% AND < 100%, then Status should be "In Process"
- If % Complete is = 100%, then Status should be "Completed"
Would you help me define this?