counting characters in a cell

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

How can I have cell B2 return the number of characters in cell B1?

Thanks.
 
Do you consider <space> as a character?

If you *don't*, this is number of characters, not counting spaces:

=LEN(SUBSTITUTE(B1," ",""))

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

How can I have cell B2 return the number of characters in cell B1?

Thanks.
 

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