Hello everyone,
I am currently using this:
=IF(NOT(ISBLANK(Completion4)), IF([Estimated End]4 >= Completion4, "Green", IF(NOT(ISBLANK(Completion4)), IF([Estimated End]4 < Completion4, "Red"))))
Which is working but I try to add this:
IF(ISBLANK(Completion3), IF(NOT(ISBLANK(Supervisor4)), "Yellow"
And it doesn't work, I'm not sure what I am doing wrong. Any ideas?