This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
COUNTA

COUNTA 


 

COUNTA ( value {, value2 , ... , valueN} ) 
Parameter Type   Description
value  Real, Array in 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.

Example  

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

COUNTA(A1:G5)

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)