Results 1 to 16 of 16

How to convert time in text i.e. 19minutes and 40 seconds to time

Threaded View

  1. #15
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: How to convert time in text i.e. 19minutes and 40 seconds to time

    Try the following in B2:

    =TIME(IFERROR(1*LEFT(A2,SEARCH("hour",A2)-2),0),IFERROR(1*MID(A2,SEARCH("minute",A2)-3,2),0),IFERROR(1*MID(A2,SEARCH("Second",A2)-3,2),0))
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How to Convert date or time into seconds
    By Arpita_Excel in forum Excel General
    Replies: 6
    Last Post: 06-11-2015, 02:13 AM
  2. [SOLVED] Convert time in seconds to 00:00:00 format
    By icyrius in forum Excel General
    Replies: 2
    Last Post: 10-17-2013, 04:31 PM
  3. time question:convert into seconds
    By stevesunfold in forum Excel General
    Replies: 2
    Last Post: 07-26-2007, 12:29 PM
  4. How to convert time into seconds.
    By mangesh in forum Excel General
    Replies: 3
    Last Post: 06-26-2006, 07:25 PM
  5. Convert Seconds and decimals to time
    By bagoxc in forum Excel General
    Replies: 5
    Last Post: 01-03-2006, 07:41 PM
  6. Convert time to all seconds
    By glenlee in forum Excel General
    Replies: 2
    Last Post: 03-12-2005, 12:07 PM
  7. [SOLVED] Convert seconds to time
    By Tod in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-10-2005, 08:06 PM

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