View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Score points and the placing of the winner from 1 and to the l

Hej again Pete_UK

Thanks for you answer, and it´s work but there are a small problem and I
will tray to describe it.

That is a example

Point Placing/rank

100 number 5
200 number 4
250 number 4
300 number 3
350 number 2
375 number 2
500 number 1

What can I do to get a accurate result like this

Point Placing/rank

100 number 7
200 number 6
250 number 5
300 number 4
350 number 3
375 number 2
500 number 1

I will be grateful if you can help me to find a solution to this problem -
thank you very much to you

Michael





"Pete_UK" wrote:

Okay, let's say you have points values in cells E2 to E100 - put this
formula in F2 and copy down:

=RANK(E2,E$2:E$100)

This will give you 1 against the highest score, 2 against the next
highest, and so on.

If you want the ranking in the opposite order, then try this in F2:

=RANK(E2,E$2:E$100,1)

and copy this down.

Hope this helps.

Pete

On Mar 2, 8:42 pm, Michael wrote:
Hej Pete_UK

Thanks for you answer. I will tray to tell you more about my problems.
I have make the following column:
Column A are to the name on the team or the person
Column D are to Start Point - for examples 100 points
Column C are to point on who old the team or the person are - for examples
100 points.
Column C are to the MISSION 1 and the MISSION 1 are divided in to columns
one to give negative point for use for long time on the job and give negative
point for Penalty. There can be more MISSION 1 depending on the job.
Column lets os call it columnn E is to Total results from column B to E.
An so come the ploblem for me:
Column F have to show what team there be number one or number two and so an
depending on the total results in column E.
Of rows there can be from one to 100 maybe more depending af how many teams
or perso there take part in the contest.
I hope you can help me to solve the problem.

Michael

"Pete_UK" skrev:



I suggest you look in Excel help for the RANK function and also for LARGE
and SMALL functions. You might also need to know about INDEX and MATCH, and
VLOOKUP.


If you want more specific help then you will need to provide more actual
details about your data - what columns you use, how the data is laid out
etc.


Pete


"Michael" wrote in message
...
I have make worksheet with a colum to namesake and more column to point
both
- and + point and a colum to total point and there come my ploblem the
last
column I have make would I like to see what name or team there winner
number
2 and winner nummber 2 and so on where the total point from the column are
decisive for the placement of the name or team in the last column I have
make.
There will be many row depending of how many member there are.
Thank´s for your help!- Hide quoted text -


- Show quoted text -