+ Reply to Thread
Results 1 to 3 of 3

Sumifs with a month

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    Pittsburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Sumifs with a month

    I have a formula built that uses the SUMIFS function on 3 different criteria.

    However, one of the criteria is the date and I need it to recognize the date by month only. Does anyone have any suggestions on how to get the formula attached to work without adding any new columns to the source? I simplified my formula in the attached file.

    Data is downloaded daily so I need a quick formula.


    Thanks!!

    Multiple Sumifs.xlsx

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

    Re: Sumifs with a month

    Try SUMPRODUCT instead

    =SUMPRODUCT(('Sales Document Tracking '!$F$2:$F$20),('Sales Document Tracking '!$E$2:$E$20=B$1)*('Sales Document Tracking '!$C$2:$C$20=$A6)*('Sales Document Tracking '!$B$2:$B$20=$C$1)*(TEXT('Sales Document Tracking '!$D$2:$D$20,"mmm")=B$3))

    Avoid using full column ranges with SUMPRODUCT. This will eat up considerable resources and slow down the workbook.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    04-08-2014
    Location
    Pittsburgh
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Sumifs with a month

    You're awesome. Thanks Ace.

+ 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] Help with SUMIFS more that one criteria and a month
    By markharris2004 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-25-2014, 05:48 AM
  2. SUMIFS used with month ?
    By spookiepower in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-29-2013, 06:44 AM
  3. Help With SUMIFS by Month
    By dsarkissian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2012, 08:48 PM
  4. Excel 2007 : SUMIFS & month value
    By 78Idyll in forum Excel General
    Replies: 2
    Last Post: 11-22-2011, 05:22 PM
  5. SUMIFS by month/year
    By Lyric in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-15-2011, 02:39 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