다음을 통해 공유


WorksheetFunction.CountBlank Method (Excel)

Counts empty cells in a specified range of cells.

Syntax

.CountBlank(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Range

The range from which you want to count the blank cells.

Return Value

Double

Remarks

Cells with formulas that return "" (empty text) are also counted. Cells with zero values are not counted.

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members