MAX function and "visible cells only"

B

beluga

Hi,

I want a cell to reflect the MAX value in a column from a list that has been filtered. Using MAX() the usual way will give me the maximun value of all data (filtered and unfiltered). How can I get the MAX() value of only the visible cells?

thanx in advance
 
F

Frank Kabel

Hi
have a look at the SUBTOTAL function. e,.g.
=SUBTOTAL(4,A1:A100)
-----Original Message-----
Hi,

I want a cell to reflect the MAX value in a column from a
list that has been filtered. Using MAX() the usual way
will give me the maximun value of all data (filtered and
unfiltered). How can I get the MAX() value of only the
visible cells??
 

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

Top