Hello,
I am working with a very stange time format. It is displayed as follows: "# d # h # m # s". Examples below:
10 d 8 h 28 m 19 s
6 h 4 s
4 d
1 h 11 s
54 m 9 s
7 h 14 m 03 s
9 d 2 m 8 s
This is particularily troublesome as it lacks consistency and I dont want to have to resort to VBA for this...if possible. I have tried a variety of ways to get this to hh:mm:ss, but have been unsuccessful. I have tried to split the data into multiple columns using mid and find. But, this has not worked.
Any ideas are greatly appreciated.
_keith