on my spreadsheet i have several entries from various companies. I am using a
filter to isolate certain companies and their amounts at any given time. How
can I sum total only the amounts selected? thank you
Ardus Petus - 10 Jul 2006 17:39 GMT
Use SUBTOTAL
HTH
--
AP
> on my spreadsheet i have several entries from various companies. I am
> using a
> filter to isolate certain companies and their amounts at any given time.
> How
> can I sum total only the amounts selected? thank you
Don Guillett - 10 Jul 2006 17:39 GMT
look in the help index for SUBTOTAL

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
> on my spreadsheet i have several entries from various companies. I am
> using a
> filter to isolate certain companies and their amounts at any given time.
> How
> can I sum total only the amounts selected? thank you
Gord Dibben - 10 Jul 2006 21:28 GMT
Use the SUBTOTAL function.
=SUBTOTAL(9,B:B) which includes filtered and hidden values.
Or in 2003 version
=SUBTOTAL(109,A:A) which ignores hidden values.
Gord Dibben MS Excel MVP
>on my spreadsheet i have several entries from various companies. I am using a
>filter to isolate certain companies and their amounts at any given time. How
>can I sum total only the amounts selected? thank you
Gord Dibben MS Excel MVP