Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do i highlight the ten highest numbers in a range?

i would like to know how to highlight the ten highest numbers in a range
without doing it manually.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default how do i highlight the ten highest numbers in a range?

Let's say your range is from A1:A14 and you start selecting the range in A1.
Go to Conditional format and enter something like this for the formula.


=$A1=LARGE($A$1:$A$14,10)

Set the format as desired.

HTH,
Barb Reinhardt

"Help Wanted" wrote:

i would like to know how to highlight the ten highest numbers in a range
without doing it manually.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how do i highlight the ten highest numbers in a range?

What version of Excel are you using?

Use conditional formatting

Assume the range of numbers is A1:A20

For Excel versions prior to Excel 2007 (but it will also work in Excel
2007):

Select the range of cells, A1:A20
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=A1=LARGE(A$1:A$20,10)
Click the Format button
Select the desired style(s)
OK out

For Excel 2007

Select the range of cells, A1:A20
Goto Home tabStylesConditional FormattingTop/Bottom RulesTop 10 Items
Fill in the info, select a format
OK out


--
Biff
Microsoft Excel MVP


"Help Wanted" <Help wrote in message
...
i would like to know how to highlight the ten highest numbers in a range
without doing it manually.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default how do i highlight the ten highest numbers in a range?

Clarification

(but it will also work in Excel 2007)


The formula will work but the menu path is different!

Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format

But, why use this option when you can use the Top/Bottom Rules option.

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
What version of Excel are you using?

Use conditional formatting

Assume the range of numbers is A1:A20

For Excel versions prior to Excel 2007 (but it will also work in Excel
2007):

Select the range of cells, A1:A20
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=A1=LARGE(A$1:A$20,10)
Click the Format button
Select the desired style(s)
OK out

For Excel 2007

Select the range of cells, A1:A20
Goto Home tabStylesConditional FormattingTop/Bottom RulesTop 10 Items
Fill in the info, select a format
OK out


--
Biff
Microsoft Excel MVP


"Help Wanted" <Help wrote in message
...
i would like to know how to highlight the ten highest numbers in a range
without doing it manually.





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
Highest total of any three consecutive numbers in a range. [email protected] Excel Worksheet Functions 13 April 3rd 23 07:01 PM
Highest 5 numbers in a range turn red mjones Excel Discussion (Misc queries) 4 September 13th 07 10:02 PM
Highlight highest / lowest number in a row [email protected] Excel Discussion (Misc queries) 3 April 1st 07 02:00 AM
highlight highest and lowest cells within a given column in ex Tim New Users to Excel 0 November 29th 06 10:36 PM
How do I add only the highest three numbers in a range of data? emac_mommy Excel Worksheet Functions 4 January 9th 05 09:40 AM


All times are GMT +1. The time now is 08:26 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"