+ Reply to Thread
Results 1 to 3 of 3

how to convert to date

  1. #1
    Registered User
    Join Date
    06-13-2006
    Posts
    10

    Smile how to convert to date

    I have the following list:

    07242006
    07242006
    07242006
    07242006
    07282006
    07282006
    07282006
    07282006
    08032006
    08032006

    as you can see its a list of dates in order of month/day/year.

    what i need to do is to get them in a date format that excel formulas will recognize.

    I would appreciate all the help

    SK

    PS: what is the LEN function in excel?

    thank you

  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    =DATE(RIGHT(A1,4),LEFT(A1,2),MID(A1,3,2))

    The LEN function counts the number of character in a string
    Google is your best friend!

  3. #3
    Gary''s Student
    Guest

    RE: how to convert to date

    Try:

    =DATE((RIGHT(A1,4)),(LEFT(A1,2)),(MID(A1,3,2)))
    --
    Gary's Student


    "sk81222" wrote:

    >
    > I have the following list:
    >
    > 07242006
    > 07242006
    > 07242006
    > 07242006
    > 07282006
    > 07282006
    > 07282006
    > 07282006
    > 08032006
    > 08032006
    >
    > as you can see its a list of dates in order of month/day/year.
    >
    > what i need to do is to get them in a date format that excel formulas
    > will recognize.
    >
    > I would appreciate all the help
    >
    > SK
    >
    > PS: what is the LEN function in excel?
    >
    > thank you
    >
    >
    > --
    > sk81222
    > ------------------------------------------------------------------------
    > sk81222's Profile: http://www.excelforum.com/member.php...o&userid=35389
    > View this thread: http://www.excelforum.com/showthread...hreadid=556586
    >
    >


+ 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