Hi there,
Could somebody help me with this formula for a rag status please?
The one I'm using at the minute is not picking up red statuses.
=IFERROR(IF([Percentage Complete]@row = 1, "Blue", IF(AND([Percentage Complete]@row < 1, [Finish Date]@row > TODAY()), "Green", IF(AND([Finish Date]@row < TODAY(1), [Finish Date]@row < TODAY(3)), "Yellow", "Red"))), "")
Thanks!
Jez