Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See conditional format for A1:A14 in: http://cjoint.com/?dxsgfobEPX
HTH -- AP "Phil Lewis" <Phil a écrit dans le message de ... 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions | |||
Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
Conditional Formatting (Date vs Number) | Excel Discussion (Misc queries) |