+ Reply to Thread
Results 1 to 2 of 2

Converting a date from nonsense to sense

  1. #1
    RobertM
    Guest

    Converting a date from nonsense to sense

    How do I convert this date "060426" to "4/26/2006"

  2. #2
    Forum Contributor
    Join Date
    12-02-2004
    Location
    London
    Posts
    255
    Assuming the 060426 is in cell A1, type the following formula:-

    =DATE(20&LEFT(A1,2),MID(A1,3,2),RIGHT(A1,2))

    Then format this cell with a format M/DD/YYYY

+ 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