minimum value using auto filter

M

mohavv

I am trying to get a minimum value from a column using auto filter

I can't get the formula to only look in the filtered (visible) values,
like =SUBTOTAL(9,range)

It keeps giving me the lowest value from the total column.

Is there a solution?

Cheers,

Harold
 
S

Sandy Mann

Do you mean you want SUBTOTAL() to give you the minimum value of a filtered
list:

If so try:

=SUBTOTAL(5,Range)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
G

Guest

IT is usuful to use subototal if you are using filter.

SUBTOTAL(function_num, ref1, ref2, ...)

Function_num
1 AVERAGE
2 COUNT
3 COUNTA
4 MAX
5 MIN
6 PRODUCT
7 STDEV
8 STDEVP
9 SUM
10 VAR
11 VARP
 
D

Don Guillett

A look in the help index for SUBTOTAL would have told you.
=subtotal(105, yourrange)
 

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