conditional formatting

F

Frank Kabel

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)
 
R

ribs58

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
 
R

ribs58

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
 

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