filter according to a list of filters
hello!
how can I filter all the rows that:
- the whole text of any cell of the row matches the text of a cell from a list
- the whole or part of the text of any cell of the row matches the text of a cell from a list
- the whole text of a cell of a specific column of the row matches the text of a cell from a list
- the whole or part of the text of any cell of a specific column of row matches the text of a cell from a list
how can I filter all the columns that:
- the whole text of any cell of the column matches the text of a cell from a list
- the whole or part of the text of any cell of the column matches the text of a cell from a list
- the whole text of any cell of a specific row of the column matches the text of a cell from a list
- the whole or part of the text of any cell of a specific row of the column matches the text of a cell from a list
thanks!
|