COUNT.C function

● Returns the number of times specified characters occur in a text string.

 Ex1: count the number of occurrences of ';'

Return to Home