+ Reply to Thread
Results 1 to 2 of 2

Reversing and splitting dates and times

  1. #1
    Registered User
    Join Date
    07-12-2011
    Location
    East Sussex, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Reversing and splitting dates and times

    Hello, I use Excel 2010. I have a column of dates and times in the following format 201008061730 (yyyymmddhhmm). How do I convert the data in this column into two columns in the following formats?

    06/08/2010 (ddmmyyyy) and 17:30 (hh:mm)

    Thanks

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Reversing and splitting dates and times

    Hi,

    Using formula:

    =DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))
    =TIME(MID(A1,9,2),RIGHT(A1,2),0)

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

+ 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