Hi,
I have a table of data like this
Count | Location | Category |
0 | Local1 | Cat1 |
1 | Local3 | Cat1 |
2 | Local1 | Cat2 |
4 | Local1 | Cat1 |
0 | Local1 | Cat2 |
1 | Local2 | Cat1 |
2 | Local2 | Cat1 |
3 | Local1 | Cat2 |
4 | Local1 | Cat1 |
I would like to be able to use one of the formulas below to exclude from the totals rows that get filtered out, but I can't get either formula to wok (colum letters are A,B,C ):
- =SUBTOTAL(109,SUMIFS(A2:A10,B2:B10,"Local2",C2:C20,"Cat1"))
- =SUMIFS(SUBTOTAL(109,A2:A10),B2:B10,"Local2",C2:C10,"Cat1")
Can this be done in onteof these ways? If not, how can it be done?
Any help you can give will be appreciated.
Thanks,