#1   Report Post  
LJDL
 
Posts: n/a
Default Ranking Data

Hi, I think this should be easy but I've had a long day......

I've got two columns A) Subject and B) Score. Within column A there are
multiple subjects and multiple occurences of each one 5 histories, 4 Art etc
etc. I have a student who scored 85% in history, I want to rank that student
but only against other history scores.

I'm thinking this should be an array formula but whatever I try just doesn't
work.

Thanks for your help in advance.

John

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

John,

=1+SUMPRODUCT(($A$2:$A$100="History")*($B$2:$B$100 B2))

This gives ties the same (highest) rank.

HTH,
Bernie
MS Excel MVP


"LJDL" wrote in message
...
Hi, I think this should be easy but I've had a long day......

I've got two columns A) Subject and B) Score. Within column A there are
multiple subjects and multiple occurences of each one 5 histories, 4 Art etc
etc. I have a student who scored 85% in history, I want to rank that student
but only against other history scores.

I'm thinking this should be an array formula but whatever I try just doesn't
work.

Thanks for your help in advance.

John



  #3   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Better would be

=1+SUMPRODUCT(($A$2:$A$100=A2)*($B$2:$B$100B2))

Then filter your list based on column A to only show one subject at a time.

HTH,
Bernie
MS Excel MVP


"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
John,

=1+SUMPRODUCT(($A$2:$A$100="History")*($B$2:$B$100 B2))

This gives ties the same (highest) rank.

HTH,
Bernie
MS Excel MVP


"LJDL" wrote in message
...
Hi, I think this should be easy but I've had a long day......

I've got two columns A) Subject and B) Score. Within column A there are
multiple subjects and multiple occurences of each one 5 histories, 4 Art etc
etc. I have a student who scored 85% in history, I want to rank that student
but only against other history scores.

I'm thinking this should be an array formula but whatever I try just doesn't
work.

Thanks for your help in advance.

John





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
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
How do I import formmail data to a custom excel template? cxlough41 Excel Worksheet Functions 1 July 1st 05 12:59 AM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM


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