Select the entire range to be formatted but in the formula just reference
the individual cell, not the entire range:
=AND(COUNT(C17),C17>0,B17="")
--
Biff
Microsoft Excel MVP
"Andyjim" <(E-Mail Removed)> wrote in message
news:07AF8E51-CCCE-492A-9F5E-(E-Mail Removed)...
>I am trying to satisfy 2 criteria in order to change the color of a cell:
> I hilighted cells b27:b56) and then went to conditional formatting and
> entered this formula. I want the b column to turn blue if the adjacent
> cell
> in the C column is greater than zero. I am spinning my wheels on this.
> Thanks in advance for your help. You folks always come through for me!
>
> =and(c17:c56>0,isblank(b17:b56))
|