B
ben.sullins
Hello,
I am having some trouble formatting a time value in excel. I use th
<value>/86400 to get the decimal value which translates into a time.
It goes something like this:
81.94 / 86400 = 0.000948483
Which translates to 1:22 when in the m:ss format.
My situation is that often these values will be less then one minut
and I need to get rid of the leading zero. I have tried to us
conditional formatting in VBA but was unable to test for the valu
correctly. I'm working on this all the time so any clues would help
lot
I am having some trouble formatting a time value in excel. I use th
<value>/86400 to get the decimal value which translates into a time.
It goes something like this:
81.94 / 86400 = 0.000948483
Which translates to 1:22 when in the m:ss format.
My situation is that often these values will be less then one minut
and I need to get rid of the leading zero. I have tried to us
conditional formatting in VBA but was unable to test for the valu
correctly. I'm working on this all the time so any clues would help
lot