Counting No of character in a string

C

Chandrashekar B

Hi,

I have a data for ex a;b;c;d in a cell if i find ";" excel formula should
display result as 3 because no of occurence of ";" in a cell is 3.

I need a excel formula to do this help me out.
 
J

Jacob Skaria

Hi Chandrashekar

Try the below
=LEN(A1)-LEN(SUBSTITUTE(A1,";",))

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top