+ Reply to Thread
Results 1 to 10 of 10

make an automated leaderboard

  1. #1
    Registered User
    Join Date
    10-08-2015
    Location
    quebec
    MS-Off Ver
    2010
    Posts
    18

    make an automated leaderboard

    I Want to make automated leaderboard, when i enter data its chance beetween rank like :


    David - 7
    Jeff - 10
    Sylvain - 3
    Paul - 1
    Carl - 6

    want it appears like
    Rank 1 - Jeff - 10
    Rank 2 - David - 7
    Rank 3 - Carl - 6
    Rank 4 - Sylvain - 3
    Rank 5 - Paul - 1

    if i had a new score like 3 poitns for Carl... want it go automatically

    Rank 1 - Jeff - 10
    Rank 2 - Carl - 9
    Rank 3 - David - 7
    Rank 4 - Sylvain - 3
    Rank 5 - Paul - 1

  2. #2
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: make an automated leaderboard

    You should find everything you need in here and adapt it to what you require.
    Attached Files Attached Files

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: make an automated leaderboard

    With your data in columns A and B:
    Enter this in E2 and fill down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Then array-enter this formula in D2 and fill down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.

    It does this.

    Row\Col
    A
    B
    C
    D
    E
    F
    2
    David
    7
    Jeff
    10
    In E2 :=LARGE($B$2:$B$6,ROWS($1:1))
    3
    Jeff
    10
    David
    7
    In D2 :{=INDEX($A$2:$A$6,SMALL(IF($E2=$B$2:$B$6,ROW($A$2:$A$6)-MIN(ROW($A$2:$A$6))+1),COUNTIF($E$2:$E2,$E2)))}
    4
    Sylvain
    3
    Carl
    6
    5
    Paul
    1
    Sylvain
    3
    6
    Carl
    6
    Paul
    1


    Try changing Carl's score ... even making it a duplicate score.
    Last edited by FlameRetired; 10-09-2015 at 12:24 AM.
    Dave

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: make an automated leaderboard

    Withdrawn by FR
    Last edited by FlameRetired; 10-08-2015 at 11:40 PM.

  5. #5
    Registered User
    Join Date
    10-08-2015
    Location
    quebec
    MS-Off Ver
    2010
    Posts
    18

    Re: make an automated leaderboard

    found many thing usefull. thx

    Now i want to had a 3rd columns with Position like :

    Rank 1 - Jeff - 10 - Left Helper
    Rank 2 - David - 7 - Right Helper
    Rank 3 - Carl - 6 - Center
    Rank 4 - Sylvain - 3 - Rigth Defense
    Rank 5 - Paul - 1 - Left Defense

    if i had a new score like 3 poitns for Carl... want it go automatically

    Rank 1 - Jeff - 10 - Left Helper
    Rank 2 - Carl - 9 - Center
    Rank 3 - David - 7 - Right Helper
    Rank 4 - Sylvain - 3 - Rigth Defense
    Rank 5 - Paul - 1 - Left Defense

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: make an automated leaderboard

    Column C enter and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Column G enter and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Column H enter and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Column I enter and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Result:
    A
    B
    C
    D
    E
    F
    G
    H
    I
    1
    Player Position Rank Score Leaderboard
    2
    Carl Center
    2
    -5
    Player Score Position
    3
    David Right Helper
    3
    -4
    Jeff
    -9
    Left Helper
    4
    Jeff Left Helper
    1
    -9
    Carl
    -5
    Center
    5
    Paul Left Defense
    5
    0
    David
    -4
    Right Helper
    6
    Sylvain Right Defense
    4
    -2
    Sylvain
    -2
    Right Defense
    7
    Paul
    0
    Left Defense
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  7. #7
    Registered User
    Join Date
    10-08-2015
    Location
    quebec
    MS-Off Ver
    2010
    Posts
    18

    Re: make an automated leaderboard

    tried it and every position place it write ?NOM..

    I heard something too with =MATCH ........... but i dont know this function

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: make an automated leaderboard

    You have made a spelling mistake in the formula.

  9. #9
    Registered User
    Join Date
    10-08-2015
    Location
    quebec
    MS-Off Ver
    2010
    Posts
    18

    Re: make an automated leaderboard

    i have excel 2010, can it be the porblem.?

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: make an automated leaderboard

    You don't say what solution that you are trying and failing with.

    What I gave you was done with Excel 2010.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to make a cell automated?
    By ksbharath86 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 04-08-2015, 07:52 AM
  2. trying to make an automated shift calendar
    By maestro_uk in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-01-2013, 04:14 AM
  3. Making a leaderboard in excel
    By mmaher5 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-15-2012, 03:17 PM
  4. Top 10 leaderboard
    By jlevs95 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2012, 03:05 PM
  5. creating a leaderboard
    By mattbombers in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-01-2012, 03:17 PM
  6. Leaderboard
    By Augusta in forum Excel General
    Replies: 5
    Last Post: 12-28-2011, 10:01 AM
  7. autosorting to a leaderboard
    By ano in forum Excel General
    Replies: 1
    Last Post: 12-02-2005, 12:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1