Share via

Function request: SumProductIfs

Anonymous
2018-01-07T12:14:36+00:00

There is a function

    SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Please could there be a function SumProductIfs, with exactly five columns that can be producted. (I would use five, but would never use more.)

    SumProductIfs(

        sumproduct_range1, sumproduct_range2, sumproduct_range3, sumproduct_range4, sumproduct_range5,

        criteria_range1, criteria1, [criteria_range2, criteria2], ...

    )

though presumably named in all capitals.

SumProductIfs would work in the entirely obvious way, with missing sum_productrangen’s being treated as a constant 1. 

And please include in both PC and Mac versions, so that those writing cross-compatible spreadsheets may use it. 

(Non-MS readers: please encourage MS to do this by posting support, and if you have, improvements.)

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Ashish Mathur 102K Reputation points Volunteer Moderator
    2018-01-08T01:52:56+00:00

    Hi,

    Share some data, explain the problem and show the expected result.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-01-07T13:56:23+00:00

    Apologies, I have recalled the problem. Yes, the conditions in SumProduct() work iff there are no errors. But SumIfs() works correctly even if some of the data is NA() — that deemed being deemed to fail to the test — and it would be very helpful if there was similar functionality for non-array-formulae SumProduct(). 

    Request re-instated.

    Was this answer helpful?

    0 comments No comments