Investment Studio > Expressions > Functions > Statistical > COUNTBLANK
integer countblank(array argument)
Returns the number of empty elements and empty strings in the array
Examples
=countblank({1, "", TRUE, , "10/5/2002"})
equals 2.
See also count, counta, countif, frequency.