Conditional Formatting (Formula)

  • Thread starter Thread starter mpenkala
  • Start date Start date
M

mpenkala

Hi,

What I'm looking for is for cell C10 to change color IF the 9 cells above it
are blank.
Any ideas? The cells above it would either be blank or "x".

Thanks!
Matt
 
CF formula of

=COUNTA(C1:C9)=0

--
---
HTH

Bob


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

this one worked. Now how could I add a AND statement to that? Such as:
Color changes if:

=COUNTIF(C1:C9,"x")=0 AND A10 has a number in it (<>"")

Thanks!
Matt
 

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

Back
Top