Hi
What formula would i insert into the "Use a formula to determine which cells to format" for conditional Formatting
I highlighted range B3:F3 which i want to turn Green if the following is True. I used the following formula
The only Cell green is B3. I need to highlight B3:F3 if true Green or RED if False
Thanks
JS
What formula would i insert into the "Use a formula to determine which cells to format" for conditional Formatting
I highlighted range B3:F3 which i want to turn Green if the following is True. I used the following formula
Code:
=AND(D3="YES",E3="YES",F3="YES")
The only Cell green is B3. I need to highlight B3:F3 if true Green or RED if False
Thanks
JS