Conditional Formatting Row Golf/Skin

VinceF

Board Regular
Joined
Sep 22, 2007
Messages
206
Office Version
  1. 2016
Platform
  1. Windows
Determining a "skin" for a golf hole.

With conditional formatting I can highlight the lowest number(s) for a given hole but I'm looking to highlight the number only if it's the lowest number without tying.

Example:
A1 thru A20 all contain numbers...the low number is 3 but there are two cells with 3's. I wouldn't want to highlight the 3's because it's a tie. However is there was only one 3 then I would want it highlighted.

Hope this makes sense....


Thanks for your help...

Vince
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Use this CF rule:
Code:
=AND($A1=MIN($A$1:$A$20),COUNTIF($A$1:$A$20,$A1)=1)
 
Upvote 0
Thank you JoeMo...it worked perfectly...!

Vince
 
Upvote 0

Forum statistics

Threads
1,225,760
Messages
6,186,870
Members
453,380
Latest member
ShaeJ73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top