Hi All -
I'd like to use a formula to evaluate status of red OR yellow then flag if red or yellow. I think I'm close but it's not working, please help. Here is what I have:
=IF(OR([Status6] = "Red", [Status6] = "Yellow"), 1) (doesn't work) 
=IF((Status7 = "Red"), 1 (this works for red and sets the flag on for reporting purposes)