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?