What is offset clause in Google Sheets?

When to use it

Use QUERY clauses when you want SQL-style filtering, grouping, or labels on a table in one formula.

When to skip it

Skip QUERY when FILTER, SORT, and UNIQUE already express the logic with less string syntax to maintain.

Related terms