??conditional formatting??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my spreadsheets there are several cells that depend upon each other and
when one of them is not filled out I have to go back thru the sheet and check
for a blank cell. My question is can I use conditional formatting or a VB
coding to color the cells background that are not filled in if another cell
that depends on it is. Or use something like IfNull to color the background
if the cell is unused.
 
You can, just add a CF formula such as

=A2=""

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Bob that works for one of my sheets thanks for the help. One other question
how can I reverse it around and have a cell change color if anything is in
another cell whether it is numbers or letters. I know a little about EXCEL
but my boss think I can do anything he wants a spreadsheet to do.
 

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