View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tf tf is offline
external usenet poster
 
Posts: 7
Default Conditional Formating in Blank Cells

These seem to work for a single cell, but I don't understand how to formulate
the formula for a block of cells (I've tried replacing A1 in these formulas
with $b$2:$f$62).

"T. Valko" wrote:

Since the OP didn't say they *didn't* have any negative values it'd be safer
to use:

=AND(COUNT(A1),A1<0.3)


--
Biff
Microsoft Excel MVP


"Eduardo" wrote in message
...
Hi,
in conditional formating enter

=AND(A10,A1<0.3)

if this helps please click yes, thanks

"TF" wrote:

I have a set of data which I have highlighted values 3 in red and values
<0.3 in green. Using these criteria all of my blank cells end up with
green
highlighting, though I would rather have no color. I've set a condition
for
no color when cells are blank and also tried to set a condition for no
color
when the cell value = "a blank cell". No matter what I do, the cell
remains
highlighted. I can't simply go to blank cells and clear the rules,
because I
need to sort the cells later and the formating doesn't migrate with the
value
when it moves to another location.

Any ideas on how to clear the highlighting from the blank cells?