![]() |
| サイトマップ | |
|
関数 missing
は、指定範囲に含まれる欠損値および文字列の個数を値または範囲として返します。
missing
(range)
引数 range には 1つの範囲 ({}
で指定) 、もしくは、ワークシートの1列を指定します。
missing(col(1))
とした場合は 1 を返します。missing(col(2))
では 0、missing(col(3))
では 4 を返します。
The missing function returns a value or range of values equal to the number of missing values and text strings in the specified range.
missing(range)
The range argument must be a single range (indicated with the { } brackets) or a worksheet column.
In the worksheet below, the operation missing(col(1)) returns a value of 1, the operation missing(col(2)) returns a value of 0, and the operation missing(col(3)) returns a value of 4.