SUMIFS on filtered data?

TheEnd117

New Member
Joined
Jun 5, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I have a set of data: order date, item code, description, qty etc. on one tab, then on another I have a table showing the totals ordered based on 2 criteria (the site code and the item number). All works fine using SUMIFS, but I need this table to change if the data on sheet 1 is filtered, but SUMIFS seems to always look at both filtered and unfiltered rows. Is there anyway to get it to just total the quantity of items when the data is filtered?
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Not directly with sumifs, you would either need a helper column, or use the filter function instead.
 
Upvote 0
Not directly with sumifs, you would either need a helper column, or use the filter function instead.
Many thanks. I used Subtotal in a helper column to determine whether the row was visable, then used that as one of the criteria in the SUMIFS function. Just didn't know if I was doing it the long way round and there was a simpler method. Many thanks for the quick response and confirmation.
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,196
Members
452,616
Latest member
intern444

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