+ Reply to Thread
Results 1 to 2 of 2

Changing Text to Time in Excel

  1. #1
    Chip193
    Guest

    Changing Text to Time in Excel

    I have a large database that is sent to me for anaysis on a regular basis.
    My problem is with times. They are sent to me in the for 0122 as text. I
    need help converting them to a time that excel can deal with (without
    manually fixing them, as there's about 100,000 pieces of data that need to be
    updated).

    Thanks your your help.


  2. #2
    Bob Phillips
    Guest

    Re: Changing Text to Time in Excel

    add a helper column

    =TIME(LEFT(A2,2),Right(A2,2),0)

    and copy down

    --
    HTH

    Bob Phillips

    "Chip193" <[email protected]> wrote in message
    news:[email protected]...
    > I have a large database that is sent to me for anaysis on a regular basis.
    > My problem is with times. They are sent to me in the for 0122 as text. I
    > need help converting them to a time that excel can deal with (without
    > manually fixing them, as there's about 100,000 pieces of data that need to

    be
    > updated).
    >
    > Thanks your your help.
    >




+ 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