General discussion

  • Creator
    Topic
  • #2185358

    converting time into seconds

    Locked

    by pra_m ·

    hello all ,

    do u have any formula to convert time tin to seconds in excel.. that is if i put 1:20:00 time in cell it shoule give result to 4800 (seconds).

    thanks and rgds

All Comments

  • Author
    Replies
    • #3068270

      Reply To: converting time into seconds

      by collignond ·

      In reply to converting time into seconds

      It is actually simple

      If your value 1:20:00 is in cell C7

      The formula looks as follows

      =(C7-INT(C7))*24*60*60

      where the 24 is the number of hours in decimal
      first 60 is the number of min and second 60 is the number of seconds.

    • #3068493

      Reply To: converting time into seconds

      by chitosunday ·

      In reply to converting time into seconds

      =A1*24*60*60
      change your cell format to number

Viewing 1 reply thread