Google Spreadsheets QUERY() to combine multiple sheets, same workbook

后端 未结 4 2189
挽巷
挽巷 2021-02-08 05:52

Goal: I\'m using QUERY() in gSheets to combine data from multiple sheets in the same workbook. The data is an extract from GA broken down into small segments to

4条回答
  •  醉酒成梦
    2021-02-08 06:32

    In regards to:

    ^ Semicolon separating sheets causes the first sheet of data to appear, but not the second

    Reason for me why this did not work initially, was that the format of the two tables were not the same. After pasting the same format this worked again.

提交回复
热议问题