A
avagodro
I have a spreadsheet in which I am trying to calculate
seconds into minutes. However, when I do so, it converts
incorrectly.
The example: I am trying to convert 162 seconds into
minutes. I have tried 162/60, and CONVERT
(162,"sec","mn"), and each time I get a value of 2.7.
There is no such thing as 2.7 minutes. It should be
returning 3.1 minutes.
Any suggestions?
I have also tried =TIME(0,0,162)
and format the result as time, but get a result back as 02:42, whic
would still be wrong
seconds into minutes. However, when I do so, it converts
incorrectly.
The example: I am trying to convert 162 seconds into
minutes. I have tried 162/60, and CONVERT
(162,"sec","mn"), and each time I get a value of 2.7.
There is no such thing as 2.7 minutes. It should be
returning 3.1 minutes.
Any suggestions?
I have also tried =TIME(0,0,162)
and format the result as time, but get a result back as 02:42, whic
would still be wrong