Hi Jeremy,
I understand that in the original format there are also not the portions of
seconds expressed (otherwise the length factor needs to be reviewed in the
following):
I would replace then in the formula A1 by IF(LENGTH(A1)<6,"00:"&A1,A1)
resulting in a formula as follows:
=SUBSTITUTE(TEXT(IF(LENGTH(A1)<6,"00:"&A1,A1),"hh:mm:ss.00"),".",":")
Hope this helps!
Erny
Hi Jeremy,
The easiest would be probably to insert a column next to the one holding
your data (let's say column B) and use the formula in there. Replicating
it
downwards should work.
Kind regards,
Erny
Newsbeitrag
Thank you very much for your help! You dont know how much time you are
saving me. One quick last question though. Lets say I have the numbers
entered in minutes from A1 to A10 and I wanted to use this formula to
quickly do them all, how would I change the thing you gave me? I tried
A1:A10 and the substitute formula, but that still only did A1.
Thank you again for your solution!
-Jeremy
I've ran into another problem. Since this is a DV tape, the time goes
from 0:00 - 1:00:00. I have for example 28:48 (28 minutes 48 seconds)
and it is being converted by excel to 00:04:48:00 because 24 hours in
a day. How would I fix this?
Thanks for your help,
Jeremy