We are currently trying to set up the following formula:
=QUERY(IMPORTRANGE("1uyazplHdGpZeBZWOv3TbnIUfWeHQGyZF5mRsNuWxkO4","Data Salesforce!A:Z"),"Select A Where J = 'Spain'",-1)
The idea is to look for a QUERY with data coming from an IMPORTRANGE.
We get the following error:
Unable to parse query string for Function QUERY parameter 2: NO_COLUMNA
Any idea how we could resolve it?