Hi,
I need to sumif values in certain column using multiple criteria. Here's what I came so far.
I could use Excel function SUMIFS:
But the issue with SUMIFS is that I have to use array criteria between brackets {}, but I'd like to use array criteria as a range instead. For instance,![]()
Please Login or Register to view this content.
I could use Excel function SUMPRODUCT:![]()
Please Login or Register to view this content.
But the issue with SUMPRODUCT is that wildcard "*" doesn't work, function searches for symbol "*", but I need it to search for any character. I need to use wildcard "*", because sometimes this criteria may be specified (for instance, Duomenys!$B:$B="ASD"), but sometimes I may need to sum everything.![]()
Please Login or Register to view this content.
So with SUMIFS I can use wildcard "*", but can't use array criteria as a range, and with SUMPRODUCT I can't use wildcard "*", but can use array criteria as a range.
My question: is it somehow possible to use wildcard "*" in SUMPRODUCT or to use array criteria as a range in SUMIFS?
Bookmarks