+ Reply to Thread
Results 1 to 4 of 4

Getting the month out

  1. #1
    andy wilson
    Guest

    Getting the month out

    Hi,

    In A1 i've got 31-dec-2005 as a date

    I need to get the month as text into A6 ie dec

    Any ideas?
    --
    Cheers

    Andy

  2. #2
    Guest

    Re: Getting the month out

    Hi

    Try this in A6:
    =TEXT(A1,"mmm")

    Andy.

    "andy wilson" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > In A1 i've got 31-dec-2005 as a date
    >
    > I need to get the month as text into A6 ie dec
    >
    > Any ideas?
    > --
    > Cheers
    >
    > Andy




  3. #3
    Stephen
    Guest

    Re: Getting the month out

    "andy wilson" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > In A1 i've got 31-dec-2005 as a date
    >
    > I need to get the month as text into A6 ie dec
    >
    > Any ideas?
    > --
    > Cheers
    >
    > Andy


    =TEXT(A1,"mmm")
    will give you Dec

    Or
    =TEXT(A1,"mmmm")
    will give December



  4. #4
    Roger Govier
    Guest

    Re: Getting the month out

    Hi Andy

    One way
    =A1 Format>Cells.Number>Custom> mmm

    Regards

    Roger Govier


    andy wilson wrote:
    > Hi,
    >
    > In A1 i've got 31-dec-2005 as a date
    >
    > I need to get the month as text into A6 ie dec
    >
    > Any ideas?


+ 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