In the Filter For Field box, enter a value and press ENTER. You can use the following conditions cumulatively:
Conditions | Purpose | Examples |
---|---|---|
Angle brackets (< >) | to display values not equal to your entry |
|
Percent (%) | to display any sequence of zero or more characters in its place | Like ‘%SCH40' displays ASCH40, BSCH40, ABSCH40, ABCSCH40, and so on |
Underscore (_) | to display any single character in its place | Like ‘_SCH40' displays ASCH40, BSCH40, ZSCH40, and so on |
Equal (=) | to display values that match your entry | = ‘Bosch’ displays only cells containing the string Bosch |
IS NULL | to display only empty cells | Displays only rows with empty cells |
IS NOT NULL | to exclude empty cells | Displays only rows with data |
Surround a string entry with single quotation marks (‘). Entries are case-sensitive.