Can you combine SUMIF and SUBTOTAL

violet1905

Board Regular
Joined
Oct 7, 2002
Messages
55
Hi,

I have a table that I am using AutoFilter on and then the SUBTOTAL function to see my totals of things I filter by. I then have a SUMIF formula to total by a type column. My problem is when I filter my SUMIF formula still includes the hidden rows. Is there a sumif formula that would not include the filtered out rows? I've tried combining subtotal and sumif, but it didn't work...

Thanks for any help.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
If you want to sum for type "x" where types are in A1:A100 and numbers in B1:B100 you can use this formula to only sum for the visible rows

=SUMPRODUCT(SUBTOTAL(9,OFFSET(B1:B100,ROW(B1:B100)-ROW(B1),0,1,1)),--(A1:A100="x"))
 
Upvote 0
If you want to sum for type "x" where types are in A1:A100 and numbers in B1:B100 you can use this formula to only sum for the visible rows

=SUMPRODUCT(SUBTOTAL(9,OFFSET(B1:B100,ROW(B1:B100)-ROW(B1),0,1,1)),--(A1:A100="x"))

A whole decade later ... worked great! Thank you!
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top