I have a project manage sheet I'm managing that I can't seem to get the formulas right in. The first one has two parts.
1) I want the status to be green if the Planned Completion Date is equal to today or the future. The Status to be Yellow if the Planned Completion Date is 1-7 days in the past and the Status to be Red if the Planned Completion Date is 7+ days past. The Green part of the formula works but no matter what I do, everything in the past is Yellow.
=IF([Planned Completion Date]@row >= TODAY(), "Green", IF([Planned Completion Date]@row < TODAY(7), "Yellow", IF([Planned Completion Date]@row < TODAY(14), "Red")))
2) The second part, once that is figured out, is I need the colors to be adjusted where if the Status is Completed with the Planned Completion Date Target being met, I need the status to be Green.
My other question is how do I adjust the status column of a section if the line items under it has either one yellow or one red to make that section status either yellow or red? Screen shot example attached.
These would all be formulas in the same column.
Thoughts, please?
Thank you!