A
agenda9533
How to convert decimal number to time : convert 1,59 (minutes, dec) to mm:ss
JE McGimpsey said:One way:
A1: 1,59
A2: =A1/1440
format A2 as "[m]:ss"
agenda9533 said:Problem is - I know how to calculate this mannualy. But I need a function
that converts a decimal number of minutes ( for example , 1.59 ) to a time
format mm:ss (1:48)
agenda9533 said:Now I got it!)
Thank you!
JE McGimpsey said:One way:
A1: 1,59
A2: =A1/1440
format A2 as "[m]:ss"
agenda9533 said:Problem is - I know how to calculate this mannualy. But I need a function
that converts a decimal number of minutes ( for example , 1.59 ) to a time
format mm:ss (1:48)