I have a very complex formula I need help with... using dates and symbols in other columns to dictate the symbol produced.
The 'LIVE' column below will populate with green, yellow, red, or grey based on a combination of the following specifications:
1) If Target Go-Live date is passed AND Kick-Off is green, AND MSA is green, AND Users is green, AND Go-Live Training is green, THEN Live = green
2) If Target Go-Live date is not passed AND any/all of Kick-Off, MSA, Users are green/yellow/red, THEN Live = yellow
3) If Target Go-Live date is passed AND Kick-Off is yellow, AND MSA is green, AND Users is green, AND Go-Live Training is green, THEN Live = red
3a) If Target Go-Live date is passed AND any of Kick-Off, MSA, Users are yellow/red, THEN Live = red
4) If Target Go-Live date is NA AND Kick-Off is grey, AND MSA is grey, AND Users is grey AND Go-Live Training is grey, THEN Live = grey
Example of view below, note that each column can be green/yellow/red/grey.
Essentially,
1) If any of the tasks (Kick-Off, MSA, Users, Go-Live training) are NOT Green, and the target date is passed, LIVE is RED.
2) If any of the tasks (Kick-Off, MSA, Users, Go-Live training) are NOT Green, and the target date is NOT passed, LIVE is YELLOW.
3) If all of the tasks (Kick-Off, MSA, Users, Go-Live training) ARE Green, and the target date IS passed, LIVE is GREEN.
If someone can help... I will bake you cookies!!