Hello,
I'm trying to write a formula that'll allow me to look at the color of the RYG balls in some rows, find the lowest color and set that as the main color for the overall project.
So, Project A needs a status. I'd like to look at tasks 1-5; if any of them are red, the entire project status needs to be red. If any of the tasks are yellow, the entire project status needs to be yellow and if the tasks are all green, the entire project status needs to be green.
I started with this in the cell that represents the entire project status but I got an 'invalid operation' error.
=IF(Status2:Status20 = "Green", "Green").
Can someone please help?
Thank you,
Reema