+ Reply to Thread
Results 1 to 4 of 4

SUMPRODUCTS with multiple criteria

  1. #1
    Registered User
    Join Date
    11-22-2019
    Location
    MI
    MS-Off Ver
    2016
    Posts
    30

    SUMPRODUCTS with multiple criteria

    So I am trying to get a total sum of the numbers from column AC, however I need it to only find the Sum if the Month February is in column F and if the text "Observed" is in column J.

    Essentially it needs to look for the Month (Formatted: 2/25/2019) from Column F, Then look for the "Observed" text from Column J, then give me the total sum all numbers in column AC meeting those two criteria.

    I have tried a couple different SUMPRODUCT equations and SUMIFS but still haven't gotten it to work properly.

    Any help would be much appreciated!

  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,723

    Re: SUMPRODUCTS with multiple criteria

    Try this:

    =SUMPRODUCT((MONTH(F2:F100)=2)*(J2:J100="Observed"),AC2:AC100)

    Adjust the ranges to suit, but it is better not to use full-column references with SUMPRODUCT.

    Hope this helps.

    Pete

  3. #3
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: SUMPRODUCTS with multiple criteria

    @Kirbstomp1287
    Please do not forget to check Forum rules.
    Point 3. Cross-post

    Cross-post here: https://www.mrexcel.com/board/thread.../#post-5376233
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  4. #4
    Registered User
    Join Date
    11-22-2019
    Location
    MI
    MS-Off Ver
    2016
    Posts
    30

    Re: SUMPRODUCTS with multiple criteria

    Sick! It worked! I think I just had the order misplaced with mine. Thanks!

+ 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. Sumproducts - Multiple Criteria, Single Range
    By kaiser_soze in forum Excel General
    Replies: 6
    Last Post: 10-28-2019, 12:57 PM
  2. Shortening Calculation Time for Multiple Sumproducts
    By sumproduct98 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-03-2019, 02:16 PM
  3. Looking for a more efficient formula (if's and sumproducts with multi criteria)
    By Gunblade in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-16-2019, 05:41 AM
  4. Combine multiple sumproducts to speed up sheet
    By chullan88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-12-2018, 02:53 AM
  5. [SOLVED] Sumproducts
    By hanif in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-06-2017, 11:43 AM
  6. Trying to create multiple Sumproducts
    By simmo86 in forum Excel General
    Replies: 1
    Last Post: 10-23-2015, 01:34 PM
  7. Combining or Optimizing Multiple SUMPRODUCTS
    By skyxliner in forum Excel General
    Replies: 14
    Last Post: 07-02-2012, 09:48 AM

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