Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default posting points relating to rank

I am trying to allocate points related to finishing position.
I have used "RANK" to determine finishing position.
Example:
IF D1=1 then D2=25
IF D1=2 then D2=20
IF D1=3 then D2=17
IF D1=4 then D2=15
etc. down to position 20 approx
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default posting points relating to rank

You need to provide the details on the entire point distribution. Also, how
should ties (if possible) be handled?

Typically, ties split the pool. For example...

1st place = 100 pts
2nd place = 75 pts

If there are 2 tied for 1st place they each recieve 100+75/2 = 87.5 pts


--
Biff
Microsoft Excel MVP


"Not too bright" <Not too wrote in message
...
I am trying to allocate points related to finishing position.
I have used "RANK" to determine finishing position.
Example:
IF D1=1 then D2=25
IF D1=2 then D2=20
IF D1=3 then D2=17
IF D1=4 then D2=15
etc. down to position 20 approx



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default posting points relating to rank

Thanks TV

The points distribution is:-
1st - 25 points
2nd - 20
3rd - 17
4th - 15
5th - 14
6th - 13
5th - 12
6th - 11
7th - 10
8th - 9
9th - 8
10th - 7
11th - 6
12th - 5
13th - 4
14th - 3
15th - 2
16th - 1
17th - 1
18th - 1
19th - 1
20th - 1
All additional placings = 1

Full points will be allocated to ties i.e. 3 of 1st places all receive 25
points
Of coarse the next placed person will be 4th with the allocation of 15 point

The "RANK" function sorts the places out satisfactorily, I just need to
address each rank cell with the correct points - Thanks again

"T. Valko" wrote:

You need to provide the details on the entire point distribution. Also, how
should ties (if possible) be handled?

Typically, ties split the pool. For example...

1st place = 100 pts
2nd place = 75 pts

If there are 2 tied for 1st place they each recieve 100+75/2 = 87.5 pts


--
Biff
Microsoft Excel MVP


"Not too bright" <Not too wrote in message
...
I am trying to allocate points related to finishing position.
I have used "RANK" to determine finishing position.
Example:
IF D1=1 then D2=25
IF D1=2 then D2=20
IF D1=3 then D2=17
IF D1=4 then D2=15
etc. down to position 20 approx




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default posting points relating to rank

Ok, create a 2 column table with the place in the left column and the
corresponding pts in the right column:

...........G..........H
1........1..........25
2........2..........20
3........3..........17
4........4..........15
..........................
20.....20..........1

Assume rank is in A1.

=VLOOKUP(A1,$G$1:$H$20,2)

Copy down as needed.

--
Biff
Microsoft Excel MVP


"Not too bright" wrote in message
...
Thanks TV

The points distribution is:-
1st - 25 points
2nd - 20
3rd - 17
4th - 15
5th - 14
6th - 13
5th - 12
6th - 11
7th - 10
8th - 9
9th - 8
10th - 7
11th - 6
12th - 5
13th - 4
14th - 3
15th - 2
16th - 1
17th - 1
18th - 1
19th - 1
20th - 1
All additional placings = 1

Full points will be allocated to ties i.e. 3 of 1st places all receive 25
points
Of coarse the next placed person will be 4th with the allocation of 15
point

The "RANK" function sorts the places out satisfactorily, I just need to
address each rank cell with the correct points - Thanks again

"T. Valko" wrote:

You need to provide the details on the entire point distribution. Also,
how
should ties (if possible) be handled?

Typically, ties split the pool. For example...

1st place = 100 pts
2nd place = 75 pts

If there are 2 tied for 1st place they each recieve 100+75/2 = 87.5 pts


--
Biff
Microsoft Excel MVP


"Not too bright" <Not too wrote in
message
...
I am trying to allocate points related to finishing position.
I have used "RANK" to determine finishing position.
Example:
IF D1=1 then D2=25
IF D1=2 then D2=20
IF D1=3 then D2=17
IF D1=4 then D2=15
etc. down to position 20 approx






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
rank the numbers / range of data using 'RANK' and 'ABS' KP Excel Worksheet Functions 1 March 8th 08 05:50 PM
RANK, duplicate ranking but no gaps in rank arron laing Excel Worksheet Functions 4 June 14th 06 07:57 AM
Rank items, select one start date, have remaining dates follow based on rank rob normerica Excel Discussion (Misc queries) 1 August 15th 05 09:36 PM
the owner of posting should be able to delete the posting Mahendra Excel Discussion (Misc queries) 7 August 8th 05 07:21 PM
Points behind next rank in a fantasy league Goody Excel Worksheet Functions 1 April 2nd 05 08:57 PM


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