Using Three Conditions in CF

B

Bryan

Hi all,

I've been reading for a while, but have been unable to resolve this.
What I have is this:
I need to have a cell highlight Red (O2) when the date in cell B2 is 14 days
past.
I don't want it to highlight on an empty B2 cell.
Then, if I mark the cell with an "X" (Checkoff) I want the Red to go away
and be replaced by a Bold Capital X.
I got the first two just fine, but I cannot get it to run the third
condition. Below are the conditions I am using/attempting!
Condition 1: Formula Is =B2="" - No Font color, No Pattern color
Condition 2: Formula Is =B2+14 - No Font color, Red Pattern color
Condition 3: Formula Is =ISTEXT(O2) - Black Font color, Bold, No Pattern
color

Any help would be appreciated.
TIA,
Bryan
 
S

Sean Timmons

So, in the case where O2 is "X", is B2 either null or equal to B2+14? If so,
move this to the first condition.

Conditional formatting will always run the first condition first and stop
looking once there is a match.
 
J

Jacob Skaria

1st condition would be 'Cell Value is' X

2nd condition is formula (red)
=AND(B2>0,TODAY()-B2>14)

If this post helps click Yes
 
B

Bryan

Thank you Sean and Jacob!

I had forgotten about the ordering. I appreciate you condensing the two
conditions into one. It worked like a charm!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top