Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Anitha
 
Posts: n/a
Default How do I extract the top 5 percent from a list?

I have a list of marks of students (numbers) and I want to extract the top 5
percentage from the list
  #2   Report Post  
Akhilesh Dalia
 
Posts: n/a
Default

Hi,
U can use "Data / Sort" tools.

If any problem, revert.

Regards

Akhilesh Dalia

akhileshdalia<athotmail<dotcom

"Anitha" wrote:

I have a list of marks of students (numbers) and I want to extract the top 5
percentage from the list

  #3   Report Post  
R.VENKATARAMAN
 
Posts: n/a
Default

another method is find percentile(95%) and do advance filter


Akhilesh Dalia wrote in message
...
Hi,
U can use "Data / Sort" tools.

If any problem, revert.

Regards

Akhilesh Dalia

akhileshdalia<athotmail<dotcom

"Anitha" wrote:

I have a list of marks of students (numbers) and I want to extract the

top 5
percentage from the list



  #4   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

I take it that you want the names of the students along with their marks
to figure in the list. There are a couple options.

A formula sytem:

Let A5:B25 house the following sample, including the headers Student and
Mark...

{"Student","Mark";
"dawn",35;
"damon",23;
"bob",25;
"chris",22;
"christine",21;
"ian",32;
"john",35;
"anitha",35;
"brian",33;
"laurent",29;
"daniel",27;
"dennis",32;
"tom",26;
"thomas",29;
"martin",31;
"linda",30;
"olga",35;
"dilip",31;
"mete",25;
"bilge",31}

C6, copy down:

=RANK(B6,$B$6:$B$25)+COUNTIF(B6:$B$6,B6)-1

This ranks the marks.

D5:

="Top "&SUM(E3:E4)&" Students"

D6, copy to E6 then down:

=IF(ROW()-ROW(D$6)+1<=$E$3+$E$4,INDEX(A$6:A$25,MATCH(ROW()-ROW($D$6)+1,$C$6:$C$25,0)),"")

Parameters, given & calculated

E1:

=COUNT(B6:B26)

Counts the available marks.

E2: 5%

E3:

=ROUNDUP(E1*E2,0)

Determines N, taking 5% of the available marks.

E4:

=MAX(IF(INDEX(B6:B20,MATCH(E3,C6:C20,0))=B6:B20,C6 :C20))-E3

which must be confirmed with control+shift+enter instead of the usual enter.

The latter formula determines the ties of the Nth value calculated in E3.

The area in D:E from row 6 downwards will contain the desired list of
Top 5% of the students along with their marks.

Other options: Advanced Filter with a computed criteria, AutoFilter, and
Pivot tables.

Anitha wrote:
I have a list of marks of students (numbers) and I want to extract the top 5
percentage from the list

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
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM
How do I find out what items are in one list but not in another l. Michelle Craig Excel Discussion (Misc queries) 2 December 22nd 04 08:32 PM
How do I extract the last name in Excel, from a list of names lik. RobertC Excel Worksheet Functions 4 November 17th 04 06:52 AM
Drop List Referencing Boony Excel Worksheet Functions 2 November 11th 04 11:42 AM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


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