Skip to content

Instantly share code, notes, and snippets.

@kern-me
Last active January 17, 2020 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kern-me/2a6ef94ac0698ef4233ea8f3a6206cdf to your computer and use it in GitHub Desktop.
Save kern-me/2a6ef94ac0698ef4233ea8f3a6206cdf to your computer and use it in GitHub Desktop.
Google Sheets - Filtering Multiple Conditions
// regexmatch(columnRange, "(?i)x|y|z")
regexmatch(A:A, "(?i)term1|term2|term3|term4|term5")
@kern-me
Copy link
Author

kern-me commented Jan 17, 2020

Example of using the regexmatch function within Google Sheets to filter multiple terms that exist in a given column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment