B
barc0de
As posted in another thread, this is a great way to convert time to
decimal.
=(LEFT(A1,LEN(A1)-2)&":"&RIGHT(A1,2))+0
example:
2342
=.9875
but if the time is 0, then it messes up (#VALUE). Is there a way t
solve this problem?
Thanks in advance
decimal.
=(LEFT(A1,LEN(A1)-2)&":"&RIGHT(A1,2))+0
example:
2342
=.9875
but if the time is 0, then it messes up (#VALUE). Is there a way t
solve this problem?
Thanks in advance