Extract by word

Extract row by specific strings

Usage

  • Input !f() in the header key cell. Input the characters you want to extract inside the parentheses.
  • You can input multiple words, but comma-separated entries show the intersection, while pipe-separated entries show the union.

original

extract "2"

extract "2" or "test"

extract "2" and "test"