Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
ano
 
Posts: n/a
Default Create a leaderboard in excel?

I want to create a leaderborad in Excel, wich displays the current position
of a contestent. If his score changes (due to data input) his position at the
leaderborad changes. How do i do that?

I got a list of names and thier value starting at 0 then each round they
will get points. I enter the points after each name and the leaderbord auto.
shows positions, else i need to sort after each input to have the board up to
date.
  #2   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier
 
Posts: n/a
Default Create a leaderboard in excel?

Suppose the players and scores are in columns A:B

Player Score
Bill 3
Mike 9
Fred 6
John 5

Add an extra column, which will help us deal with duplicate scores:

Player Score Score2
Bill 3 3.02
Mike 9 9.03
Fred 6 6.04
John 5 5.05

The formula in C2 is =B2+ROW()/100, which you should fill down as far as you
have players.

Now set up another range, Say E1:G5 (use as many rows as in the original
range for the ranks):

Rank Player Score
1
2
3
4

In F2, enter this formula

=INDEX(A$2:A$5,MATCH(LARGE($C$2:$C$5,E2),$C$2:$C$5 ,0))

and fill it down, and in G2, enter this formula

=INDEX(B$2:B$5,MATCH(LARGE($C$2:$C$5,E2),$C$2:$C$5 ,0))

and fill it down. Here is the range now:

Rank Player Score
1 Mike 9
2 Fred 6
3 John 5
4 Bill 3

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


"ano" wrote in message
...
I want to create a leaderborad in Excel, wich displays the current position
of a contestent. If his score changes (due to data input) his position at
the
leaderborad changes. How do i do that?

I got a list of names and thier value starting at 0 then each round they
will get points. I enter the points after each name and the leaderbord
auto.
shows positions, else i need to sort after each input to have the board up
to
date.



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 to create the formula "cumsum" in excel paulc59 Excel Worksheet Functions 5 November 26th 05 02:58 AM
How do I create a macro, that references another excel file ??? Aries Excel Worksheet Functions 1 May 25th 05 11:37 AM
Create New Microsoft Excel Worksheet Has 3 Sheets Bassam Setting up and Configuration of Excel 0 February 9th 05 08:51 PM
create price list from excel sheet -keevill- Excel Discussion (Misc queries) 1 February 8th 05 12:02 AM
how do I create qif files from Excel for import into Quicken? pb Excel Discussion (Misc queries) 2 January 16th 05 12:31 AM


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