Counting keystrokes within a cell

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

Guest

Is there a formula which would count the number of keystrokes in a singular
cell? If this is typed in a cell: 4660TBGBW CB then the formula would
yield 12 because the space is also a keystroke.

Thank you
Connie Martin
 
Hi!

=LEN(A1)

This will count the number of chars in a cell AFTER they
have been entered. If want to count "as you type", it
can't be done.

Biff
 
Thank you so much!

Biff said:
Hi!

=LEN(A1)

This will count the number of chars in a cell AFTER they
have been entered. If want to count "as you type", it
can't be done.

Biff
 

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