View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 618
Default Advanced Conditional Formatting Ideas Needed! (ok, maybe not that advanced...)

"shadestreet"
wrote in message
...

Two questions:

1. Can I have a conditional format that is dependant on two different
cells? For example in Cell A2 I want to have the cell turn bright red
if A2 is greater than zero and B2 equals zero. I want to then drag
this down for every cell in column A.


Formula is:
=AND($A20,$B2=0)

2. I cell C2 I want to turn this cell bright red if cell D2 gets the
error message "DIV/0!" to flag there is an error. Is this possible?


Formula is:
=(ERROR.TYPE(D2)=2)
--
David Biddulph