Summing Only Visible Data After Excel Filtering: Utilizing the SUBTOTAL Function
1. Problem Situation In real-world data handling, it is often necessary to apply filtering to a large data table based on specific criteria (e.g., specific period, particular department) and then calculate the sum of only the cells visible on the screen. If you use the standard SUM function (e.g., =SUM(A1:A10)), it includes the values from … Read more