Conversion HH:MM:SS en mn (Excel/OpenOffice)

guigui -  
 Louis14 -
Hello everyone,

Does anyone have the solution to the following problem:

I am looking to convert durations in the format HH:MM:SS into a number of minutes. A numerical value would be ideal so as not to neglect the seconds.

A ready-made formula would be welcome, as I have no programming knowledge!!

Best regards.

Guigui
Configuration: Windows Vista Internet Explorer 7.0

5 answers

  1. fouy88
     
    to convert HH:MM:SS
    to hours, = Cell / ("1:0:0")
    to minutes, = Cell / ("0:1:0")
    to seconds, = Cell / ("0:0:1")
    99
    1. mimi
       
      Sorry, it doesn't work.
      0
    2. cool boy
       
      That works for me, thank you.
      0