日本語 English
株式会社ヒューリンクス
TEL:03-5642-8384
営業時間:9:00-17:30

missing

関数 missing は、指定範囲に含まれる欠損値および文字列の個数を値または範囲として返します。

構文

missing(range)

引数 range には 1つの範囲 ({} で指定) 、もしくは、ワークシートの1列を指定します。

  • 以下のワークシートに対して、missing(col(1)) とした場合は 1 を返します。missing(col(2)) では 0、missing(col(3)) では 4 を返します。

関連情報

missing

The missing function returns a value or range of values equal to the number of missing values and text strings in the specified range.

Syntax

missing(range)

The range argument must be a single range (indicated with the { } brackets) or a worksheet column.

Example

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.

関連情報