Highlighting changes

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

Guest

If I have a cell(s) in excel that when I type data in it I would like for the
cell to become highlighted. Is there a way that I can make this automatic or
must I highlight each cell(s) individual.
 
You could apply conditional formatting to your range. For
example, assume you're going to enter data into A1:F25.

1. Select A1:F25
2. Go to Format > Conditional Formatting
3. Under Condition 1 select Formula Is and put:
=LEN(INDIRECT("rc",0))>0
4. Press the Format radio button and format as desired.

HTH
Jason
Atlanta, GA
 

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