character count

  • Thread starter Thread starter supernova
  • Start date Start date
=LEN(A1) gives the number of characters in A1

=LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) counts the incidents of a particular
string in A1

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top