Skip to content
Advertisement

How to get rid of response headings in Google Sheets?

I read an API with Google Sheets and want to get results similarly to this:

But the API is a bit strange and puts always a header row into response. With it, the response of the first formula looks like:

and the second formula (=MyApiFormula(A3)) doesn’t work at all – sure, because it is forced to write into cells with already existing data.

I guess, this heading row can be avoided with a =QUERY formula with INDEX and an offset -1 – but I fail with correct syntax.

Could somoebody point me to the correct writing?

Advertisement

Answer

QUERY syntax would be:

substitute dots for your formula

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement