Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9843

Querying an array instead of range

$
0
0

=QUERY({"key", "val"; "a", 2; "b", 3; "c", 1; "a", 2}, "SELECT * WHERE A = 'a'")

This gives the NO_COLUMN: A error. Is there a way to make it work? The data in my real world sheet comes from a custom function so it can't be a range of cells.


Viewing all articles
Browse latest Browse all 9843

Trending Articles