E
Ed
I am inputting two times as h:mm:ss and subtracting them. I am trying to
get the final answer as seconds. The only thing I can think of is trying to
use LEFT and RIGHT to separate hh, mm and ss, multiply to convert the hh and
mm to seconds, and then add to get total seconds.
One - the LEFT and RIGHT don't seem to want to work for me - I keep getting
decimal answers, even with a hh:mm:ss format.
Two - is there an easier way?
Ed
get the final answer as seconds. The only thing I can think of is trying to
use LEFT and RIGHT to separate hh, mm and ss, multiply to convert the hh and
mm to seconds, and then add to get total seconds.
One - the LEFT and RIGHT don't seem to want to work for me - I keep getting
decimal answers, even with a hh:mm:ss format.
Two - is there an easier way?
Ed