Forum Discussion
nmlynch
Dec 28, 2022Brass Contributor
Need formula help for countifs and sumifs
Hi - trying to create some formulas for countifs and sumifs. I need to count and sum if the data meet specific criteria in a few different columns. Specifically, I'd like to exclude certain things ...
- Dec 29, 2022That is a great solution, OliverScheurich - I very much appreciate the alternative option!
OliverScheurich
Dec 28, 2022Gold Contributor
An alternative could be SUMPRODUCT.
=SUMPRODUCT(($C$2:$C$19=H3)*($F$2:$F$19=$J$2)*($E$2:$E$19<>$I$2))
- nmlynchDec 29, 2022Brass ContributorThat is a great solution, OliverScheurich - I very much appreciate the alternative option!