+ Reply to Thread
Results 1 to 5 of 5

Help Using Excel Month Function

  1. #1
    Registered User
    Join Date
    03-27-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    50

    Help Using Excel Month Function

    Hi,

    I need some help transferring a portion of a date from one excel to another. On the file attached, the 1st column lists the date, and the second column needs to show the date in text format

    3-Jan-14 —> “January”

    Any ideas how this can be done?

    Many thanks!

    -Andrew
    Attached Files Attached Files

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Help Using Excel Month Function

    Try a custom date format of mmmm
    Martin

  3. #3
    Registered User
    Join Date
    03-27-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Help Using Excel Month Function

    How?

    I used
    =TEXT(MONTH(B3),"mmmm")

    And I only get "January" from each cell

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Help Using Excel Month Function

    it would be

    =TEXT(B3, "mmmm")

    When you do Month(B3), you get 1 (for January)
    Excel sees this as the first day of the start of it's calendar (1/1/1900) so you end up with January
    If it's February, you'll get a 2 which is just 1/2/1900 which is still January.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    03-27-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Help Using Excel Month Function

    Quote Originally Posted by ChemistB View Post
    it would be

    =TEXT(B3, "mmmm")

    When you do Month(B3), you get 1 (for January)
    Excel sees this as the first day of the start of it's calendar (1/1/1900) so you end up with January
    If it's February, you'll get a 2 which is just 1/2/1900 which is still January.
    Worked Just Fine! Thanks for the help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Subtracting MONTH Function from another MONTH Function not working for Fiscal dates
    By amartin575 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-16-2013, 10:52 AM
  2. Month Function Issue Excel for Mac 2004
    By Ben75 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-24-2011, 09:23 PM
  3. function to fill all days of month to end of month
    By YaHootie in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-01-2006, 01:10 AM
  4. Replies: 6
    Last Post: 01-09-2006, 04:55 AM
  5. =Month function in Excel gives incorrect month
    By jbmx in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 09-14-2005, 03:05 PM

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