You can use the SUBTOTAL function to return results from the visible rows.
For example, if you filter for Yes, and want to add the amounts that are
visible in column E:
=SUBTOTAL(9,E2:E500)
The SUBTOTAL function can summarize the visible data in other ways too.
If you change the formula to: =SUBTOTAL(3,E2:E500)
it will count the visible entries in column E
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.