Time durations with milliseconds - custom Format pattern
Hello, Any suggestion how to use custom Format pattern for time or duration format in the following scenario? As example, I have following data imported (as character): 42.33651.85801:17.9 This data should be understood as time durations in format mm:ss.000. I would like to have advices how to get data above to be shown as in (numeric) format ss.000 like below 42.33651.85877.900 or alternatevily i...