+ Reply to Thread
Results 1 to 4 of 4

change numbers to date

  1. #1
    abe
    Guest

    change numbers to date

    how to change a column of numbers to a date like
    2411 to 24/11/05
    3011 to 30/11/05

  2. #2
    Bill Ridgeway
    Guest

    Re: change numbers to date

    The formula is -

    =value(left(a2,2)&"/"&right(a2,2)&"/2005")

    in a cell that has been formatted to dd/mm/yyyy

    Regards.

    Bill Ridgeway
    Computer Solutions

    "abe" <[email protected]> wrote in message
    news:[email protected]...
    > how to change a column of numbers to a date like
    > 2411 to 24/11/05
    > 3011 to 30/11/05




  3. #3
    Laura \( '_' \)
    Guest

    Re: change numbers to date

    Hiya Abe,

    Format
    Style
    Modify
    Date

    Then select the style you want

    Hope that helps
    --
    @---}--
    Laura.....
    Liverpool, England

    "Do you know where you're going to?"
    "abe" <[email protected]> wrote in message
    news:[email protected]...
    > how to change a column of numbers to a date like
    > 2411 to 24/11/05
    > 3011 to 30/11/05




  4. #4
    Niek Otten
    Guest

    Re: change numbers to date

    That doesn't work for 1-digit days.

    =DATE(2005,MOD(A1,100),INT(A1/100))

    --
    Kind regards,

    Niek Otten

    "Bill Ridgeway" <[email protected]> wrote in message
    news:[email protected]...
    > The formula is -
    >
    > =value(left(a2,2)&"/"&right(a2,2)&"/2005")
    >
    > in a cell that has been formatted to dd/mm/yyyy
    >
    > Regards.
    >
    > Bill Ridgeway
    > Computer Solutions
    >
    > "abe" <[email protected]> wrote in message
    > news:[email protected]...
    >> how to change a column of numbers to a date like
    >> 2411 to 24/11/05
    >> 3011 to 30/11/05

    >
    >




+ 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