Thread: time to integer
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ivan Ivan is offline
external usenet poster
 
Posts: 2
Default time to integer

hello,

I write time in [hh:mm:ss,000] custom format and
it works fine (for some car racing statistics)
and in the end I have to sort the list ascending
to see what car was the quickest one.
The problem is that I have to sort the score,
not the time.. and the score is a number that I
read from time, for example:

00:00:54,121 would be 54121
00:20:45,215 would be 2045215

and so on..

I don't have an idea how to get that number from
this format. Please help!

Ivan