I am looking for a way to use sumifs with hundreds of criteria and was hoping that i could do so somehow using arrays.
The closest I've gotten to is this formula: =SUM(IF(A2:A9={"A","B"},B2:B9,0))
However, this requires me to manually digit all the conditions. I want to sumif based on a range of criteria, based on cell values. Any help on doing this would be appreciated.
Bookmarks