+ Reply to Thread
Results 1 to 8 of 8

Can't think of a title for this one :D

  1. #1
    Registered User
    Join Date
    01-14-2004
    Location
    Devon, England
    Posts
    24

    Can't think of a title for this one :D

    I have an Excel spreadsheet of fastest lap times for different drivers on different tracks in different cars.

    One Worksheet per driver with the Track down the side, the car type across the top and the lap times in the relevant row/column. In all there are 10 (I think) worksheets.

    I would like to use a blank sheet with just the car types and tracks, and to use a function to find the fastest lap out of all the drivers using a particluar car/track combination and to report that drivers name.

    Clear as mud I know, but is this possible?

    Thanks in advance

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming that the worksheets for each driver is set-up like the first attachment (Driver.jpg), and that each sheet is named after the driver, a summary sheet can be set up like the second attachment (Summary.jpg) using the following formulas...

    B2, copied down and across:

    =MAX('Driver 1:Driver 10'!B2)

    B15, copied down and across:

    =INDEX($H$2:$H$4,MATCH(B2,N(INDIRECT("'"&$H$2:$H$11&"'!"&CELL("address",B2))),0))

    ...confirmed with CONTROL+SHIFT+ENTER, and where H2:H11 contains your sheet/driver names.

    Note that if there are two or more drivers with the fastest time for any track and car type combination, only the first occurrence will be returned.

    Hope this helps!

    Quote Originally Posted by EARTHWALKER
    I have an Excel spreadsheet of fastest lap times for different drivers on different tracks in different cars.

    One Worksheet per driver with the Track down the side, the car type across the top and the lap times in the relevant row/column. In all there are 10 (I think) worksheets.

    I would like to use a blank sheet with just the car types and tracks, and to use a function to find the fastest lap out of all the drivers using a particluar car/track combination and to report that drivers name.

    Clear as mud I know, but is this possible?

    Thanks in advance
    Attached Images Attached Images

  3. #3
    Registered User
    Join Date
    01-14-2004
    Location
    Devon, England
    Posts
    24
    I'll give that a try. Many thanks Dom.

  4. #4
    Registered User
    Join Date
    01-14-2004
    Location
    Devon, England
    Posts
    24
    Ok, firstly the sheets are made out the way you have them :D

    The tracks go down, A2 to A27
    The cars go from B1 to I1

    There are 9 drivers and the sheets are their names, so sheet 1 = Bean0 2= Elkdanger and so on.

    I tried exactly what you showed and all I get is a #ref
    I also tried changine Driver1: Driver2 in your formula to Bean0 and Elkdanger and still I get a #ref.

    I can't work it out.

  5. #5
    Registered User
    Join Date
    01-14-2004
    Location
    Devon, England
    Posts
    24
    Just had a bit of a play on the end sheet.
    What I've got now is this formula: MIN(Bean0!B2:I2), it has returned a fastest time for that driver on that track. What I want that to do now is in another cell do the same, but it then look at the fastest time and go up one and return the car used.

    Once I can get that, it will be easy to do it for all of them and then do a comparisom of the guy with the fastest time on a particular track, what car he used and what the actual time was.

    Any help would be greatly appreciated. I can send the file to someone if they like...it's not top secret or anything :D

  6. #6
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    If you'd like you can send me your file and I'll see if I can help. You can email me at [email protected].

    Cheers!

    Quote Originally Posted by EARTHWALKER
    Just had a bit of a play on the end sheet.
    What I've got now is this formula: MIN(Bean0!B2:I2), it has returned a fastest time for that driver on that track. What I want that to do now is in another cell do the same, but it then look at the fastest time and go up one and return the car used.

    Once I can get that, it will be easy to do it for all of them and then do a comparisom of the guy with the fastest time on a particular track, what car he used and what the actual time was.

    Any help would be greatly appreciated. I can send the file to someone if they like...it's not top secret or anything :D

  7. #7
    Registered User
    Join Date
    01-14-2004
    Location
    Devon, England
    Posts
    24
    Thnak you m8. It's on the way to you now.

  8. #8
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Quote Originally Posted by EARTHWALKER
    Thnak you m8. It's on the way to you now.
    Just wanted to confirm that I emailed you earlier.

    Cheers!

+ 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