Conversion of a number to seconds
Solved
Bingo_amd
Posted messages
35
Status
Member
-
Bingo_amd Posted messages 35 Status Member -
Bingo_amd Posted messages 35 Status Member -
Hello,
I would like to convert a column containing numbers in seconds as shown in the following example;
234 = 00:02:34 = 154 seconds
Thank you.
I would like to convert a column containing numbers in seconds as shown in the following example;
234 = 00:02:34 = 154 seconds
Thank you.
4 answers
-
Hello,
one more! one more!
Alright, here it is:=TEXT(A2;"00\:00\:00")*86400
eric
--
By continually trying, we eventually succeed.
So the more it fails, the more chances we have that it works. (the Shadoks)
In addition to the thank you (yes, yes, it happens!!!), remember to put it in resolved. Thank you -
Hello
234 transformed into seconds gives for Excel 00:03:54
(that is, 3 minutes = 180 + 54 seconds = 234
formula: > =A1/86400
and apparently this is not what you are looking for!
So, please tell us exactly what 234 represents and what are the variations of this value that you may need to handle?
looking forward to hearing from you
The quality of the response largely depends on the clarity of the question, thank you! -
234 represents 2 minutes and 34 seconds;
another example: 10420 represents: 1 hour 4 minutes and 20 seconds
the source file that I receive this way
Thank you. -
It's working perfectly :)
Thank you all Vaucluse & eriiic :)