Excel Filter |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Excel Filter Additional ResourcesExcel Filter Excel Filter |
You can stare at you data for hours on end and still gain nothing for your time. Spreadsheet data is often not much good unless you can analyze it. If you're familiar with some of the actions that you can perform on a database, managing and analyzing your data in Excel is within your grasp. And even if you've never even heard of a database, you can still filter lists to your heart's content.
Using Criteria For TextExcel Filter your text using Wildcards such as ?(question mark) which filters any single character, for example, sm?th finds "smith" and "smyth"Or, use the *(asterisk) which filters any number of characters, for example, *east finds "Northeast" and "Southeast" You can filter text using the following characters:
The text comparisons are not case sensitive. For example, si* matches Simon as well as sick. Using Criteria For ValuesTo create a formula that returns results based on filtered criteria, use the Excel database worksheet functions.For example, you can create a formula that calculates the sum of values in a list that meet certain criteria. Set up a criteria range in you worksheet and then enter a formula such as the following: =DSUM(ListRange, FieldName, Criteria) In this case, ListRange refers to the list, FieldName refers to the field name cell of the column being summed, and Criteria refer to the criteria range. The following table describes the database functions.
Computed criteria filters the list based on one or more calculations and does not use a field header from the list (it uses a new field header). Computed criteria essentially compute a new field for the list so that you must supply new field names in the first row of the criteria range. Computed criteria are a logical formula (returns True or False) that refers to cells in the first row of data in the list; it does not refer to the header row.
|
Excel XP Topics- Tips- Excel Screen Layout - Navigational Techniques - Working with Workbooks - Templates - Working with Worksheets - Moving Around - Move Worksheets - Copy Worksheets - Insert & Delete Cells - Insert & Delete Rows - Insert & Delete Columns - Resize Row - Resize Column - Editing Data - Content Color - Cell Color - Number Formats - Fonts - Alignment - Text Direction - Indent Contents - Merge Cells - Copy - Move - Undo & Redo - Using Zoom - Freeze & Unfreeze Titles - Split Worksheet - Spreadsheet Data - AutoFill - AutoComplete - Comment - Find - Replace - Spellcheck - Formulas - Functions - Password - Sorting - AutoFilter - Advanced Filter - Macros - Charts - Charting - Charting Elements - Gantt Chart - PivotTable - PivotTable Calculations - PivotTable Layout - PivotTable Format - PDF to Excel - PDF-to-Excel Converter - Excel to PDF Converter |