I am trying to create a formula for the following:
45 days before the deadline – where work is completed less than 65% - Red alert
65-75 % - Yellow Alert
75% more – Green Alert
I am not able to combine two Parameters to determine the colours.
See an example
=IF(OR(AND([Revised Planned Finish]@row - [Revised Planned Finish]9 > 45, [% Complete]9 > 0.75, "Green")))
I keep on getting #incorrect argument set
Kindly advise