+ Reply to Thread
Results 1 to 6 of 6

how do i create a column to show the month only using the date column as a reference

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    how do i create a column to show the month only using the date column as a reference

    hello all,

    this is my first post ever so im kind of nervous. after reading other threads, my questions seems basic!
    i have a spreadsheet with a column showing dates (dd/mm/yyyy). i need the column next to it to display the month only (Jan,Feb etc).
    can anyone help with and appropriate formula?

    thanks

    Monz

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: how do i create a column to show the month only using the date column as a reference

    Welcome to the Forum.

    Assuming your dates are in column A, starting with A2, then put this formula in B2:

    =TEXT(A2,"mmm")

    then copy down. If you want the full month name then use "mmmm" in the formula.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: how do i create a column to show the month only using the date column as a reference

    Thanks Pete!

    you have been a great help!

    Monz

  4. #4
    Forum Contributor
    Join Date
    05-10-2011
    Location
    Central Ohio
    MS-Off Ver
    Excel 2000, and 2010
    Posts
    654

    Re: how do i create a column to show the month only using the date column as a reference

    HI, and welcome to the forum.

    You can use the formula
    Please Login or Register  to view this content.
    where A1 is the value you wish to convert. Or you can select the entire column and format it to return the month.

    Jim O

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: how do i create a column to show the month only using the date column as a reference

    or you could just reference the cell = A1 for instance, and just format it to show months
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: how do i create a column to show the month only using the date column as a reference

    Quote Originally Posted by Monz View Post
    Thanks Pete!

    you have been a great help!

    Monz
    As that was your first thread, you may not be aware of the other things expected of you. You should mark the thread as Solved if you consider it to be so - to do this, click on Thread Tools above your first post. Also, you can thank others that have helped you (not only in this thread) by clicking on the "star" icon in the bottom left corner of any post that you have found to be helpful - this adds to the posters' reputations (the green bars visible in the profiles).

    Hope this helps.

    Pete

+ 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