LoginSignup
2
4

More than 5 years have passed since last update.

Google スプレッドシートで他のスプレッドシートを参照する

Posted at

IMPORTRANGE 関数を使う。

使用例:

IMPORTRANGE("https://docs.google.com/spreadsheets/d/abcd123abcd123", "シート1!A1:C10")

スプレッドシートの URL は ID (スプレッドシートキー、URL の 'abcd123abcd123' の部分) のみでも OK。
使用時に元のスプレッドシートへのアクセス許可をあたえる必要がある。

参考:

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4