Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default Score points and the placing of the winner from 1 and to the lowes

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Score points and the placing of the winner from 1 and to the lowes

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!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 791
Default Score points and the placing of the winner from 1 and to the l

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!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Score points and the placing of the winner from 1 and to the l

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 -


  #5   Report Post  
Posted to microsoft.public.excel.misc
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 -





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Score points and the placing of the winner from 1 and to the l

I'm not sure where you get your placings from in the first example.

If your Points are in column A, put this in B2:

="number "&RANK(A2,A$2:A$7)

and copy down.

Hope this helps.

Pete

On Mar 4, 8:41*pm, Michael wrote:
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 -- Hide quoted text -


- Show quoted text -


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
how do i find the last time i picked a winner AussieGambler Excel Discussion (Misc queries) 3 November 22nd 07 09:10 AM
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
Displaying winner/first four placings. Toobi-Won Kenobi Excel Worksheet Functions 5 April 28th 07 05:18 PM
Formula to display the winner Toobi-Won Kenobi Excel Worksheet Functions 6 April 27th 07 03:04 PM
Placing Trendlines Behind Data Points Sloth Charts and Charting in Excel 1 November 15th 06 06:14 PM


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"