+ Reply to Thread
Results 1 to 4 of 4

Help With Formulas Please - Time and points raking system

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    Workington
    MS-Off Ver
    Excel 2010
    Posts
    35

    Help With Formulas Please - Time and points raking system

    Hi, please see attached sheet and comments added to cells for required formulas. Any help much appreciated.

    Many Thanks

    Steve
    Attached Files Attached Files
    Last edited by SJB777; 05-01-2014 at 06:25 AM. Reason: More Precise

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Help With Formulas Please - Time and points raking system

    In 2010, MS improved the RANK function. You now have RANK.EQ and RANK.AVG. Determine which technique you prefer.

    In cell B1 you wrote:
    Is there a formula which will copy names of schools when entered in "Times" sheet?
    The easy answer is to just use =Times!B1 and then drag that formula to the right. To have it truly dynamic would require some advanced techniques.

    In B2 you comment:
    = Points total according to time in row 2 "Times".
    Quickest time = Highest points
    So if there are 20 schools competing quickest time = 20 points, Slowest time = 1 point
    If no time entered points = 0 points not "error"
    Try this formula in B2, then drag down and across to fill your matrix.
    =IF(ISBLANK(Times!B2),0,RANK.EQ(Times!B2,Times!$B2:$U2,0))

    I used RANK.EQ, use RANK.AVG if you wish.

    Looks like you have the idea for Total Points, and then the final rank would again use the RANK.xxx formula.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    02-22-2013
    Location
    Workington
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Help With Formulas Please - Time and points raking system

    Many thanks Pauleyb however when entering the formula to calculate points "=IF(ISBLANK(Times!B2),0,RANK.EQ(Times!B2,Times!$B2:$U2,0))" I get the error:

    #NAME?

    What do i need to do to correct this?

    Many thanks

  4. #4
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Help With Formulas Please - Time and points raking system

    You do have 2010, correct? Try changing the RANK.EQ to just RANK.

+ 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. Using Cell references in file paths for formulas to create dynamic formulas
    By MichaelStokesJr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-04-2013, 11:49 AM
  2. Replies: 5
    Last Post: 09-25-2013, 02:51 PM
  3. Multiple formulas in selected cell without damaging previous formulas.
    By excel5111987 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-05-2011, 06:15 AM
  4. code to add formulas to a range with previous formulas appearing inside the new one
    By Excel-o-ratoR in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2010, 06:02 AM
  5. Replies: 5
    Last Post: 05-05-2008, 02:22 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