Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 577
Default Auto Numbering Test Scores and want ties to count the same

I have a series of 300 test scores from students and want them automatically
numbered from 1-300 based on best to worst. The problem is I want identical
scores to number the same.
i.e. say after number 10 the next three have identical scores I want all
of those to number 11 and then the following score to be numbered 14.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Auto Numbering Test Scores and want ties to count the same

=RANK(A1,$A$1:$A$300)


"Scott" wrote:

I have a series of 300 test scores from students and want them automatically
numbered from 1-300 based on best to worst. The problem is I want identical
scores to number the same.
i.e. say after number 10 the next three have identical scores I want all
of those to number 11 and then the following score to be numbered 14.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 793
Default Auto Numbering Test Scores and want ties to count the same

Sort the scores in descending order (assuming they are in Col E)
Enter 1 agains the highest score (assuming you want the rank in Col F)
Enter =IF(E2=E1,F1,F1+1) in the cell below that and copy till end

"Scott" wrote:

I have a series of 300 test scores from students and want them automatically
numbered from 1-300 based on best to worst. The problem is I want identical
scores to number the same.
i.e. say after number 10 the next three have identical scores I want all
of those to number 11 and then the following score to be numbered 14.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Auto Numbering Test Scores and want ties to count the same

Use the RANK function.

55
55
49
22
18

=RANK(A1,A$1:A$5)

Copied down

Returns 1;1;3;4;5

--
Biff
Microsoft Excel MVP


"Scott" wrote in message
...
I have a series of 300 test scores from students and want them
automatically
numbered from 1-300 based on best to worst. The problem is I want
identical
scores to number the same.
i.e. say after number 10 the next three have identical scores I want all
of those to number 11 and then the following score to be numbered 14.



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
Auto select highest 25 scores. Terry Excel Worksheet Functions 14 March 23rd 07 09:09 AM
Converting Test Scores to somewhat of a Linear Transformation [email protected] Excel Worksheet Functions 6 February 11th 07 01:30 PM
Calculate mean of test scores from rows of test answers RiotLoadTime Excel Discussion (Misc queries) 1 July 26th 06 05:14 PM
comparing test scores over a few years Justin Excel Discussion (Misc queries) 0 July 3rd 06 01:39 PM
Calculating Percentiles of Test Scores? ddawg09 Excel Discussion (Misc queries) 4 February 19th 06 09:24 PM


All times are GMT +1. The time now is 08:04 PM.

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"