Advanced-excel-functions-advanced-excel-math-trignometric-sum-function

提供:Dev Guides
移動先:案内検索

数学と三角法-SUM関数

説明

SUM関数は値を追加します。

構文

SUM (number1, [number2]...)

引数

Argument Description Required/Optional
number1 The first number you want to add. The number can be a value, a cell reference, or a cell range. Required
number2, … You can specify up to 255 additional numbers. Optional

ノート

  • 数値と日付は、SUM関数によって常に数値としてカウントされます。
  • ただし、テキスト表現と論理値は、ワークシートのセルに保存されている値であるか、関数に直接提供されるかによって、異なる方法で処理されます。 詳細については、以下の表を参照してください-
Value Within a Range of Cells Value Supplied Directly to Function
Numbers Included Included
Dates Included Included
Logical Values Ignored

Included

(True = 1; False = 0)

Text Representations of Numbers & Dates Ignored Included
Other Text Ignored Included
Errors Error Error

SUM関数に直接提供される数値引数のいずれかが数値として解釈できない場合、SUMは#VALUE!を返します。 エラー。

適用範囲

Excel 2007、Excel 2010、Excel 2013、Excel 2016

SUM関数