Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joshann
 
Posts: n/a
Default Top 10% and Bottom 10%

I have a set of numbers. I want Excel to tell me which numbers are in the
top 10% and which numbers are in the bottom 10%. For example, say the
numbers a

45
23
26
21
5
10
32
11

Which of those numbers are in the top 10% and which are in the bottom 10%?
The values of the numbers will change, so I want to create a formula that
will work on the numbers.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default Top 10% and Bottom 10%

Your problem statement is a bit ambiguous. Do you mean the top 10% of
the range of values (e.g., the range is 5-45, so 10% of the range is 4,
so the top 10% would be values greater than or equal to 45-4, or 41,
and the bottom 10% would be values less than or equal to 9) or the top
10% of the *number* of values (you have only 8 values, so the top 10%
would be 0.8 values, presumably rounded up to 1).

If the former, one way:

=COUNTIF(A1:A8,"=" & MIN(A1:A8)+(MAX(A1:A8)-MIN(A1:A8))*90%)

and

=COUNTIF(A1:A8,"<=" & MIN(A1:A8)+(MAX(A1:A8)-MIN(A1:A8))*10%)


In article ,
Joshann wrote:

I have a set of numbers. I want Excel to tell me which numbers are in the
top 10% and which numbers are in the bottom 10%. For example, say the
numbers a

45
23
26
21
5
10
32
11

Which of those numbers are in the top 10% and which are in the bottom 10%?
The values of the numbers will change, so I want to create a formula that
will work on the numbers.

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joshann
 
Posts: n/a
Default Top 10% and Bottom 10%

Sorry. I meant the top 10% of the range of values. I will try your
suggestion. That looks pretty simple. I thought I would have to get the
standard deviation and then do something with that, so this looks much easier.

"JE McGimpsey" wrote:

Your problem statement is a bit ambiguous. Do you mean the top 10% of
the range of values (e.g., the range is 5-45, so 10% of the range is 4,
so the top 10% would be values greater than or equal to 45-4, or 41,
and the bottom 10% would be values less than or equal to 9) or the top
10% of the *number* of values (you have only 8 values, so the top 10%
would be 0.8 values, presumably rounded up to 1).

If the former, one way:

=COUNTIF(A1:A8,"=" & MIN(A1:A8)+(MAX(A1:A8)-MIN(A1:A8))*90%)

and

=COUNTIF(A1:A8,"<=" & MIN(A1:A8)+(MAX(A1:A8)-MIN(A1:A8))*10%)


In article ,
Joshann wrote:

I have a set of numbers. I want Excel to tell me which numbers are in the
top 10% and which numbers are in the bottom 10%. For example, say the
numbers a

45
23
26
21
5
10
32
11

Which of those numbers are in the top 10% and which are in the bottom 10%?
The values of the numbers will change, so I want to create a formula that
will work on the numbers.

Thanks!


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
why doesn't Excel 2003 bottom double border icon work RunwithGod Excel Discussion (Misc queries) 2 May 17th 06 01:26 PM
dislike jump bottom of column by double-clicking the bottom of cel Joe Excel Discussion (Misc queries) 1 April 9th 06 09:27 PM
Footer does not print on bottom of document Frustrated... Excel Discussion (Misc queries) 3 January 25th 06 08:44 PM
Rows to repeat at BOTTOM. crazybass2 Setting up and Configuration of Excel 0 September 1st 05 11:47 PM
how to print a row on the bottom of every page Punx Excel Discussion (Misc queries) 1 November 29th 04 04:20 PM


All times are GMT +1. The time now is 10:58 AM.

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"