Help me out here guys... I am trying to create a color coded formula that would produce the following results: If date file received is not blank – populate green.
If date file received column is blank AND…..
If today’s date is 1 day older than expected date column – populate yellow
If today’s date is 2+ days older than expected date column – populate red.
I took a stab at a formula and received an error message:
=IF([Date File Recd]@row, "Green", IF(AND([Date File Recd]@row = "", [Date File Expected]@row > TODAY(), "Yellow", IF(AND([Date File Recd]@row = "", [Date File Expected]@row > (2), "Red"))