+ Reply to Thread
Results 1 to 4 of 4

Display the name of month from a range of dates

  1. #1
    Registered User
    Join Date
    08-12-2009
    Location
    Perth, WA
    MS-Off Ver
    Excel 2003
    Posts
    93

    Display the name of month from a range of dates

    I have created a spread sheet that records monthly tasks. Each task has been given a due date for completion. When I filter on the due dates for February I would like to have "February 2015" displayed in a cell above that task list as a header. I can then print this off as a Task list for February 2015. Or if I filter on September the cell would display "September" and so on. If the dates have not been filtered it would be nice for it display the current month but I can live without this.

    I have tried using the Average function but despite the formula result displaying correctly in the Function Argument window it instead displays as "Jan-00" in the cell.

  2. #2
    Forum Contributor
    Join Date
    10-07-2011
    Location
    India, Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    212

    Re: Display the name of month from a range of dates

    Use below formula
    =subtotal(1,date_range) this will give you the month name

    if you want in different format then use text function

    =text(subtotal(1,date_range),"mmm-yy")

    Regards,
    Suhas

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Display the name of month from a range of dates

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    08-12-2009
    Location
    Perth, WA
    MS-Off Ver
    Excel 2003
    Posts
    93

    Re: Display the name of month from a range of dates

    Thankyou Suhas.

+ 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. Display all Thursday dates in month
    By badincite in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-25-2014, 08:22 PM
  2. display calendar for a given month or date range in a row without weekends
    By wunmi in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-07-2014, 05:22 PM
  3. [SOLVED] If the day of the month is between a certain range of days display a text warning
    By Andrew E Smith in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-23-2013, 05:01 AM
  4. Display Date Range of previous month
    By Oscar68 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2012, 12:39 PM
  5. Display all dates for given month
    By Tha-G in forum Excel General
    Replies: 3
    Last Post: 10-29-2010, 12:01 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