Summing a filtered List

  • Thread starter Thread starter zoot
  • Start date Start date
Z

zoot

If anyone can help!!...what I want to do is to sum up a column of a filtered
list after it has been filtered.

Column A Column B
1 March
2 March
3 April
3 May
7 June

Total 16
After filtering I end up with:

Column A Column B
1 March
2 March

Total 3
 
zoot,

Use the SUBTOTAL function with the sum spec (9). Something like:

=SUBTOTAL(9, A2:A6)
 

Ask a Question

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.

Ask a Question

Back
Top