Conditional formatting formulas

  • Thread starter Thread starter Mike Harris
  • Start date Start date
M

Mike Harris

Could someone help with formulas for conditional
formatting please. I am trying to do the following:

Red shading - cell value >+25 or <-25
Yellow shading - cell value between 10 and 25 or between -
10 and -25
Green shading for cell value between + 5 and -5

Thanks in advance.
 
Hi mike,

Say the cell you want to conditionally format is A1, format A1 with green
shading, then input two conditional formats as follows:

1. =abs(A1)>25, then select the red shading
2. = abs(A1)>10, then select the yellow shading

Cheers
 
Mike,

You can do it without formulae, CF allows a between option in its condition
, so use that.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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