Forum Discussion
Andybeten
Jun 27, 2022Copper Contributor
finding lowest race time
Hi all,
i am trying to produce a semi auto race result programme.
each team has 3 races so for example the times would be 01.23.25 - 01.23.65 - 00.59.36
so the last time is their quickest time so i want this to automatically go into the next column... i have been trying to use the "min" function but this just puts a 0 there??
8 Replies
Are the three values in three different columns?
For Excel to recognize the values as time values, they should use : instead of .
For example: 01:23:25
Excel treats 01.23.25 as a text value.