davidryoung
Board Regular
- Joined
- Feb 7, 2005
- Messages
- 110
I have the following data being impoted from a csv file. Part of this data is recognized as time because of the format. I need a way to remove the leading zeros from both sides of the colon and just leave me the ratio as a text format. So 01:05.7 would be 1:5.7, but 1:10 would still be 1:10 (ie I cant just remove all the zeros).
1:01
1:01
01:05.7
1:01
01:04.3
01:03.2
1:10
Thanks for any help.
1:01
1:01
01:05.7
1:01
01:04.3
01:03.2
1:10
Thanks for any help.