0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ARRAYFOMULA 関数で複数行のそれぞれの合計を計算する話

Posted at

はじめに

スプレッドシートにある ARRAYFOMULA 関数の備忘録まとめとなります。

公式ページ

ARRAYFORMULA

サンプルソース

SUM 関数を使う方法

ARRAYFORMULA(SUMIF(IF(COLUMN(1行目の範囲),ROW(1列目の範囲)),ROW(1列目の範囲),全体の範囲))

=ARRAYFORMULA(SUMIF(IF(COLUMN(B2:D2),ROW(B2:B6)),ROW(B2:B6),B2:D6))
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?