Conditional Formatting

  • Thread starter Thread starter mastermind
  • Start date Start date
M

mastermind

I am having troubles setting up the conditional formating for a
worksheet. I have been trying to set up a format that highlights the
cell ONLY when the value is greater than one, but it isn't working.
The formating not only highlights the cell when the value is greater
than 1, it also highlights the cell when the value is " ", is there any
way to stop this from happening?
 
In the Conditional Formatting dialog, select 'Formula Is' instead of 'Cell
Value Is'. Then, in the adjacent textbox, enter

=AND(ISNUMBER(B2),B2>1)

Set the formatting you want, and click OK to close the Conditional
Formatting dialog.

Hope this helps,

Hutch
 

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