Image may be NSFW.
Clik here to view.
I am struggling to combine my SUMIFS formula with SUBTOTAL. As you can see in the picture, my SUMIFS formula (highlighted in yellow, formulate pasted as text below it) sums up Column C when values in Column B are above 50 and below 500.
How can I write a SUBTOTAL formula such that it will only sum Column C values WHEN Column B values are above 50 and below 500, AND are ONLY in Category A ONLY (orange, formula pasted as text below it)?
Two formulas: =SUMIFS(C8:C25,B8:B25,"<"&B2,B8:B25,">"&B1)=SUBTOTAL(109,C8:C25)