Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 469
Default Conditional Formatting Minimim Value

I would like to have conditional formatting for the minimum value in a range.
I only want to format the minimum value if only one cell has that value.

Here is the formula to check if there is only one minimum value:

=IF(COUNTIF(A1:A10,MIN(A1:A10))=1,TRUE,FALSE)


For example,

data set (4,5,5,5,5) format cell with "4"

data set (4,4,5,5,5) do not format any cells.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Conditional Formatting Minimim Value

Selecting cell A1, CF formula is:
=AND(A1=MIN($A1:$A10),COUNTIF($A1:$A10,MIN($A1:$A1 0))=1)

Copy across to apply to cells A1:A10, copy down as needed.

--
Best Regards,

Luke M
"Curt" wrote in message
...
I would like to have conditional formatting for the minimum value in a
range.
I only want to format the minimum value if only one cell has that value.

Here is the formula to check if there is only one minimum value:

=IF(COUNTIF(A1:A10,MIN(A1:A10))=1,TRUE,FALSE)


For example,

data set (4,5,5,5,5) format cell with "4"

data set (4,4,5,5,5) do not format any cells.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default Conditional Formatting Minimim Value

For range A1:A10
Select the range and CF as per the formula:
=AND(A1=MIN(A$1:A$10),COUNTIF(A$1:A$10,MIN(A$1:A$1 0))=1)
Micky


"Curt" wrote:

I would like to have conditional formatting for the minimum value in a range.
I only want to format the minimum value if only one cell has that value.

Here is the formula to check if there is only one minimum value:

=IF(COUNTIF(A1:A10,MIN(A1:A10))=1,TRUE,FALSE)


For example,

data set (4,5,5,5,5) format cell with "4"

data set (4,4,5,5,5) do not format any cells.

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
How can I convert conditional formatting into explicit formatting? Patrick Harris Excel Discussion (Misc queries) 0 April 9th 09 12:00 AM
Conditional formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 10:30 PM.

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

About Us

"It's about Microsoft Excel"