+ Reply to Thread
Results 1 to 4 of 4

Counting the number of times a month appears in a list

  1. #1
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Counting the number of times a month appears in a list

    Hi,

    I have a list of dates that are displayed in month format and would like a formula to cont the number of times each month appears in the list, the data if linked to another column of end dates of a course.

    Please see attached sheet for desired outcome.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Counting the number of times a month appears in a list

    In E4
    Please Login or Register  to view this content.
    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    04-02-2010
    Location
    penrith
    MS-Off Ver
    Excel 2007
    Posts
    522

    Re: Counting the number of times a month appears in a list

    That works well but the named dates in d4 to d7, i need those to be dynamic so d4 would be =today() and then d5 would be =d4+30 and so that as each month passed on the future and present months would count, is there any way that any date within say hjun can be displayed as june and therefore trigger the count of that month?

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Counting the number of times a month appears in a list

    In D4
    =TEXT($A$1,"mmmm")

    In D5
    =TEXT(EOMONTH($A$1,1),"mmmm")

    In D6
    =TEXT(EOMONTH($A$1,2),"mmmm")

    In D7
    =TEXT(EOMONTH($A$1,3),"mmmm")

+ 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