Selection Filter

by August Zellmer

Selection Filter is a simple addon for Google Sheets which allows you to filter out rows and columns based on the contents of their cells. This is accomplished by simply hiding the rows/columns which do not contain specific values that you specify.

Google Sheets already has the functionality to filter data. However, this plugin was born out of the need to filter data in slightly more advanced ways than Google Sheets natively allows. The filtering functionality provided by Google Sheets only allows you to filter out rows based on the values in a column. Selection Filter does this, and also allows you to filter out columns based on the values in a row. Furthermore, the filter in Google Sheets acts upon the entire spreadsheet; if you filter the value "100" out of column B, then every row which contains the value "100" in column B will be hidden. Selection Filter allows you to filter data in a specific range; it is possible, for example, to filter out each row between rows 2 and 5 that contains the value "100" in column B, while leaving rows 6 and on untouched. Please see the screenshots for more concrete examples of the filtering functionality provided by Selection Filter.

Selection Filter must be granted permission to read data on your spreadsheets. This data is only used to help you setup filters on your spreadsheets; Selection Filter does not collect this data in any way.

I (August Zellmer) am provided with basic, anonymous information about how frequently Selection Filter is used. (But not what it's used for.) I may share this usage data with others (e.g. friends, potential employers, etc.).

MIT License

Copyright (c) 2020 August Zellmer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If you have any questions, please email me at august.zellmer+selectionfilter​@gmail.com.

Github logo