PC Review


Reply
Thread Tools Rate Thread

Quartiles and bands

 
 
microsoft
Guest
Posts: n/a
 
      5th May 2005
I have a list of student grades.

I'd like to create a formula that compares a student's grade with the
results of the quartile function, and outputs the band in which that
student's grade falls.

For example, say the Quartile function returns 99, 80, 70, 59, 40 for index
numbers 4, 3, 2, 1 and 0. And a particular student's grade is 84. Then I
want the formula to return "top band" or something similar. Or if the
student's grade is 75, then the formula should return "2nd band," and so
on.

Ideas?

Thanks.


 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      6th May 2005
For grades in cells A1 to A50, array enter this formula (enter using
Ctrl-Shift-Enter) to return the band of the score in cell A1. Then copy
down to match your data. Watch the line wrapping introduced by your news
reader.

=INDEX({"4th Band";"3rd Band";"2nd Band";"1st Band";"Top
Score"},MATCH(A1,QUARTILE($A$1:$A$50,ROW(A$1:A$5)-1)))

HTH,
Bernie
MS Excel MVP



"microsoft" <(E-Mail Removed)> wrote in message
news:%23Ip$(E-Mail Removed)...
>I have a list of student grades.
>
> I'd like to create a formula that compares a student's grade with the
> results of the quartile function, and outputs the band in which that
> student's grade falls.
>
> For example, say the Quartile function returns 99, 80, 70, 59, 40 for
> index
> numbers 4, 3, 2, 1 and 0. And a particular student's grade is 84. Then I
> want the formula to return "top band" or something similar. Or if the
> student's grade is 75, then the formula should return "2nd band," and so
> on.
>
> Ideas?
>
> Thanks.
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Median and Quartiles ScottMsp Microsoft Access VBA Modules 3 30th Dec 2009 02:35 PM
Quartiles in Charts TAlgo Microsoft Excel Discussion 0 16th Dec 2009 05:40 PM
Quartiles Mike Dobony Microsoft Excel Worksheet Functions 1 2nd Feb 2009 03:55 PM
QUARTILES in SQL/QUERY BlueWolverine Microsoft Access Queries 3 31st Oct 2008 02:57 PM
Calculating Quartiles Mark Microsoft Access Queries 2 11th May 2004 05:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.