Hello,
I would like to build off of this formula:
=IF(AND([Target End Date]@row > TODAY(+10), [% Complete]@row < 1), "Green", IF(AND([Target End Date]@row < TODAY(+5), [% Complete]@row < 1), "Yellow", IF(AND([Target End Date]@row <= TODAY(), [% Complete]@row < 1), "Red")))
I would like for any project not "In process' to show up as "gray'.
Any suggestions will be appreciated!
Kate