27 total
Filtering allows you to display only the rows that meet specific criteria while hiding the rest. This is accomplished using the AutoFilter feature in spreadsheet software.
To enable filtering on your data:
Once AutoFilter is enabled, you can filter data by clicking the drop-down arrow on any column:
Example: To show only employees working on the 'Binnaccount' task:
🔑 Key Term: AutoFilter is a feature in spreadsheet software used to display only the rows that meet specific criteria while hiding the rest.
Number filters provide more sophisticated search capabilities than simple checkbox selection. They allow you to use logical operators to define ranges and conditions.
To access number filters:
The following operators are available:
| Operator | Symbol | Meaning |
|---|---|---|
| Equals | = | Exactly equal to |
| Does not equal | <> | Not equal to |
| Greater than | > | Strictly greater |
| Less than | < | Strictly less |
| Greater than or equal to | >= | Greater or equal |
| Less than or equal to | <= | Less or equal |
To find values within a range, use the AND operator to combine two conditions.
Example: Select employees where the task code is between 3 and 6 inclusive.
The mathematical logic is:
x≥3 AND x≤6Steps:
Sign in to view full notes