PC Review


Reply
Thread Tools Rate Thread

conditional formatting - Highest

 
 
=?Utf-8?B?UVBhcGlsbG9u?=
Guest
Posts: n/a
 
      28th Feb 2006
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 With Quote
 
 
 
 
=?Utf-8?B?RWxrYXI=?=
Guest
Posts: n/a
 
      28th Feb 2006
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?
>
>

 
Reply With Quote
 
Ken Wright
Guest
Posts: n/a
 
      28th Feb 2006
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" <(E-Mail Removed)> wrote in message
news:916DB738-D199-4080-87EC-(E-Mail Removed)...
> 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 With Quote
 
=?Utf-8?B?ZWxsZWJlbGxl?=
Guest
Posts: n/a
 
      6th Oct 2006
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" <(E-Mail Removed)> wrote in message
> news:916DB738-D199-4080-87EC-(E-Mail Removed)...
> > 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 With Quote
 
Biff
Guest
Posts: n/a
 
      6th Oct 2006
Try this:

=AND(A1=MAX($A1:$H1),COUNTIF($A1:A1,A1)=1)

This will highlight only the first instance of MAX.

Biff

"ellebelle" <(E-Mail Removed)> wrote in message
news:5B888094-EDD0-411F-89F0-(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
>> news:916DB738-D199-4080-87EC-(E-Mail Removed)...
>> > 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
'conditional format' cells for the highest number in a range Browny Microsoft Excel Misc 3 25th Mar 2008 02:27 AM
Conditional formatting highest 25% of a column tlosgyl3 Microsoft Excel Misc 2 18th Jan 2006 10:40 AM
Conditional Formatting - Lowest/Highest Value in Row/Column Brian Microsoft Excel Discussion 1 28th Nov 2005 10:32 PM
Finding and Formatting the 5 highest values in a range? lance Microsoft Excel Programming 2 19th Oct 2005 07:05 PM
3 highest values indicated using formatting =?Utf-8?B?Sm9obg==?= Microsoft Excel Worksheet Functions 7 15th May 2005 02:26 PM


Features
 

Advertising
 

Newsgroups
 


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