#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 533
Default Auto-Filter

Most worksheet function do not care whether rows are hidden or not. But the
SUBTOTAL function can be used to ignore hidden rows.
=SUBTOTAL(109,Sheet1!A1:A10) sums only visible rows 1:10.

See Help for more on this function.

--
Jim
"Brig" wrote in message
...
| Hello. Got a quick auto-filter question on Excel 2003.
|
| I have 2 sheets: Data & Summary
|
| On the Data sheet, I have a table of transactions for a given month. It
has
| ClientID, Client Info, TransactionAmount, Discounts, Transaction Date
|
| On the Summary sheet, I have just totals for the entire Month.
|
| What I want to do is to be able do a filter or auto-filter on the Data
Sheet
| for one
| specific ClientID. The summary page then should update the calculations
for
| the
| filtered data.
|
| I tried using Auto-Filter in the data sheet but the formulas is still
| calculating the entire data sheet.
|
| Is there a way to do this?
|
| Thank you very much in advance.
|
| Brig
|
|


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Auto-Filter

Thank you vey much.


"Jim Rech" wrote in message
...
Most worksheet function do not care whether rows are hidden or not. But
the
SUBTOTAL function can be used to ignore hidden rows.
=SUBTOTAL(109,Sheet1!A1:A10) sums only visible rows 1:10.

See Help for more on this function.

--
Jim
"Brig" wrote in message
...
| Hello. Got a quick auto-filter question on Excel 2003.
|
| I have 2 sheets: Data & Summary
|
| On the Data sheet, I have a table of transactions for a given month. It
has
| ClientID, Client Info, TransactionAmount, Discounts, Transaction Date
|
| On the Summary sheet, I have just totals for the entire Month.
|
| What I want to do is to be able do a filter or auto-filter on the Data
Sheet
| for one
| specific ClientID. The summary page then should update the calculations
for
| the
| filtered data.
|
| I tried using Auto-Filter in the data sheet but the formulas is still
| calculating the entire data sheet.
|
| Is there a way to do this?
|
| Thank you very much in advance.
|
| Brig
|
|




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataFilterAuto Filter in excel 2007? TIJ New Users to Excel 2 November 13th 08 03:28 AM
Excel 2007 Auto Filter Filter Django Excel Discussion (Misc queries) 2 September 9th 08 10:52 PM
Limit filter options in Auto Filter lista72 Excel Discussion (Misc queries) 1 January 23rd 08 04:01 PM
ranging the filter cells when doing auto filter thread Excel Programming 8 April 25th 07 11:08 PM
Excel auto filter doesn't recoginize case - won't filter AA from A Mikey Excel Discussion (Misc queries) 1 September 29th 05 08:18 PM


All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"