Averaging from a cell to the bottom of the list

  • Thread starter Thread starter AAS
  • Start date Start date
A

AAS

I have a list of numbers from G11 to G94 but I also am also using a filter in
other columns therefore I would like the average to change if I decide to
filter.
Basically I want the average to always be from the first number to the
bottom number but the last cell will change due to me using the filter option.
 
Try

=SUBTOTAL(101,A2:A100)
Where A2 -A100 is the unfiltered range

Mike
 

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