Combining multiple spreadsheets in one using IMPORTRANGE

后端 未结 4 816
眼角桃花
眼角桃花 2021-02-06 01:03

I would like to aggregate the data of multiple spreadsheets into one spreadsheet.

  • Spreadsheet 1 has a Row of Strings A2:A500
  • Spreadsheet 2 has a Row of St
4条回答
  •  耶瑟儿~
    2021-02-06 01:51

    You should be able to use a vertical array in the Spreadsheet 3:

    ={IMPORTRANGE("Sheet1Key","SheetName!A2:A500");IMPORTRANGE("Sheet2Key","SheetName!A2:A500")}
    

提交回复
热议问题