+ Reply to Thread
Results 1 to 2 of 2

Convert text string to date

  1. #1
    AK
    Guest

    Convert text string to date

    How do you convert a text string, "112905" to a date of 11/29/05?

    So it has the appropriate serial value 38685 for 11/29/05.

    Thanks in advance

  2. #2
    David Billigmeier
    Guest

    RE: Convert text string to date

    Try this:

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

    --
    Regards,
    Dave


    "AK" wrote:

    > How do you convert a text string, "112905" to a date of 11/29/05?
    >
    > So it has the appropriate serial value 38685 for 11/29/05.
    >
    > Thanks in advance


+ 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