+ Reply to Thread
Results 1 to 5 of 5

[SOLVED] show character value of a month rather than numeric?

  1. #1
    jim sturtz
    Guest

    [SOLVED] show character value of a month rather than numeric?

    the month function gives me 1 for the value of month(today()), can i get
    january instead?

    thanks.

    jim

    microsoft.public.excel.newusers




  2. #2
    Ragdyer
    Guest

    Re: show character value of a month rather than numeric?

    Just use
    =TODAY()
    And custom format the cell to
    mmm
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "jim sturtz" <[email protected]> wrote in message
    news:[email protected]...
    > the month function gives me 1 for the value of month(today()), can i get
    > january instead?
    >
    > thanks.
    >
    > jim
    >
    > microsoft.public.excel.newusers
    >
    >
    >



  3. #3
    Ron Coderre
    Guest

    RE: show character value of a month rather than numeric?

    Try this:

    =TEXT(TODAY(),"mmmm")

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "jim sturtz" wrote:

    > the month function gives me 1 for the value of month(today()), can i get
    > january instead?
    >
    > thanks.
    >
    > jim
    >
    > microsoft.public.excel.newusers
    >
    >
    >
    >


  4. #4
    Kevin Lehrbass
    Guest

    RE: show character value of a month rather than numeric?

    Hi Jim,

    Try this formula:
    =CHOOSE(MONTH(TODAY()),"January","February","March","April","May","June","July","August","September","October","November","December")

    Cheers,

    Kevin Lehrbass
    [email protected]
    www.spreadsheetsolutions4u.com


    "jim sturtz" wrote:

    > the month function gives me 1 for the value of month(today()), can i get
    > january instead?
    >
    > thanks.
    >
    > jim
    >
    > microsoft.public.excel.newusers
    >
    >
    >
    >


  5. #5
    jim sturtz
    Guest

    Re: show character value of a month rather than numeric?

    whatta group, now which do i take door#1 or ....

    thanks.

    "jim sturtz" <[email protected]> wrote in message
    news:[email protected]...
    > the month function gives me 1 for the value of month(today()), can i get
    > january instead?
    >
    > thanks.
    >
    > jim
    >
    > microsoft.public.excel.newusers
    >
    >
    >




+ 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