+ Reply to Thread
Results 1 to 3 of 3

Changing dates as a sequence

  1. #1
    Registered User
    Join Date
    03-19-2010
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010, 2007,2002
    Posts
    60

    Changing dates as a sequence

    I have a list of dates in column A that look like this

    Please Login or Register  to view this content.
    Excel doesnt recognize this as a date sequence but i need it to so that i can use the weekday formula. I have tried to change the format of these cells using the custom feature by highlighting the cells, right click, format cells, custom, then typing yyyymmdd but I just get ######### in each cell. Any solution to this? Also I cant just write over the formulas with an ascending date formula because there are some days with more than 1 date
    Last edited by rmb623; 03-30-2011 at 12:23 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Changing dates as a sequence

    Try this
    In B1;
    =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
    Then Copy, Paste Special > Values either overtop of A or B to remove the formulas.
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-19-2010
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2010, 2007,2002
    Posts
    60

    Re: Changing dates as a sequence

    Works like a charm. Thank you.

+ 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