Count # of characters in cell

  • Thread starter Thread starter loscherland
  • Start date Start date
L

loscherland

Is there a formula for counting the number of characters in a cell
Something like =countchar???

E.g. to return the following:

0863855556 - 10 (Characters)
0856524 - (7 Characters)
087666555 - 9
086666666 - 9

etc
 
loscherland said:
Is there a formula for counting the number of characters in a cell
Something like =countchar???

E.g. to return the following:

0863855556 - 10 (Characters)
0856524 - (7 Characters)
087666555 - 9
086666666 - 9

etc.

This is the formula that you need

*=len(A1)
 
The LEN function will return the number of characters in the text
of a cell. E.g.,

=LEN(A1)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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

Back
Top