B
beeawwb
Good morning all.
I have recently been given an export of data from a program that i
text (delimited), which I can import fine. The problem I have is when
want to work with the data as minutes. By default, Excel is treatin
them as hours (because they are in the **:** format, not the **:**:*
format).
My question is this. Is there a way to take all my text value and mak
them all be 00:+My minutes:My Seconds? Nothing will go over 60 minutes
the largest value is 21:39, the smallest value is :31 (exactly lik
that. The program didn't export a leading zero for this. There are onl
3 values like this though, so I can change them myself if need be).
VBA Code would be fine, or any other way. Right now, cells ar
formatted as text (on import, because otherwise Excel imported them a
4:31:00, instead of 4:31.
Any help much appreciated.
-Bo
I have recently been given an export of data from a program that i
text (delimited), which I can import fine. The problem I have is when
want to work with the data as minutes. By default, Excel is treatin
them as hours (because they are in the **:** format, not the **:**:*
format).
My question is this. Is there a way to take all my text value and mak
them all be 00:+My minutes:My Seconds? Nothing will go over 60 minutes
the largest value is 21:39, the smallest value is :31 (exactly lik
that. The program didn't export a leading zero for this. There are onl
3 values like this though, so I can change them myself if need be).
VBA Code would be fine, or any other way. Right now, cells ar
formatted as text (on import, because otherwise Excel imported them a
4:31:00, instead of 4:31.
Any help much appreciated.
-Bo