+ Reply to Thread
Results 1 to 4 of 4

Number Formatting

  1. #1
    Cathie
    Guest

    Number Formatting

    I have a list of birthdates (ex. 19990901) how do I format this number to
    show the birthdate as 1999/09/01 or 01/09/1999. I prefer the latter. Any
    help is greatly appreciated.

  2. #2
    Miguel Zapico
    Guest

    RE: Number Formatting

    You may use a formula like this:
    =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
    You need to use the formula in a different cell, I don't know any format
    sequence that can do what you want in place.

    Hope this helps,
    Miguel.

    "Cathie" wrote:

    > I have a list of birthdates (ex. 19990901) how do I format this number to
    > show the birthdate as 1999/09/01 or 01/09/1999. I prefer the latter. Any
    > help is greatly appreciated.


  3. #3
    CLR
    Guest

    RE: Number Formatting

    =TEXT(DATE(LEFT(A1,4),RIGHT(A1,2),MID(A1,5,2)),"mm/dd/yyyy")

    Vaya con Dios,
    Chuck, CABGx3



    "Cathie" wrote:

    > I have a list of birthdates (ex. 19990901) how do I format this number to
    > show the birthdate as 1999/09/01 or 01/09/1999. I prefer the latter. Any
    > help is greatly appreciated.


  4. #4
    Gord Dibben
    Guest

    Re: Number Formatting

    Cathie

    Without formulas.

    Data>Text to Columns>Next>Next>Column Data Format>Date>YDM and finish.


    Gord Dibben MS Excel MVP

    On Wed, 2 Aug 2006 11:45:03 -0700, Cathie <[email protected]>
    wrote:

    >I have a list of birthdates (ex. 19990901) how do I format this number to
    >show the birthdate as 1999/09/01 or 01/09/1999. I prefer the latter. Any
    >help is greatly appreciated.



+ 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