I would like to set the risk RYG status column colour based on set conditions.
IF % complete = 0 And 'start' is todays date to show Risk
IF % complete = between 90 & 100 to show Green
somethign like this but it doesn't work
=IF(AND([% Complete]row# = "0", [Start]165="TODAY", "Red"))
Any ideas?