+ Reply to Thread
Results 1 to 3 of 3

please help

Hybrid View

  1. #1
    Brian
    Guest

    please help

    in column F and about 700+ cells down, are times that where entered like
    this...
    010754. But the times were meant to be entered as such... 01:07:54. The
    colons are missing. Is there a quick and easy way to somehow enter the
    colons in all the times, without having to do it manually for each time?

    Thanks,
    Brian

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If your times are text strings, hence the leading 0 and the first cell you wish to change is f8 in the next colum put =TIME(LEFT(f8,2),MID(f8,3,2),RIGHT(f8,2)) and copy this doen to all the rows that are effected. If you then select all of them and copy then past special as values on top of themselves and then copy these values ontop of the text strings this should sort you out. You can then delete the extra column

    Regards

    DAv

  3. #3
    David Biddulph
    Guest

    Re: please help

    "Brian" <[email protected]> wrote in message
    news:[email protected]...
    > in column F and about 700+ cells down, are times that where entered like
    > this...
    > 010754. But the times were meant to be entered as such... 01:07:54. The
    > colons are missing. Is there a quick and easy way to somehow enter the
    > colons in all the times, without having to do it manually for each time?


    =TIME(LEFT(F1,LEN(F1)-4),MID(F1,LEN(F1-3),2),RIGHT(F1,2))

    This could be simplified slightly if the number in column F has preserved
    its leading zero, but the formula above copes with cases where it hasn't.
    --
    David Biddulph
    Rowing web pages at
    http://www.biddulph.org.uk/



+ 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