+ Reply to Thread
Results 1 to 3 of 3

Trying to create a Ranking System

  1. #1
    Registered User
    Join Date
    03-29-2017
    Location
    US
    MS-Off Ver
    2016
    Posts
    1

    Trying to create a Ranking System

    Hi, i am trying to create a ranking system base on points. I have 3 columns (Name, #Attempts, Points). My purpose is to grant a % of the #Attempts as points, the trick is this: I want to grant more points to who have LESS attempts. I tried to use % but of course, it isn't the same 1% of 5 (0.05) as 500 (5).

    Any ideas?

    Example:

    Name #Attempts Points
    John 5 99
    Doe 30 62
    Dann 100 20

  2. #2
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Trying to create a Ranking System

    You would need to provide more information about how exactly you want to calculate the ratio of attempts to points awarded. Granting "more" points to people who have "less" attempts isn't something that can be translated into a formula. As an easy fix, why not just divide the number of attempts into a much higher number and use the quotient as a multiplier for the points calculation?

    For example
    John 200/5 = 40 points
    Doe 200/30 = 6.7 points
    Dann 200/100 = 2 points

  3. #3
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: Trying to create a Ranking System

    How are you calculating the points?
    You could use a lookup table

    LookupTable.jpg

    With points table on sheet named "PointsLookUp" (column A = attempts, column B = points)
    formula in B2 copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Results.jpg
    Attached Files Attached Files
    Last edited by kev_; 03-29-2017 at 11:16 AM.
    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

+ 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. [SOLVED] Creating a Ranking system for a Changing Range
    By Remotruker in forum Excel General
    Replies: 2
    Last Post: 12-04-2015, 01:49 PM
  2. Replies: 1
    Last Post: 07-02-2015, 06:57 PM
  3. Replies: 2
    Last Post: 06-28-2015, 03:09 AM
  4. [SOLVED] Ranking system, problem with duplicates
    By Buster^ in forum Excel General
    Replies: 11
    Last Post: 06-21-2014, 09:19 AM
  5. Sports Ranking System
    By moneymanminn1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-01-2013, 02:03 PM
  6. [SOLVED] Ranking System
    By maddog9486 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2011, 08:12 AM
  7. Automated ranking system
    By liero116 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-22-2010, 06:37 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