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

I want the highest number in the below range of numbers to highlight in a
different color no matter how many times it changes. How can I do that?

$3,485.00
$475.00
$100.00
$1,190.00
$4,245.00
$- 0
$3,277.00
$10,035.00
$- 0
$2,930.00
$- 0



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Conditional Formatting

Try "Conditional Formatting".

Say your datalist was in A1 to A11.
Select the *entire* list, with the focus on A1 (colored white), then:

<Format <Conditional Format,
Change "Cell Value Is" to "Formula Is",
And enter this formula:

=AND(A1=MAX($A$1:$A$11),A1<"")

Then click on <Format, and choose a font and/or pattern color to your
liking.
Then <OK <OK

Duplicate max values will *all* be highlighted.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"kimmy2003" wrote in message
...
I want the highest number in the below range of numbers to highlight in a
different color no matter how many times it changes. How can I do that?

$3,485.00
$475.00
$100.00
$1,190.00
$4,245.00
$- 0
$3,277.00
$10,035.00
$- 0
$2,930.00
$- 0




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditional Formatting

CF/ Cell value is/ Equal to/ =MAX(A$1:A$11)
Select your highlighting format.
--
David Biddulph

"kimmy2003" wrote in message
...
I want the highest number in the below range of numbers to highlight in a
different color no matter how many times it changes. How can I do that?

$3,485.00
$475.00
$100.00
$1,190.00
$4,245.00
$- 0
$3,277.00
$10,035.00
$- 0
$2,930.00
$- 0





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
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional formatting CLR Excel Worksheet Functions 0 November 29th 06 06:06 PM
Conditional Formatting Jelinek Excel Discussion (Misc queries) 3 April 19th 06 11:52 AM
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 07:11 PM.

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

About Us

"It's about Microsoft Excel"