简体   繁体   English

向下拖动 Importrange 行并在 Google 表格中更改单元格

[英]Dragging Importrange down rows and having cells change in line in Google Sheets

Hi here is the formula I am using您好,这是我正在使用的公式

=IMPORTRANGE("https://docs.google.com/spreadsheets/d/14nKbr2vekTgo11li0EdzXpHl2urIg721rcgD0eOSWTM/edit?usp=sharing","Form Responses 1!b2:r2")

this is in row 2, I want to drag it down so that in row 3 it shows b3:R3 and so on这是在第 2 行,我想将它向下拖动,以便在第 3 行显示 b3:R3 等等

For reference, I need the data to stop at R2, there are separate formulas in S and T作为参考,我需要数据停在R2,S和T中有单独的公式

Try to drag from row#2尝试从第 2 行拖动

=IMPORTRANGE("https://docs.google.com/spreadsheets/d/14nKbr2vekTgo11li0EdzXpHl2urIg721rcgD0eOSWTM/edit?usp=sharing","Form Responses 1!b"&row()&":r"&row())

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM