+ Reply to Thread
Results 1 to 5 of 5

Time format

  1. #1
    Registered User
    Join Date
    03-28-2008
    Posts
    3

    Time format

    I am currently working on a sheet that i need to automate the following using a formula

    At present the atheltes times are in 2 columns, call then B4 and c4
    The way the time is entered on the sheet is in B4 it will say 1m and c4 says 14.89s

    I need to get this time to display in another cell as 1:14.89 so it combines the time in to a string that excel can then perform time calculations on.

    Can anyone help please, for 2 weeks i have been trying to work this out without any results!

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    =LEFT(B4,FIND("m",B4)-1)&":"&LEFT(C4,FIND("s",C4)-1)

  3. #3
    Registered User
    Join Date
    03-28-2008
    Posts
    3
    Thats awesome, thank you

    however i now have another problem with the same thing

    Sometimes the time is in a different row, is there a way to search say 20 rows for the time, or even the whole sheet?

  4. #4
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Not sure exactly what you mean. Could you please post your workbook so I can see how the data is laid out?

  5. #5
    Registered User
    Join Date
    03-28-2008
    Posts
    3
    I will try and post the sheet later on,


    in my first post i gave a example of what cell the time is in, on some of the sheets its in different cells, ie it could be c7 instead of c4 and d7 etc

    Is there a way i can make that formula to search say a block of 20 rows for the times?

+ 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