Forum Discussion
jvikonen
Oct 21, 2023Copper Contributor
Time formatting - minutes, seconds and milliseconds
Hello, Any suggestion how to user Format Cells - Custom time format in the following scenario? As example, I have following data imported to excel: 42.336 51.858 01:17.9 This ...
PeterBartholomew1
Oct 21, 2023Silver Contributor
I think a format of
= TEXT(time, "hh:mm:ss.000")
should work, either within a TEXT statement (as shown) or applied directly to the cell as a custom number format.