I am trying to write a formula that returns a Red/Yellow/Green based on 4 part. I've searched the community but nothing has helped so far. I've tried IF AND and IF INDEX formulas but I'm clearly getting something wrong in the logic or expression usage. UNPARSEABLE is my constant friend...
The example is for a project and I want to return an RYGB based on the Status, the Start Date and/or the End Date.
In descriptive form I want the formula to,
Return Blue if the Status = Not Started and Start Date > TODAY(), return Yellow if the Status = Not Started and Start Date is < TODAY(), Return Green if Status = In Progress and End Date < TODAY or Status = Completed, Red when Status <> Complete and End Date <= TODAY(-1)
My sheet is more or less like this:
I've been messing around with a variety of formula so if here is a better way I am completely open to suggestions...
Cheers