Hello everyone, this is the Querier development team.
In this update, the searchability of Google Sheets has been greatly improved.
The search operations supported in this update are as follows:
- Equal (
=) - Not equal (
!=) - Greater than (
>) - Greater than equal to (
>=) - Less than (
<) - Less than equal to (
<=) - In (contains values within an array)
- Not in (does not contain values within an array)
- Contains (contains values within a string)