View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dr. Darrell Dr. Darrell is offline
external usenet poster
 
Posts: 74
Default If I have a colunm of numbers, can I format to highlite the sm

Biff:

Thanks for your reply. This didn't work for me. My Range is actually J6:J22
so I substituted:

=AND(J6<"",J6=MIN(J$6:J$22))

Does it make a difference if the values in the cells are dirived from a
formular,
<<< =IF(D6=0,0,((C6/(D6*2))+G6))

Darrell

"Biff" wrote:

Try this:

Assume your numbers are in the range A1:A5
Select the range A1:A5
Goto FormatConditional Formatting
Formula Is: =AND(A1<"",A1=MIN(A$1:A$5))
Click the Format button
Select the style(s) desired
OK out

Biff

"Dr. Darrell" wrote in message
...
If I have a colunm of numbers, can I conditionally format to highlite the
smallest value in the colunm?