Forum Discussion
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 from being counted if they meet criteria in one column but not the other, but I am not having luck with my formulas.
Attaching a spreadsheet as a very simple example with my four related questions. Grateful for any help you can provide!
Nancy
- That is a great solution, OliverScheurich - I very much appreciate the alternative option!
6 Replies
- OliverScheurichGold Contributor
An alternative could be SUMPRODUCT.
=SUMPRODUCT(($C$2:$C$19=H3)*($F$2:$F$19=$J$2)*($E$2:$E$19<>$I$2))
- nmlynchBrass ContributorThat is a great solution, OliverScheurich - I very much appreciate the alternative option!
- Detlef_LewinSilver Contributor
You didn't show your formulas, so I can't tell you what you've possibly have been doing wrong.
It's straight forward SUMIFS() and COUNTIFS().
I suppose every row is equal to 1 item since there is no distinct field "Item".