I have a device which outputs the time in the format hh:mm:ss.000, e.g., 00:04:58.727 and I need to convert these to milliseconds.
I can’t change the way the device outputs the times so I have to do it in Excel, but I don’t know VB so am looking for a cell-by-cell solution.
Using some text manipulation we can separate each unit of time and then sum them together with their millisecond coefficients.
To show the formulas in the cells use CTRL + `