![]() |
|
![]() | ||
|
Subject:
counting keystrokes in an Excel spreadsheet
Category: Computers Asked by: jlane-ga List Price: $15.00 |
Posted:
12 Nov 2004 18:05 PST
Expires: 14 Nov 2004 19:00 PST Question ID: 428238 |
We are having some data entry done. We want to know if there is a relatively easy way to count the number of keystrokes entered in an Excel range, i.e. something like a1:k25? Thanks | |
| |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: counting keystrokes in an Excel spreadsheet
From: jeni123-ga on 13 Nov 2004 16:47 PST |
It wouldn't be completely automatic but you could add a column at the end of the data and use the LEN function and then sum that column. This only works for one cell at a time so if you had multiple columns you would have to use the CONCATENATE function in a first column and the the LEN function in a second column that you would sum. |
Subject:
Re: counting keystrokes in an Excel spreadsheet
From: gosavit-ga on 14 Nov 2004 03:47 PST |
If you mean the total number of characters in your range then try this: =SUMPRODUCT(LEN(A1:K25)) rgds, SV |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |