LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Aladin Akyurek
 
Posts: n/a
Default Auto filtering vs Date List Create List

The List functionality on Excel 2003 includes AutoFilter. However, the
List functionality gives you more. Every time you add/delete a record,
the formulas which refer to (parts of) the list are updated
automatically. For example:

Let A1:E20 house a list with headers/field names in A1:E1.

Let G2 house:

=SUMIF($B$2:$B$20,"Y",$D$2:$D$20)

After you add a new record in the row with the asterix, the formula in
G2 will immediately update (without any manual interference) to:

=SUMIF($B$2:$B$21,"Y",$D$2:$D$21)

Obviously, this feature makes the need for the resource-demanding
dynamic named ranges (defined with OFFSET, INDIRECT, or INDEX) obselete
in most situations. Also: suppose you have constructed a pivot table
from the list area, a fresh of the pivot table will always include the
new records.

Assume that you have a formula in column E of the list, something like:

=A2&"#"&C2

Whenever you add a new record, this formula will be copied down
automatically. The manual formula copying or formula copying with code
in VBA, all things being equal, are no longer needed.

If MS could manage to include a fast sort routine for such lists, which
can be set at list creation time, we would in most cases have fast
lookup formulas with match-type set to 1 (=TRUE), a non-negligible gain
in efficiency.

If I might venture an appraisal, MS has done a good job with the List
functionality.

torajudo wrote:
Besides the asterisk, what is the difference between Autofiltering (Data
Filter Autofilter) and the new Data List Create List in Excel 2003?
They seem to be the same. Any good articles on Autofiltering?

 
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
Create a list range Brick72 Excel Worksheet Functions 2 October 6th 05 06:40 PM
How do I create multiple columns from a one-column list in Excel? Melissa Excel Worksheet Functions 5 October 5th 05 03:32 AM
Auto scroll down data validation list [email protected] Excel Discussion (Misc queries) 4 January 28th 05 06:44 PM
create a drop down list with the source from a different workbook Sampath Excel Discussion (Misc queries) 2 January 8th 05 07:57 PM
How do you create a drop down list? Aviator Excel Discussion (Misc queries) 2 December 28th 04 03:07 PM


All times are GMT +1. The time now is 02:04 AM.

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"