+ Reply to Thread
Results 1 to 3 of 3

date/time is unable to convert to 24 hours format when extracting data to excel

  1. #1
    Registered User
    Join Date
    03-05-2005
    Posts
    2

    date/time is unable to convert to 24 hours format when extracting data to excel

    When the date & time, example: 3/5/2008 1:30 PM is entered into the cell, it can be converted to the 24 hours format. However if the data is extracted from a website to the excel file, the date & time is unable to convert to 24 hours format no matter what options I chose. The same problem encountered by my friends as well. Please advice. Thank You.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    Sounds like Excel is treating them as TEXT, try this go to Data > Text to cells, and in step 3 select DMY. This should convert the contents to a date format. Then custom format those cells to dd/mm/yyyy hh:mm AM/PM
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    When you extract data from websites it might include extraneous characters, or the spaces in the data might not be actual spaces so it remains a text string rather than being interpreted as a time.

    Try oldchippy's suggestion, or perhaps you can convert with a formula in another cell, e.g. with data in A1 try

    =LEFT(A1,SEARCH("M",A1))+0

    format as required

+ 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