Thread: Counting help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Counting help

Try a formula like

=LEN(A1)-LEN(SUBSTITUTE(A1,1,""))

This will return the number of 1's in cell A1.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"caloy" wrote in message
...
I have a string of numbers (ex. 123111222333123321). Is there a
function that
would allow me to count how many 1's, 2's and 3's are in the
string?
--
Caloyski