Hello,
I am using a large table (19K rows / 19 columns), and then I summarize some results with a series of “SUMIFS” and multiple criteria. This works fine, but now I would like to add some slicers for some of the conditions, and use a combination of both sumifs (based on cell values), and filters using the slicers.
My problem is that the SUMIFS sums the filtered rows from the slicers. Is there a way to add a formula where I can flag the non-filtered rows so I can use that as a condition in the SUMIFS? (example, non-filtered rows = 1, filtered rows = 0).
I was reading about SUBTOTAL, but I think this doesn't work for me, because on top of the slicers I'm also using some other conditions based on some cell values. I need to be able to use the multicriteria conditions of the SUMIFS.
Thanks,
I am using a large table (19K rows / 19 columns), and then I summarize some results with a series of “SUMIFS” and multiple criteria. This works fine, but now I would like to add some slicers for some of the conditions, and use a combination of both sumifs (based on cell values), and filters using the slicers.
My problem is that the SUMIFS sums the filtered rows from the slicers. Is there a way to add a formula where I can flag the non-filtered rows so I can use that as a condition in the SUMIFS? (example, non-filtered rows = 1, filtered rows = 0).
I was reading about SUBTOTAL, but I think this doesn't work for me, because on top of the slicers I'm also using some other conditions based on some cell values. I need to be able to use the multicriteria conditions of the SUMIFS.
Thanks,