+ Reply to Thread
Results 1 to 4 of 4

Changing date from 19991031 to 10/31/1999

Hybrid View

  1. #1
    Registered User
    Join Date
    08-21-2007
    Posts
    17

    Changing date from 19991031 to 10/31/1999

    Good afternoon to all Other than creating new columns and doing a couple of =left and an =right and then adding a couple more columns to help with concatenating..... is there an easier way to change a date from 19991031 to 10/31/1999 I have almost 12,000 rows and a bunch of columns that I need to change.
    Thank you in advance for any help!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Select the column with the dates and go to Data|Text to Columns.

    Skip to the 3rd dialogue window and select Date from the column data format area...

    In the drop down next to that, select YMD.

    Click Finish.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-21-2007
    Posts
    17

    Changing date from 19991031 to 10/31/1999

    I knew there had to be an easier way. Thank you for showing it to me!

  4. #4
    Registered User
    Join Date
    08-12-2005
    Posts
    33
    Quote Originally Posted by Sep280
    Good afternoon to all Other than creating new columns and doing a couple of =left and an =right and then adding a couple more columns to help with concatenating..... is there an easier way to change a date from 19991031 to 10/31/1999 I have almost 12,000 rows and a bunch of columns that I need to change.
    Thank you in advance for any help!
    If 19991031 is in cell A1 then put this formula in cell B1 and copy down as you desire.

    =DATE(LEFT(B3,4),MID(B3,5,2),RIGHT(B3,2))

    .

+ 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