Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I tried some basic if, then's but I must be doing
it wrong.... I need to have cell d5 font color to be white if d3 and d4 values are both 0. If they are not both 0 then I need d5 font color to be black. thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Read "Conditional Formatting" from the help files.
-----Original Message----- Hello, I tried some basic if, then's but I must be doing it wrong.... I need to have cell d5 font color to be white if d3 and d4 values are both 0. If they are not both 0 then I need d5 font color to be black. thanks! . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mac,
Use conditional formatting, with a formula of =AND(D3=0,D4=0), and set the format font colour to white. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "macamarr" wrote in message ... Hello, I tried some basic if, then's but I must be doing it wrong.... I need to have cell d5 font color to be white if d3 and d4 values are both 0. If they are not both 0 then I need d5 font color to be black. thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditiona format based on format of another cell | Excel Worksheet Functions | |||
Format cell color based on multiple cell values | Excel Discussion (Misc queries) | |||
Format cell color based on multiple cell values | Excel Discussion (Misc queries) | |||
conditional cell format based on cell in same row, previous column | Excel Worksheet Functions | |||
how do i format a cell based on format of a range of cells? | Excel Discussion (Misc queries) |