J JC Jan 11, 2008 #1 How do i make a conditional formatting formula that says.... If B3 has an "X" in it and C3 is blank, fill C3 in red... Thanks!!
How do i make a conditional formatting formula that says.... If B3 has an "X" in it and C3 is blank, fill C3 in red... Thanks!!
J Jim Thomlinson Jan 11, 2008 #2 Change from Cell is to Formula is and add this formula... =And(B3="X", C3="")