+ Reply to Thread
Results 1 to 4 of 4

How to combine the multiple SUMPRODUCT into a single formula

  1. #1
    Forum Contributor
    Join Date
    01-15-2013
    Location
    London
    MS-Off Ver
    Excel 2003, 2007, 2010, 2019
    Posts
    436

    How to combine the multiple SUMPRODUCT into a single formula

    Hello everyone,

    I got a formula like this:

    Please Login or Register  to view this content.
    This formula is a bit too long. I am wondering if I can combine them into a more simple one so that there are not too many repetitive SUMPRODUCT.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: How to combine the multiple SUMPRODUCT into a single formula

    How about, assuming you do not have any negative values
    =SUM(COUNTIF(A1:A100,{"<=2",""}))

    If you do have -ve values
    =SUM(COUNTIF(A1:A100,{"<=2",""}))-COUNTIF(A1:A100,"<0")
    Last edited by Fluff13; 12-22-2019 at 05:54 PM.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: How to combine the multiple SUMPRODUCT into a single formula

    Another possibility?
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

  4. #4
    Forum Contributor
    Join Date
    01-15-2013
    Location
    London
    MS-Off Ver
    Excel 2003, 2007, 2010, 2019
    Posts
    436

    Re: How to combine the multiple SUMPRODUCT into a single formula

    Many thanks, sir. It works perfectly for me Thanks for the great help.

+ 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. Combine sumif/sumproduct or sumproduct with multiple criteria
    By sab128 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2018, 08:25 AM
  2. [SOLVED] Formula to Combine Multiple Rows into a single row of data
    By sherylt13 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2017, 10:12 PM
  3. Display Single Value for Multiple Outcomes of a Sumproduct formula
    By robshak in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2016, 09:24 AM
  4. [SOLVED] Combine Multiple Formula With Array Into One (SUMPRODUCT Approach Fail)
    By jackgan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 05-16-2014, 11:01 AM
  5. [SOLVED] Formula to combine multiple formulas into a single cell
    By pdx-adm-trm01 in forum Excel General
    Replies: 7
    Last Post: 03-12-2014, 02:26 PM
  6. formula to combine multiple cells into single cell where reference is same
    By rexer231 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2014, 11:44 AM
  7. how to combine a single period return formula & a multiple period formula?
    By uptickdk in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-27-2013, 02:34 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