We have to import a file (CSV) where data in a column is in "999:99" or
"99:99" format.
For unknown to me reason the built in logic treats that data as Time
and Excel converts some data in this column into wrong format.


For example

23:25 will stays 23:25
25:00 will be converted into 25:00:00
120:00 will be converted into 120:00:00

When I format column as text

23:25 will be converted into 0.975695
25:00 will be converted into 1.041667
120:00 will be converted into 5

How can I disable this madness?

Thanks

MH