+ Reply to Thread
Results 1 to 3 of 3

basically want to go from mm/dd/yyyy to yyyymmdd

  1. #1
    Registered User
    Join Date
    12-27-2005
    Posts
    7

    basically want to go from mm/dd/yyyy to yyyymmdd

    have the followign string:
    12/23/2005 09:30:14

    would like to turn it into:
    20051223


    basically want to go from mm/dd/yyyy to yyyymmdd -

    need a formula that will do the conversion...

  2. #2
    Niek Otten
    Guest

    Re: basically want to go from mm/dd/yyyy to yyyymmdd

    Hi clegge,

    If you just want to change the appearance of the cell: Format>Cells>Number
    tab, Custom, in the Type box, enter: yyyymmdd
    If you really want the string 20051223: =TEXT(A1,"yyyymmdd")
    And if you want the number 20051223: =VALUE(TEXT(A1,"yyyymmdd"))

    --
    Kind regards,

    Niek Otten

    "clegge" <[email protected]> wrote in
    message news:[email protected]...
    >
    > have the followign string:
    > 12/23/2005 09:30:14
    >
    > would like to turn it into:
    > 20051223
    >
    >
    > basically want to go from mm/dd/yyyy to yyyymmdd -
    >
    > need a formula that will do the conversion...
    >
    >
    > --
    > clegge
    > ------------------------------------------------------------------------
    > clegge's Profile:
    > http://www.excelforum.com/member.php...o&userid=29927
    > View this thread: http://www.excelforum.com/showthread...hreadid=499799
    >




  3. #3
    David Billigmeier
    Guest

    RE: basically want to go from mm/dd/yyyy to yyyymmdd

    <Format><Cells>
    Click over to the "Number" tab
    Click on "Custom"
    Enter "yyyymmdd" (without the quotes)

    --
    Regards,
    Dave


    "clegge" wrote:

    >
    > have the followign string:
    > 12/23/2005 09:30:14
    >
    > would like to turn it into:
    > 20051223
    >
    >
    > basically want to go from mm/dd/yyyy to yyyymmdd -
    >
    > need a formula that will do the conversion...
    >
    >
    > --
    > clegge
    > ------------------------------------------------------------------------
    > clegge's Profile: http://www.excelforum.com/member.php...o&userid=29927
    > View this thread: http://www.excelforum.com/showthread...hreadid=499799
    >
    >


+ 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