Hello all
Im trying to convert a time formatted as 00:00:00
Rather than typing in 3 different columns for hrs, min, secs - I would like to be able to enter a time, for example in cell C11 enter 12:25:15 and have this number converted in cell D11 (formatted as number) to a total no of seconds, this being 44715 for the example to the left.
Currently, I am using =C11*86400 which gives me the correct answer in D11 but the calculation cannot be used in another formula without error.
I tried converting using n() and Value() but this did not work?
Any thoughts
Thank you