Wednesday, February 09, 2005
Count number of asterix (*)
To count number of asterix (*) in a column use this formula:
=countif(A1:A3, "=~*")
=countif(A1:A3, "=~*")
Labels: String Operations
Labels: String Operations