Hi,
I am trying to generate a health status formula for my sheet with the following conditions.
Ideally I would like to have green, red, yellow, grey, and blue health options but I am not sure if that is possible. If so, my conditions are:
Blue: Status column is "Completed" (regardless of start or finish dates)
Green: Status column is "In Progress" and the Finish date is 7 days out or further, or Status column is "Preparing" and Start date is 14 days out or further.
Yellow: Status column is not "Completed", "Paused", "Deprioritized", or "Cancelled", and the Finish is within the next 7 days.
Red: Status column is not "Completed", "Paused", "Deprioritized", or "Cancelled", and the Finish is within the next 2 days or is in the past.
Gray: Status column is "Paused" or "Cancelled" or "Deprioritized"
Blank: Health column is blank if the Status column and Finish columns are both empty.
If only gray or blue is possible, then my conditions are:
Green: Status column is "Completed", or Status column is "In Progress" and the Finish date is 7 days out or further, or Status column is "Preparing" and Start date is 14 days out or further.
Yellow: Status column is not "Completed", "Paused", "Deprioritized", or "Cancelled", and the Finish is within the next 7 days.
Red: Status column is not "Completed", "Paused", "Deprioritized", or "Cancelled", and the Finish is within the next 2 days or is in the past.
Gray: Status column is "Paused" or "Cancelled" or "Deprioritized"
Blank: Health column is blank if the Status column and Finish columns are both empty.
I tried working off of https://community.smartsheet.com/discussion/85935/health-formula but ran into some syntax errors when adding conditions.
Thank you for any help you can provide!