Sum only filtered selection

P

pkunAAC

I am dealing with almost 4,000 rows of data. I am auto filtering them and I
would like to be able to sum up only the filtered selection. I can do it
manually each time it is filtered, but I was wondering if there was a way to
do this automatically.
 
C

CyberTaz

You may also want to take a look at the DSUM function. It would allow instant
updating by changing criteria without having to AutoFilter the data at all.

HTH |:>)
 
Top