Spread.NET 17 Formula Reference
Formula Functions / Functions A to C / COUNTA
In This Topic
    COUNTA
    In This Topic

    This function returns the number of number of cells that contain numbers, text, or logical values.

    Syntax

    COUNTA(value1,value2,...)

    COUNTA(array)

    Arguments

    The arguments may be separate values or an array of values. Up to 255 arguments of individual cells may be included.

    Remarks

    This function counts the number of non-empty cells in the specified cell range.

    This function differs from COUNT because it includes text or logical values as well as numbers.

    Data Types

    Accepts cell references. Returns numeric data.

    Examples

    COUNTA(B2,D2,E4,E5,E6)

    COUNTA(A1:G5)

    COUNTA(R6C3:R9C4)

    Version Available

    This function is available in product version 2.0 or later.

    See Also

    COUNT | Statistical Functions