Ranking lap times with 2 decimals

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I think you may need a helper column to convert to time values before you can rank. Use this formula on each entry: =TIMEVALUE(SUBSTITUTE(D3,".",":",1))
It is up to you to format it as a time or leave it as a decimal. But you can now rank this helper column.
 
Upvote 0
How about

Excel 2013/2016
DE
2LaptimeRank
32.23.3402
43.10.6983
52.11.9691
Engine
Cell Formulas
RangeFormula
E3=SUMPRODUCT(--(TIMEVALUE(SUBSTITUTE(D3,".",":"))>TIMEVALUE(SUBSTITUTE(D$3:D$5,".",":"))))+1
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,906
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top