+ Reply to Thread
Results 1 to 3 of 3

add occurrences by month

  1. #1
    Registered User
    Join Date
    05-29-2009
    Location
    Indianpolis USA
    MS-Off Ver
    Excel 2010
    Posts
    14

    add occurrences by month

    I have a lists of occurrences that are dates 4/1/2009 , 5/26/2009 etc. My problem is I have some #N/A because these are shipments that have not left yet. I need to add up all the dates to see how many shipments went out that month these are pulled in by a vlookup.

    So
    January 10
    Febuaury 26
    Etc...


    Thanks for anyone who spends anytime on this!
    Travis
    Attached Files Attached Files

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: add occurrences by month

    Try this ARRAY formula

    =SUM(IF(NOT(ISNA($A$8:$A$1000)),IF(TEXT($A$8:$A$1000,"mmmm")=$B2,1)))

  3. #3
    Registered User
    Join Date
    05-29-2009
    Location
    Indianpolis USA
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: add occurrences by month

    Thanks it worked! I did have a extra space after March and it did bring back 0, but once I delete that extra space it worked great!

+ 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