Evagrius Ponticus
Well-known Member
- Joined
- May 24, 2007
- Messages
- 1,467
Hi, I have three conditions and I was wondering if a fourth was possible.
1.
2.
3.
The fourth one that I need would change the font to white if $E$7 or $E$8 were blank. I tried to add that as an OR in the 3rd condition but no luck. Thanks,
1.
Code:
=AND(ISNUMBER(VALUE(LEFT(X16,1))),$AW16="Sales")
2.
Code:
=AND(X16="X",$AW16="Sales")
3.
Code:
=X16="-"
The fourth one that I need would change the font to white if $E$7 or $E$8 were blank. I tried to add that as an OR in the 3rd condition but no luck. Thanks,