Filter and Extract Data is a one-step tool for Google Sheets that filters your data by multiple conditions and extracts all those matches to other cells in the file. When the standard Google Sheets filter, VLOOKUP and INDEX+MATCH are not enough, this add-on will let you easily set up more than one criteria and pull multiple values from multiple columns. It's also up to you to decide if you need the result as a formula or as values.
To match or lookup dates and time, make sure that the same number format is applied to the entire column with those records (Format > Number in the Google Sheets menu).
If the column contains records formatted differently, for instance, pure dates (9/27/2019) and date and time (9/27/2019 9:00 AM), the add-on won't be able to return the correct results.
Filter and Extract Data is case-insensitive, like the standard Google Sheets VLOOKUP. In other words, it doesn't distinguish values written in different cases. Thus, records like Blackberry and blackberry in your matching conditions will be treated as the same.
If you'd rather consider the text case, insert the result as a formula and remove the word 'lower' with its brackets from it, e.g. "SELECT * WHERE ((lower(F) = 'lemon'))" should be changed into "SELECT * WHERE F = 'lemon'"
To run the tool, go to Extensions > Filter and Extract Data > Start in the Google Sheets menu:
You will see the add-on window with the settings at your service.
For Filter and Extract Data to work, you should specify your source data table, set up your filter criteria, and decide upon the number of matches to pull:
Once your requirements are set, you can get the result in a few different ways:
Please contact us here