Change cell color if it is the lowest number of a group?

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

Guest

I was wondering how do you change the color of the number in a cell when that
number is the lowest number in a group of cells? Thanks in advance.

Anthony
 
I used this formula in "Conditional Formatting" in cell B3:
=B3=MIN($B$3:$B$6)
.... and applied a distinctive cell format. Then I copied cell B3 and
pasted it into B4 to B6. Enter a series of numbers into B3 to B6 and
the lowest number shows the format you applied.
 
Hi,
Use conditional formatting and the MIN formula using these settings
Cell Value is:
Equal to:
and type your formula
e.g... =MIN($A$1:$B$10)
choose your format and hit OK.

HTH
JG
 
Thanks, works great. I could not remember the Conditional Formatting in
Excel.

Anthony
 

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