Counting Characters in a cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Well the title pretty much explains it,
I need to be able to count how many characters there are in a cell
so if the following are three different cells

11111 would return 5
1111 would return 4
111111 would return 6
 
=len(a1)


Well the title pretty much explains it,
I need to be able to count how many characters there are in a cell
so if the following are three different cells

11111 would return 5
1111 would return 4
111111 would return 6
 

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