+ Reply to Thread
Results 1 to 5 of 5

results table for speed trials, is this even possible?

  1. #1
    Registered User
    Join Date
    05-12-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    14

    results table for speed trials, is this even possible?

    Have been wrestling with this one for a while but getting nowhere. Hope someone can help?

    So I have a table of competitors, each with a number

    x1.jpg

    (there will be many more than 10 competitors in the real competition, hence my trying to automate the process)

    Competitors will then be doing speed trials (timed by hand, for various practical reasons)

    and the results (competitor number, time ) put straight into a results table thus

    x2.jpg

    and ideally what I want is as results are added to the results table, row by row, for the table of competitors to automatically populate with the results posted to the correct competitor, thus:

    x3.jpg

    Once we have the results in place we can select the fastest time etc, all that stuff is fine. I just need to get the results into the competitor table.

    If it's too complex to have it so that competitors can do multiple runs, and the formula can recognise that it's a second run or third run and put it in the appropriate column, then we will change the format and have three different results tables, and no competitors will be allowed to do a second run until everyone has completed their first, etc.

    And just to add an extra twist to it, it has to work on Excel 2007 ...

    Dummy table attached.

    Very very many thanks for any help or advice from you excel gurus!
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: results table for speed trials, is this even possible?

    Try this in C2:

    =IFERROR(INDEX($J:$J,SMALL(IF($I$2:$I$21=$B2,ROW($I$2:$I$21)),COLUMNS($A:A))),"") Ctrl Shift Enter

    Drag to the right and down.

    Also update the "MS-Off Ver" shown in your profile.
    Last edited by 63falcondude; 03-20-2019 at 08:54 PM.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,366

    Re: results table for speed trials, is this even possible?

    Not sure, For Number, put this on I2 and press ENTER as array formula, press all together CTRL+SHIFT+ENTER, then copied down
    =IFERROR(INDEX($B$2:$B$11,INT(SMALL(IF($C$2:$E$11<>"",(ROW($C$2:$E$11)-ROW($C$2)+1)*10^5+COLUMN($C$2:$E$11)-COLUMN($C$2)+1),ROWS($A$1:A1))/10^5)),"")

    For Time, put this on J2 and ENTERED as array formula as well, then copied down as necessary:
    =IFERROR(INDEX($C$2:$E$11,SMALL(IF(($B$2:$B$11=$I2)*($C$2:$E$11<>""),MATCH(ROW($C$2:$E$11),ROW($C$2:$E$11)),""),COUNTIF($I$2:I2,I2)),1*(SMALL(IF(($B$2:$B$11=$I2)*($C$2:$E$11<>""),MATCH(ROW($C$2:$E$11),ROW($C$2:$E$11))+1*MATCH(COLUMN($C$2:$E$11),COLUMN($C$2:$E$11)),""),COUNTIF($I$2:I2,I2))-SMALL(IF(($B$2:$B$11=$I2)*($C$2:$E$11<>""),MATCH(ROW($C$2:$E$11),ROW($C$2:$E$11)),""),COUNTIF($I$2:I2,I2)))),"")
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-12-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    14

    Re: results table for speed trials, is this even possible?

    That's insane. Works perfectly!!! Thank you soooo much 63falcondude. You're an absolute legend.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: results table for speed trials, is this even possible?

    Happy to help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Pivot Table Results to Secondary Table with Horizontal Results
    By Pony08 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-07-2015, 04:18 PM
  2. Binomial trials
    By jameselmore in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 11:55 AM
  3. Labeling number of trials
    By cond0148 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-24-2013, 05:49 PM
  4. Assigning time scales to trials
    By holp in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-12-2012, 02:40 AM
  5. Excel and Clinical Trials
    By RiotLoadTime in forum Excel General
    Replies: 1
    Last Post: 08-09-2006, 03:24 PM
  6. Excel and Clinical Trials
    By RiotLoadTime in forum Excel General
    Replies: 0
    Last Post: 08-09-2006, 03:01 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