Hi All,
I am trying to craft a formula that will help automate the pacing of tasks. I have four columns: Task Name (Text), Task Completed (Checkbox), Task Status (Green, Red, Yellow, Blue), and Task Due Date (Date).
For Example. [Determine Target Audience] - [Checked] - [Green] - [1/24/2017]
I am trying to automate "Task Status" where:
-Green if "Task Completed" is checked (regardless of date)
-Yellow if "Due Date" is less than five days from TODAY, and "Task Completed" is NOT checked
-Red if "Due Date" TODAY or earlier, and "Task Completed" is NOT checked
-Blue if "Due Date" is greater than five days from TODAY, and "Task Completed" is NOT checked
If anyone could help me in generating a nested IF statement that would be greatly appreicated.