Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phil Lewis
 
Posts: n/a
Default Conditional formatting for lowest number in a string

I have a column of numbers and want to color highlight the lowest number in
the column. However, I only want to color highlight if there is a clear
"winner". Ties should not activate the color. There is a posted article on
the MS site (article 909845) using an IF statment but it does not allow for
ties. Does anyone know how to do this.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phil Lewis
 
Posts: n/a
Default Conditional formatting for lowest number in a string

Worked great. Thanks for the quick response.
--
Phil Lewis


"Biff" wrote:

Hi!

Assume the range in question is A1:A10.

=AND(A1=MIN(A$1:A$10),COUNTIF(A$1:A$10,A1)=1)

Biff

"Phil Lewis" <Phil wrote in message
...
I have a column of numbers and want to color highlight the lowest number in
the column. However, I only want to color highlight if there is a clear
"winner". Ties should not activate the color. There is a posted article
on
the MS site (article 909845) using an IF statment but it does not allow
for
ties. Does anyone know how to do this.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Conditional formatting for lowest number in a string

You're welcome. Thanks for the feedback!

Biff

"Phil Lewis" wrote in message
...
Worked great. Thanks for the quick response.
--
Phil Lewis


"Biff" wrote:

Hi!

Assume the range in question is A1:A10.

=AND(A1=MIN(A$1:A$10),COUNTIF(A$1:A$10,A1)=1)

Biff

"Phil Lewis" <Phil wrote in message
...
I have a column of numbers and want to color highlight the lowest number
in
the column. However, I only want to color highlight if there is a
clear
"winner". Ties should not activate the color. There is a posted
article
on
the MS site (article 909845) using an IF statment but it does not allow
for
ties. Does anyone know how to do this.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sloth
 
Posts: n/a
Default Conditional formatting for lowest number in a string

you can also use "Cell Value is" - "Less Than" - and the following formula

=SMALL($A$1:$A$10,2)

"Phil Lewis" wrote:

I have a column of numbers and want to color highlight the lowest number in
the column. However, I only want to color highlight if there is a clear
"winner". Ties should not activate the color. There is a posted article on
the MS site (article 909845) using an IF statment but it does not allow for
ties. Does anyone know how to do this.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
cannot use ISEVEN or ISODD functions in Conditional Formatting Scott Paine Excel Worksheet Functions 6 December 6th 05 09:44 PM
Conditional Formatting sweetsue516 Excel Discussion (Misc queries) 7 September 20th 05 08:16 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM
Conditional Formatting (Date vs Number) [email protected] Excel Discussion (Misc queries) 7 December 20th 04 10:23 PM


All times are GMT +1. The time now is 06:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"