+ Reply to Thread
Results 1 to 4 of 4

Converting Date to Text String

  1. #1
    John Calder
    Guest

    Converting Date to Text String

    Hi

    I would like to convert a date (eg; 05/01/2005) to text so that in one
    column it shows 05 as text, in the next column Jan as text and in a 3rd
    column 2005 as text.

    Can anyone help me with this

    Thanks

    John Calder

  2. #2
    Ron Rosenfeld
    Guest

    Re: Converting Date to Text String

    On Thu, 7 Apr 2005 17:07:02 -0700, "John Calder" <John
    [email protected]> wrote:

    >Hi
    >
    >I would like to convert a date (eg; 05/01/2005) to text so that in one
    >column it shows 05 as text, in the next column Jan as text and in a 3rd
    >column 2005 as text.
    >
    >Can anyone help me with this
    >
    >Thanks
    >
    >John Calder


    If you date is in A1:

    B1: =TEXT(A1,"dd")
    C1: =TEXT(A1,"mmm")
    D1: =TEXT(A1,"yyyy")
    --ron

  3. #3
    John Calder
    Guest

    Re: Converting Date to Text String

    Thanks Ron...works great !

    "Ron Rosenfeld" wrote:

    > On Thu, 7 Apr 2005 17:07:02 -0700, "John Calder" <John
    > [email protected]> wrote:
    >
    > >Hi
    > >
    > >I would like to convert a date (eg; 05/01/2005) to text so that in one
    > >column it shows 05 as text, in the next column Jan as text and in a 3rd
    > >column 2005 as text.
    > >
    > >Can anyone help me with this
    > >
    > >Thanks
    > >
    > >John Calder

    >
    > If you date is in A1:
    >
    > B1: =TEXT(A1,"dd")
    > C1: =TEXT(A1,"mmm")
    > D1: =TEXT(A1,"yyyy")
    > --ron
    >


  4. #4
    Ron Rosenfeld
    Guest

    Re: Converting Date to Text String

    On Thu, 7 Apr 2005 18:57:02 -0700, "John Calder" <John
    [email protected]> wrote:

    >Thanks Ron...works great !


    You're welcome. Glad to help.
    --ron

+ 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