+ Reply to Thread
Results 1 to 2 of 2

Text Date & Time into Excel date format.

  1. #1
    Registered User
    Join Date
    07-11-2016
    Location
    Edinburgh
    MS-Off Ver
    2007
    Posts
    7

    Text Date & Time into Excel date format.

    Hi,

    Can anyone help me convert this Jul 04 2016 13:43:20 into this dd/mm/yyyy hh:mm AM/PM??

    Thanks!

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Text Date & Time into Excel date format.

    With Jul 04 2016 13:43:20 in A1 try this.

    =DATEVALUE(MID(A1,5,2)&" "&LEFT(A1,3))+TIMEVALUE(RIGHT(A1,8))
    If posting code please use code tags, see here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Concatenate text, date and time keeping format
    By TiagoG in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-15-2015, 07:07 PM
  2. [SOLVED] How to convert exported text date to desired date format with excel vba.
    By sktneer in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 10-03-2013, 01:08 AM
  3. modify date time cell to an excel format date time
    By rileyp in forum Excel General
    Replies: 12
    Last Post: 03-24-2013, 08:39 PM
  4. Convert date and time in serial number format to text format
    By nda13112 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-11-2013, 02:45 PM
  5. Convert text to date time format
    By nnaidoo1972 in forum Excel General
    Replies: 1
    Last Post: 11-11-2011, 05:18 AM
  6. Date Time In Text Format
    By Rikuk in forum Excel General
    Replies: 2
    Last Post: 05-01-2009, 10:18 AM
  7. Replies: 0
    Last Post: 08-04-2006, 01:55 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