conditional formatting-shading

G

Guest

I am still struggling with this one:

I have values in cells c1,d1,e1,f1,g1
I would like to shade the cell with the lowest value. One or more of the
cells may be blank or have n/a which should be ignored.

I have tried highlighting the cells together and in conditional formatting I
set "formula is" =min(c1:g1) then I select the pattern color. This is not
working. I appreciate any suggestions.
 
B

Bob Phillips

select all the cells, and apply CF with a formula of

=C1=MIN(IF($C$1:$G$1>0,$C$1:$G$1))

and set pattern as required

--

HTH

RP
(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

Top