+ Reply to Thread
Results 1 to 3 of 3

Help me in time converting

Hybrid View

  1. #1
    excel4u
    Guest

    Help me in time converting

    Hi

    I have data in column A . two minutes fifty second like this 2.5 so on
    i would like to change in second format 2.5 = 270 second

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Help me in time converting

    I'm confused ... by second format do you mean convert the seemingly non-number value to time & then to seconds ...

    Incidentally I think the answer should be 170 seconds, no ?

    return 170 as integer (not time format (decimal))

    A1: 2.5
    B1: =INT(A1)*60+(100*MOD(A1,1))
    or
    B1: =(INT(A1)+(MOD(A1,1)/0.6))*60

    or time format (ie result is decimal - formatted to time)

    A1: 2.5 (non time)
    B1: =(INT(A1)+(MOD(A1,1)/0.6))/1440
    B1 Formatted as: [ss]

  3. #3
    excel4u
    Guest

    Re: Help me in time converting

    Thanxxxxxxxxxxxxxxxxx so much dear

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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