Forum Discussion
QWeelon
Apr 24, 2021Brass Contributor
Sumproduct with a wildcard condition
Dear community, I'm struggling with a formula where I want to use a wildcard condition to sum and multiply values if the corresponding month is mentioned. In other words, for January, I want to w...
- Apr 24, 2021
Without a helper column:
=SUMPRODUCT(--ISNUMBER(FIND("Jan",N18:N22)),K18:K22,L18:L22)
Corrected typo
QWeelon
Apr 24, 2021Brass Contributor
Solved it by adding a column and used SUMIF instead.
Thanks.
Thanks.