Difference between revisions of "Documentation/How Tos/Calc: COUNTA function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (See also:)
Line 22: Line 22:
  
 
=== See also: ===
 
=== See also: ===
'''[[Documentation/How_Tos/Calc: COUNT function|COUNT function]]''',
+
[[Documentation/How_Tos/Calc: COUNT function|'''COUNT''']],
'''[[Documentation/How_Tos/Calc: COUNTIF function|COUNTIF function]]''',
+
[[Documentation/How_Tos/Calc: COUNTIF function|'''COUNTIF''']],
'''[[Documentation/How_Tos/Calc: COUNTBLANK function|COUNTBLANK function]]''',
+
[[Documentation/How_Tos/Calc: COUNTBLANK function|'''COUNTBLANK''']],
'''[[Documentation/How_Tos/Calc: SUM function|SUM function]]''',
+
[[Documentation/How_Tos/Calc: SUM function|'''SUM''']]
  
'''[[Documentation/How_Tos/Calc: DCOUNTA function|DCOUNTA function]]''',
+
[[Documentation/How_Tos/Calc: DCOUNTA function|'''DCOUNTA''']]
 +
 
 +
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]

Revision as of 05:54, 17 March 2008


COUNTA

Counts the non-empty values in the list of arguments.

Syntax:

COUNTA(value1; value2; ... value30)

value1 to value30 are up to 30 values or ranges representing the values to be counted.

Example:

COUNTA(B1:B3)

where cells B1, B2, B3 contain 1.1, =NA(), apple returns 3, because none of the cells in B1:B3 are empty.

COUNTA(2; 4; "dog")

returns 3, because 2, 4 and "dog" are all numbers or text.

COUNTA(D1)

where cell D1 contains ="", returns 1, because "" is a string (although of zero length).

See also:

COUNT, COUNTIF, COUNTBLANK, SUM

DCOUNTA

Statistical functions

Personal tools