I would write a simple For Each Row(), and add in the minutes value when there isn't one
For Each Row(
If(contains(:Race Timings, ":") == 0,
:Race Timings = "00:" || :Race Timings
)
)
Then you will be able to convert the column using the informat method
Jim