Filtered lists subtotal

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a already filtered list with Column A: Dates, and Column B: numbers. I'd like each time I re-filter the list (custom filter - "less or equal to") up to a specific date in column A to get the subtotal of the numbers in Column B. But only the filtered numbers in Column B and not the whole column (fiiltered and unfiltered)

Also how can I have a cell showing every time I filter the above list, the last value (date) of Column A

Thank you.
 
Hi
have a look at the SUBTOTAL function. e.g.
=SUBTOTAL(9,B1:B100)
-----Original Message-----
Hello,

I have a already filtered list with Column A: Dates, and
Column B: numbers. I'd like each time I re-filter the list
(custom filter - "less or equal to") up to a specific date
in column A to get the subtotal of the numbers in Column
B. But only the filtered numbers in Column B and not the
whole column (fiiltered and unfiltered).
Also how can I have a cell showing every time I filter
the above list, the last value (date) of Column A.
 

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