Cell Highlighting

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

Guest

How can I have a cell automatically hightlight when any data is entered in
that cell. Conditional formatting not working for this.
 
Select the cell, say A1

Format>CF>Formula is: =A1<>""

Pick a color and OK.


Gord Dibben MS Excel MVP
 
perezianda said:
How can I have a cell automatically hightlight when any data is entered in
that cell. Conditional formatting not working for this.

This works:

Formula Is =CODE(A1)>0
 
Set the font, colour, etc of the cell when it will have data entered. Then go
to conditional formatting, set 'formula is' =A1="" then set the format to
automatic with no fill. where A1 is the cell.
 

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