+ Reply to Thread
Results 1 to 11 of 11

Athletics program with excel

  1. #1
    Registered User
    Join Date
    05-30-2012
    Location
    South Afric
    MS-Off Ver
    Excel 2007
    Posts
    12

    Athletics program with excel

    Hi guys

    Kinda stuck with a small problem. I have been tasked with creating a program for athletics meeting at a primary school with excel. I am a teacher...

    There are heats, final and a summary sheet.
    Column headings are: Name, Surname, Time, Rank. for each event and age group.

    In the heats sheet names are entered beforehand. Then on the day, the times of the athletes are entered. Now I can do a =rank() to determine the top athletes.

    What I then want is to carry the top 12 names over to the final sheet. Then, once the final has been run, those times are entered. Again, can do the rank.

    The summary sheet the lists the final results, ie the athletes from fastest to slowest.

    So my question is - how do I get the names carried over from the specific sheets according to their rank?

    I tried =Index but the doesn't display the correct names.

    Just pointing me in the right direction would help. Not asking to do the whole thing for me. I want to struggle and figure it out (only way to learn) but just need a nudge in the right direction.

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Athletics program with excel

    If you upload the sheet it would be easier to work with but index should do it.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  3. #3
    Registered User
    Join Date
    05-30-2012
    Location
    South Afric
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Athletics program with excel

    Ok will do so. Thanks for quick reply!!
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Athletics program with excel

    Is it the top 12 from both heats? Or top 12 from each heat

  5. #5
    Registered User
    Join Date
    05-30-2012
    Location
    South Afric
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Athletics program with excel

    I have an unknown number of heats. The top 12 from all the heats need to go to the final. They run there. Once they have run, their times are entered. These times are ranked and then placed on the summary page. Fastest time first.

  6. #6
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Athletics program with excel

    try this.

    I altered your rank fromula and then did an index to get your results

    Athletic prog FINAL.xlsx

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Athletics program with excel

    Quote Originally Posted by RyanK View Post
    I have an unknown number of heats. The top 12 from all the heats need to go to the final. They run there. Once they have run, their times are entered. These times are ranked and then placed on the summary page. Fastest time first.
    In cell A3 of finals sheet
    =INDEX(Heats!A:A,MATCH(Finals!C3,Heats!C:C,0))

    In cell B3 of finals sheet
    =IF(INDEX(Heats!B:B,MATCH(Finals!C3,Heats!C:C,0))=0,"",INDEX(Heats!B:B,MATCH(Finals!C3,Heats!C:C,0)))

    In cell C3 of finals sheet
    =SMALL(Heats!C:C,ROW(A1))

    Refer the attached excel for details.

    Hope that helps!
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  8. #8
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Athletics program with excel

    sixthsence,

    i might be worth updateing the rank to get a unique rank as it shows a neater result

    Have a little look at mine and youll see what i mean

  9. #9
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Athletics program with excel

    Quote Originally Posted by twiggywales View Post
    sixthsence,

    i might be worth updateing the rank to get a unique rank as it shows a neater result

    Have a little look at mine and youll see what i mean
    Nicely done and thanks for your comment.

  10. #10
    Registered User
    Join Date
    05-30-2012
    Location
    South Afric
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Athletics program with excel

    Wow you guys are awesome!!! Thanks so much!

  11. #11
    Registered User
    Join Date
    05-30-2012
    Location
    South Afric
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Athletics program with excel

    Twiggywales - might be a stupid question, but that is kind of why I am here ( to learn...) - could you breakdown your iferror formula so that I understand how it is used...

    Did read up that it is used when you want to trap and handle an error.

    Again thanks so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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