Adding functions to filters

  • Thread starter Thread starter Rasman
  • Start date Start date
R

Rasman

Hi Guys

I would like to know how i can add several functions to an Excel spreadsheet
that has filters. i would like to have a SUM function that calculates the
total value to each filter, is it possible to have just one function that
calculates the values in each filter.P.S - using Excel 2000

Thanks in advance.
 
Checkout the =SUBTOTAL() function. It answers the question:

What good is it to have a filter if I can't process the visible cells only?
 
There are options in SUBTOTAL that cater for filtered ranges, such as

=SUBTOTAL(109,A:A)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Similar Threads

Filtering with SUMIFS 1
Hide rows function 4
Access Sum function in an Access Form 1
SUBTOTAL not refreshing when using advanced filter 2
Calculation Time 2
Filter Question 2
Average function 9
sum function 4

Back
Top