Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Change from Cell is to Formula is and add this formula...
=And(B3="X", C3="") -- HTH... Jim Thomlinson "JC" wrote: 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!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Awesome!! THis worked!!! Thank-You very much!!!
"Jim Thomlinson" wrote: Change from Cell is to Formula is and add this formula... =And(B3="X", C3="") -- HTH... Jim Thomlinson "JC" wrote: 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!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
IF Statements | Excel Discussion (Misc queries) | |||
IF and MAX statements | Excel Worksheet Functions | |||
if statements, and statements | Excel Worksheet Functions | |||
operator statements, shorting when reusing one of the statements? | Excel Programming |