conditional formatting

  • Thread starter Thread starter ribs58
  • Start date Start date
Hi
if your values are in A1:A10 try the following:
- select cells A1:A10
- goto the conditional format dialog and enter the following formula
=(A1=MIN($A$1:$A$10))*(COUNTIF($A$1:$A$10)=1)
 
Thanks for the help Frank,

My values are in D5:D70
I highlighted these cells and entred the following formula

=(D5=MIN($D$5:$D$70))*(COUNTIF($D$:$D$70)=1)

but I get the error saying I entered too few arguements
Did I miss something?

Regards Jim A
 
oops I did enter
=(D5=MIN($D$5:$D$70))*(COUNTIF($D$5:$D$70)=1)

sometimes cells aren't always full up to D70 but they start at D5
would that make a difference
 
Back
Top