+ Reply to Thread
Results 1 to 3 of 3

Input dates into excell with out typing the blackslash eg 030505

  1. #1
    Bill
    Guest

    Input dates into excell with out typing the blackslash eg 030505

    I want to input dates without typing backslash eg 030505 to represent
    03/05/2005? can that be done? if so how? any info would be appreciated...

  2. #2
    Peo Sjoblom
    Guest

    Re: Input dates into excell with out typing the blackslash eg 030505

    Only through VBA

    http://www.cpearson.com/excel/DateTimeEntry.htm

    --

    Regards,

    Peo Sjoblom

    "Bill" <[email protected]> wrote in message
    news:[email protected]...
    > I want to input dates without typing backslash eg 030505 to represent
    > 03/05/2005? can that be done? if so how? any info would be

    appreciated...



  3. #3
    CLR
    Guest

    RE: Input dates into excell with out typing the blackslash eg 030505

    If you want to use a helper column, you can enter your text "dates" down
    column A and put this formula in B1 and copy down........

    =(LEFT(A1,2)&"/"&MID(A1,3,2)&"/"&RIGHT(A1,2))*1

    Then when finished entering, do Copy > PasteSpecial > Values on column B and
    delete column A if desired.............

    Vaya con Dios,
    Chuck, CABGx3



    "Bill" wrote:

    > I want to input dates without typing backslash eg 030505 to represent
    > 03/05/2005? can that be done? if so how? any info would be 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