+ Reply to Thread
Results 1 to 3 of 3

Score based on time range HELP!

  1. #1
    Registered User
    Join Date
    10-10-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2003
    Posts
    6

    Score based on time range HELP!

    I help run a high school program where the students have to race miniature cars and we have a excel spreadsheet to record all the times and then generate the scores for the different categories of racing.

    We have change the way we calculate the fastest reaction time points in that we know specify the points they will receive if they get under a certain time.

    For Example.

    20 points for a time less than 0.140
    17 points for a time less than 0.150
    15 points for a time less than 0.160
    13 points for a time less than 0.170

    I am having trouble trying to work out the formula to allocate the points to each student.

    I have a column with everyones reaction time in it and i need to reference those against the range to work out how many points they have got.

    Any help would be great even if you can point me in the right direction.

  2. #2
    Forum Contributor
    Join Date
    11-11-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2010
    Posts
    129

    Re: Score based on time range HELP!

    Hi,

    Assuming you have your Data in Cell B1, you could try this formula;

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Score based on time range HELP!

    If B1 contains Time,
    =IF(B1>0,IF(B1<0.14,20,IF(B1<0.15,17,IF(B1<0.16,15,IF(B1<0.17,13,"")))),"")

+ 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] Calculate Score based on time with ties
    By Bjorn_NZ in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-20-2012, 07:08 AM
  2. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  3. Pulling test score based on date, not highest score.
    By PowerSchoolDude in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 06:42 PM
  4. formula to work out score based on score system
    By Nathaniel82 in forum Excel General
    Replies: 5
    Last Post: 08-10-2009, 11:25 AM
  5. Real time score based on currrent rank
    By Jlucas2 in forum Excel General
    Replies: 8
    Last Post: 08-12-2008, 02:54 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