I recently came across this query on Google Sheets and I had a question about one of these queries:
=transpose(query(settings!A2:C,"select B, C where A = '" & B4 & "'",0))
Could some explain to me this section?
= '" & B4 & "'",0)
I am struggling to find documentation that can help explain how the ' and " work in Google Sheets queries.