Google Sheets: Query Function
Syntax
=QUERY(data, "query", [headers])
It takes 3 arguments:
Select the data you want to analyze
Query the data
Optional: Number indicates how many header rows there are in your data
Example QUERY function:
=QUERY(A1:D234,"SELECT B, D",1)
The...
dawsonsgeek.hashnode.dev6 min read