Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi - I'm trying to use conditional format to highlight the highest number in
a row of numbers derived from a formula. I tried MAX (a1:h1) but it highlighted all the numbers. What am I doing wrong? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this instead:
=A1=MAX($A$1:$H$1) HTH, Elkar "QPapillon" wrote: Hi - I'm trying to use conditional format to highlight the highest number in a row of numbers derived from a formula. I tried MAX (a1:h1) but it highlighted all the numbers. What am I doing wrong? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select A1:H1 and use =A1=MAX($A$1:$H$1) then set your formats
-- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "QPapillon" wrote in message ... Hi - I'm trying to use conditional format to highlight the highest number in a row of numbers derived from a formula. I tried MAX (a1:h1) but it highlighted all the numbers. What am I doing wrong? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if there are two cells containing the same value this formula highlights the
second. Is there a formula to highlight the first instance of the highest value? "Ken Wright" wrote: Select A1:H1 and use =A1=MAX($A$1:$H$1) then set your formats -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------Â*------------------------------Â*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------Â*------------------------------Â*---------------- "QPapillon" wrote in message ... Hi - I'm trying to use conditional format to highlight the highest number in a row of numbers derived from a formula. I tried MAX (a1:h1) but it highlighted all the numbers. What am I doing wrong? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=AND(A1=MAX($A1:$H1),COUNTIF($A1:A1,A1)=1) This will highlight only the first instance of MAX. Biff "ellebelle" wrote in message ... if there are two cells containing the same value this formula highlights the second. Is there a formula to highlight the first instance of the highest value? "Ken Wright" wrote: Select A1:H1 and use =A1=MAX($A$1:$H$1) then set your formats -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "QPapillon" wrote in message ... Hi - I'm trying to use conditional format to highlight the highest number in a row of numbers derived from a formula. I tried MAX (a1:h1) but it highlighted all the numbers. What am I doing wrong? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting highest 25% of a column | Excel Discussion (Misc queries) | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional Formatting Error | Excel Worksheet Functions | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |