+ Reply to Thread
Results 1 to 3 of 3

COnvert to seconds

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    68

    COnvert to seconds

    I need some formula to convert a data to seconds.

    21:2
    19:19
    9:8

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: COnvert to seconds

    And what should be the result (and why)?
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: COnvert to seconds

    Quote Originally Posted by aakhan2011 View Post
    I need some formula to convert a data to seconds.
    21:2
    19:19
    9:8
    If A1 contains Excel time formatted as [h]:m or [m]:s, then =A1*86400

    If A1 contains Excel time formatted as [h]:m, but 21:2 should be interpreted as 21 min 2 sec, then =A1*1440.

    Note: That can result in fractional seconds. If you want integer seconds, round the appropriate formula, e.g. =ROUND(A1*86400,0).
    Last edited by joeu2004; 07-10-2014 at 07:20 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. convert hh:mm:ss-hh:mm:ss to seconds-seconds
    By lrc_secretary in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-11-2012, 01:20 PM
  2. convert from seconds to form hours: minutes: seconds?
    By nguyen_han in forum Excel General
    Replies: 2
    Last Post: 10-13-2011, 06:56 AM
  3. convert minutes and seconds to seconds
    By Tracey B in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-16-2007, 03:34 PM
  4. convert seconds to minutes and seconds
    By Richard Flame in forum Excel General
    Replies: 3
    Last Post: 02-20-2007, 02:54 PM
  5. Replies: 7
    Last Post: 05-08-2005, 04:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1