Hi there experts,
I have been composing a “race timer” sheet with which I could record times in a race where people run/ride/drive multiple laps. As I don´t know too much Visual Basic, I have been using simple lookuptables, pivot tables, IF functions and such.
I have managed to enter lapping time events (yellow tab) and calculate the final times (blue tab) but I would need help in categorizing the final results in various classes and in the order of quickiest time. Now I have done this with recording a macro to sort a range (green tab). In this I cannot include “automatic” position indices and the different callses are not too well separated from each others. What I would like is something in the last tab. Any advice would be appreciated. I have attached the sheet.
Thanks Timo
This formula will give you the results you want, though I don't really understand why you want it displayed that way. In G5:
=LOOKUP(2, 1/((DATA!$B$2:$B$100=D5)*(DATA!$E$2:$E$100="Finish")), DATA!$C$2:$C$100) - VLOOKUP(D5, daatta, 2, 0)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
“None of us is as good as all of us” - Ray Kroc
“Actually, I *am* a rocket scientist.” - JB (little ones count!)
Hi JBeaucaire,
Thanks for a quick reply. Actually I ment something else, sorry for my not-so-clear description above. I am quite happy with my calculations and the final time in the "aikaleimat" tab. My problem is purely in sorting the data in the grey cells in the "aikaleimat" tab so that it is clearly readable.
So, basically from that data I want to find all "A" class racers and put those in descending order with laps and ascending order with final time and index the results with position index. And the same for all the other classes. There could be dozens of competititors in the table and the users of the sheet may have not too much of experience in excel so I would need some "automatization" in the table.
Thanks again, I hope this clarified my problem more.
BR Timo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks