Count
Excel
=COUNTA(B:B) // {"ExCo",3,2,1} returns 4=COUNT(C:C) // {"ExCo",3,2,1} returns 3Tableau
COUNT([Customer ID])Alteryx
OrgVue
array("ExCo",3,2,1).count // Returns 4tSQL
Python
Last updated
Was this helpful?