+ Reply to Thread
Results 1 to 5 of 5

formula request

  1. #1
    A. Toczko
    Guest

    formula request

    Column A contains a date, entered as 21/04/05, which is formated to display
    as Apr-05. I would like to have Column B display "April" or even "Apr", a
    text result. I've tried the MONTH function, but that gives me a number.
    Suggestions? Thank you.



  2. #2
    Gary Brown
    Guest

    RE: formula request

    Format...
    mmmm will show April
    mmm will show Apr
    HTH,
    --
    Gary Brown
    [email protected]


    "A. Toczko" wrote:

    > Column A contains a date, entered as 21/04/05, which is formated to display
    > as Apr-05. I would like to have Column B display "April" or even "Apr", a
    > text result. I've tried the MONTH function, but that gives me a number.
    > Suggestions? Thank you.
    >
    >
    >


  3. #3
    Mexage
    Guest

    RE: formula request

    =CHOOSE(MONTH(D11),"Jan","Feb","Mar"...

    or you could try using Custom in the Number tab under the Format/Cells menu,
    then type in:

    mmmm

    That will give you the name of the month.

    Hope that helps and if it does, please vote for this post.

    G.Morales

    "A. Toczko" wrote:

    > Column A contains a date, entered as 21/04/05, which is formated to display
    > as Apr-05. I would like to have Column B display "April" or even "Apr", a
    > text result. I've tried the MONTH function, but that gives me a number.
    > Suggestions? Thank you.
    >
    >
    >


  4. #4
    Duke Carey
    Guest

    Re: formula request

    in column B type

    =Text(A1,"Mmm")


    "A. Toczko" <[email protected]> wrote in message
    news:%23iM3%23%[email protected]...
    > Column A contains a date, entered as 21/04/05, which is formated to
    > display as Apr-05. I would like to have Column B display "April" or even
    > "Apr", a text result. I've tried the MONTH function, but that gives me a
    > number. Suggestions? Thank you.
    >




  5. #5
    A. Toczko
    Guest

    Re: formula request

    Thank you all for your suggestions!

    "Duke Carey" <duke_No_Junk_carey_at_hotmail.com> wrote in message
    news:[email protected]...
    > in column B type
    >
    > =Text(A1,"Mmm")
    >
    >
    > "A. Toczko" <[email protected]> wrote in message
    > news:%23iM3%23%[email protected]...
    >> Column A contains a date, entered as 21/04/05, which is formated to
    >> display as Apr-05. I would like to have Column B display "April" or even
    >> "Apr", a text result. I've tried the MONTH function, but that gives me a
    >> number. Suggestions? Thank you.
    >>

    >
    >




+ 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