Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default finding top 80% line from a descending list

Similar to the top 10 function, but need it to be expressed in %, say top 80%
of the data population. Is there a simple way to do this? Many thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default finding top 80% line from a descending list

PERCENTILE?

Użytkownik "Quester" napisał w
wiadomo¶ci ...
Similar to the top 10 function, but need it to be expressed in %, say top
80%
of the data population. Is there a simple way to do this? Many thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default finding top 80% line from a descending list

There are two possible answers:

1

If you have 100 scores in A1 thru A100 that are in descend order, then the
top 80% will always be in cells A1 thru A80 (assuming no duplicated scores).

2

If you have scores in column A that are in descending order and want to know
what set of cells contributes 80% to the total, then in B1, enter:

=SUM($A$1:A1)/SUM(A:A) and copy down. For example:

12 40.00%
9 70.00%
3 80.00%
3 90.00%
2 96.67%
1 100.00%

Clearly the first three items give an 80% contribution.
--
Gary''s Student - gsnu200849


"Quester" wrote:

Similar to the top 10 function, but need it to be expressed in %, say top 80%
of the data population. Is there a simple way to do this? Many thanks.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default finding top 80% line from a descending list

hi Gary's Student,

Thanks for your answers. Your scenario 2 hits my point.
I'd like to know further if there's more direct solution that:
i) what if the numbers in column A is not in descending order; and
ii) I want to find the col A value that hits 80% line directly without
column B's listing.




"Gary''s Student" wrote:

There are two possible answers:

1

If you have 100 scores in A1 thru A100 that are in descend order, then the
top 80% will always be in cells A1 thru A80 (assuming no duplicated scores).

2

If you have scores in column A that are in descending order and want to know
what set of cells contributes 80% to the total, then in B1, enter:

=SUM($A$1:A1)/SUM(A:A) and copy down. For example:

12 40.00%
9 70.00%
3 80.00%
3 90.00%
2 96.67%
1 100.00%

Clearly the first three items give an 80% contribution.
--
Gary''s Student - gsnu200849


"Quester" wrote:

Similar to the top 10 function, but need it to be expressed in %, say top 80%
of the data population. Is there a simple way to do this? Many 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
How to sort out (ascending or descending) automatically a list PF Excel Worksheet Functions 1 December 13th 06 03:27 PM
how do i sort a set of averages and have them list in descending o ucastores Excel Worksheet Functions 7 September 3rd 06 09:10 AM
Drop Down List is not in Descending Order John Excel Discussion (Misc queries) 1 November 2nd 05 11:26 PM
Excel List Sorting Problem (Descending) Erik Excel Discussion (Misc queries) 2 October 11th 05 11:12 AM
how to create a dynamic descending list of months & years marika1981 Excel Discussion (Misc queries) 6 February 19th 05 03:57 AM


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