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

后端 未结 4 2191
挽巷
挽巷 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:15

    Figured out to how sort by column using the formula above:

    =SORT(QUERY({'LandingPages-Oct1'!A16:F; 'LandingPages-Oct2'!A16:F}, "where Col1 <>''"),1,TRUE)
    

    This will sort by column 1.

提交回复
热议问题