Conditional Formatting...

S

Stephen

Hi Folks,

I need to setup a conditional format based on an adjacent cell value...

Let's take columns B & C for example...

I want to format B1 red if the value of cell C1 is greater than zero and the
value of cell B1 is zero.

The "C" column is populated from another workbook and will not have values
values in each row. I want to visually prompt the user to enter a value in
the "B" column for any row in which the "C" column has a value greater than
zero. Once they enter a value in B the cell should not longer be red.

-Scratching my head...
 
B

Bob Phillips

Use a formula of

=AND($B1=0,$C1>0)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
S

Stephen

of course... good deal. thank you!

Bob Phillips said:
Use a formula of

=AND($B1=0,$C1>0)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top