I have a Google Spreadsheet containing some sheets with data. All sheets have the same amount of columns, and the same "data type".
Link to spreadsheet: https://docs.google.com/spreadsheets/d/1Yif8Cf1g1pPI38YFCffDKQ1tE-08SWPSfRAv-TdWXTw/edit#gid=0
It's the first column in the first sheet (all) that I can’t get to work.
This is what I have now, but it only fetches the first sheet:
=QUERY({mc!A2:E;bwl!A2:E;zg!A2:E},"select *")
The function looks okay?