Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there an easy way to format 1 or 2 cells in a range? For example, I have
4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try making the condition for the format =MIN($a$1:$a$4). The $s may or may
not be a good idea. They have the usual effect of freezing or freeing references as you copy the format. "G" wrote: Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Conditional formatting. Cell value is equal to =MIN($A$1:$A$4)
-- Ian -- "G" wrote in message ... Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim/Ian,
Thanks, very helpful. One follow-up question ... would it be possible to highlight the 2nd Lowest total? If so, how would I do that? Thanks. G "Ian" wrote: Conditional formatting. Cell value is equal to =MIN($A$1:$A$4) -- Ian -- "G" wrote in message ... Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SMALL($A$1:$A$7,2) in place of the MIN function below.
-- Ian -- "G" wrote in message ... Jim/Ian, Thanks, very helpful. One follow-up question ... would it be possible to highlight the 2nd Lowest total? If so, how would I do that? Thanks. G "Ian" wrote: Conditional formatting. Cell value is equal to =MIN($A$1:$A$4) -- Ian -- "G" wrote in message ... Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Ian, but this appears to get ONLY the two lowest. In the case of the
sample data (below), I only highlight the two 25s. I would like to highlight the two 25s AND the 30. Any ideas? Thanks. G "Ian" wrote: =SMALL($A$1:$A$7,2) in place of the MIN function below. -- Ian -- "G" wrote in message ... Jim/Ian, Thanks, very helpful. One follow-up question ... would it be possible to highlight the 2nd Lowest total? If so, how would I do that? Thanks. G "Ian" wrote: Conditional formatting. Cell value is equal to =MIN($A$1:$A$4) -- Ian -- "G" wrote in message ... Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set 2 conditions. You can set up to 3 for each cell. If the 1st isn't
satisfied, it moves on to the second etc -- Ian -- "G" wrote in message ... Thanks, Ian, but this appears to get ONLY the two lowest. In the case of the sample data (below), I only highlight the two 25s. I would like to highlight the two 25s AND the 30. Any ideas? Thanks. G "Ian" wrote: =SMALL($A$1:$A$7,2) in place of the MIN function below. -- Ian -- "G" wrote in message ... Jim/Ian, Thanks, very helpful. One follow-up question ... would it be possible to highlight the 2nd Lowest total? If so, how would I do that? Thanks. G "Ian" wrote: Conditional formatting. Cell value is equal to =MIN($A$1:$A$4) -- Ian -- "G" wrote in message ... Is there an easy way to format 1 or 2 cells in a range? For example, I have 4 cells A1 25 A2 30 A3 35 A4 25 I want to highlight the lowest cell number of the column in RED (if there are two, I want to highlight both of them. Any help is welcome. Thanks. G |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
have B column turn red on conditional formatting of E column: | Excel Worksheet Functions | |||
Conditional Formatting A Whole Column | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Column conditional formatting | Excel Discussion (Misc queries) | |||
column to column conditional formatting won't work, need formula | Excel Worksheet Functions |