This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
COUNTA
|
COUNTA ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Type | Description | ||||||
value | Real, Array |
![]() |
Cells or cell range to be counted | |||||
The COUNTA function counts the number of cells specified in value that are not empty (i.e. cells that contain numbers, text, or logical values). It accepts cell references and returns numeric data.
In value, you can pass up to 255 separate cells or a single array of values.
COUNTA(B2,D2,E4,E5,E6)
COUNTA(A1:G5)
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)