#1   Report Post  
koty
 
Posts: n/a
Default Rank in Excel

I have a markssheet in which I want to use the Rank formula wherein it keeps
updating the rank of each student as I keep adding the students.
I do not want to specify a range of cells for it to compare. It should
automatiocally sense the presense of Data and allocate rank accordingly.
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=RANK(A1,OFFSET($A$1,0,0,COUNTA($A$1:$A$1000)))
will create a dynamic list that changes with the length of your list


"koty" wrote in message
...
I have a markssheet in which I want to use the Rank formula wherein it
keeps
updating the rank of each student as I keep adding the students.
I do not want to specify a range of cells for it to compare. It should
automatiocally sense the presense of Data and allocate rank accordingly.



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

A slightly different approach.

Assume column B contains the values to rank starting in B2.

Use a defined dynamic named range.

InsertNameDefine
Name - Grades
Refers to - =OFFSET($B$1,0,0,COUNTA($B:$B),1)

Formula to rank:

=IF(B2=","",RANK(B2,GRADES))

Copy down far enough to allow for future additional
entries to the list.

Biff

-----Original Message-----
I have a markssheet in which I want to use the Rank

formula wherein it keeps
updating the rank of each student as I keep adding the

students.
I do not want to specify a range of cells for it to

compare. It should
automatiocally sense the presense of Data and allocate

rank accordingly.
.

  #4   Report Post  
Biff
 
Posts: n/a
Default

Ooops! minor edit, left out "

=IF(B2=","",RANK(B2,GRADES))


should be:

=IF(B2="","",RANK(B2,GRADES))

Biff

-----Original Message-----
Hi!

A slightly different approach.

Assume column B contains the values to rank starting in

B2.

Use a defined dynamic named range.

InsertNameDefine
Name - Grades
Refers to - =OFFSET($B$1,0,0,COUNTA($B:$B),1)

Formula to rank:

=IF(B2=","",RANK(B2,GRADES))

Copy down far enough to allow for future additional
entries to the list.

Biff

-----Original Message-----
I have a markssheet in which I want to use the Rank

formula wherein it keeps
updating the rank of each student as I keep adding the

students.
I do not want to specify a range of cells for it to

compare. It should
automatiocally sense the presense of Data and allocate

rank accordingly.
.

.

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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How do I isolate my Excel server (automation) from other Excel instances? Joseph Geretz Excel Discussion (Misc queries) 5 July 19th 13 03:18 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


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