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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == COUNTA == Counts the non-empty values in the list of arguments. === Skladnja: === <tt>'''COUNTA(value1; value2; ... value30)'''</tt> <tt>'''value1'''</tt> to <tt>'''value30...)
 
m (Bot: Adding Category: Documentation)
Line 32: Line 32:
  
 
[[fr:Documentation/FR/Calc:Fonction NBVAL]]
 
[[fr:Documentation/FR/Calc:Fonction NBVAL]]
 +
[[Category: Documentation]]

Revision as of 14:17, 20 November 2009


COUNTA

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

Skladnja:

COUNTA(value1; value2; ... value30)

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

Primer:

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).

Glejte tudi:

COUNT, COUNTIF, COUNTBLANK, SUM

DCOUNTA

Statistične funkcije

Personal tools
In other languages