How can I auto highlight a cell

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

Guest

How can I highlight any numbers that meet my requirment. e.g. I have a sheet
with 100 numbers range from 0 to 200. I want to highlight those numbers that
more than 50.
 
Hi!

Assume your numbers are in the range A1:A100.

Select the range A1:A100
Goto Format>Conditional Formatting
Formula Is: =AND(ISNUMBER(A1),A1>50)
Click the format button
Select the desired style(s)
OK out.

Biff
 

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