Complete the code to create a filter view on the range A1:C10.
Data > [1] > Create new filter viewTo create a filter view, you go to the Data menu and select Filter views.
Complete the code to apply a filter view that shows only rows where the value in column B is greater than 50.
Click the filter icon in column B header > [1] > Greater than > Enter 50
To filter rows by a condition like 'greater than 50', use 'Filter by condition'.
Fix the error in the filter view formula to show only rows where column C contains the word 'Complete'.
Filter by condition > Text contains > [1]Use 'Complete' with a capital C to match exactly.
Fill both blanks to create a filter view that shows rows where column A is not empty and column B is less than 100.
Filter by condition > [1] > Filter by condition > [2]
Use 'Is not empty' to filter non-empty cells in column A, and 'Less than' to filter values less than 100 in column B.
Fill all three blanks to create a filter view that shows rows where column A starts with 'A', column B is greater than 20, and column C is not empty.
Filter by condition > [1] > Filter by condition > [2] > Filter by condition > [3]
Use 'Text starts with' for column A, 'Greater than' for column B, and 'Is not empty' for column C to filter as required.