Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 如何将数据从一个电子表格导入到另一个谷歌表格?_Google Sheets_Google Sheets Formula_Importrange - Fatal编程技术网

Google sheets 如何将数据从一个电子表格导入到另一个谷歌表格?

Google sheets 如何将数据从一个电子表格导入到另一个谷歌表格?,google-sheets,google-sheets-formula,importrange,Google Sheets,Google Sheets Formula,Importrange,我正在尝试连接两个谷歌工作表(一个签入和一个签出谷歌工作表)以从管理工作表中获取数据。我不知道使用什么公式或函数来连接管理表的两张表 您可以使用IMPORTRANGE: =IMPORTRANGE("URL of spreadsheet", "Sheet name!A1:D") 注意:它将首先提示您允许访问

我正在尝试连接两个谷歌工作表(一个签入和一个签出谷歌工作表)以从管理工作表中获取数据。我不知道使用什么公式或函数来连接管理表的两张表

您可以使用
IMPORTRANGE

=IMPORTRANGE("URL of spreadsheet", "Sheet name!A1:D")
注意:它将首先提示您允许访问