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

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

    Alternatively, you can also use query to remove the empty rows

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

提交回复
热议问题