Google Answers Logo
View Question
 
Q: counting keystrokes in an Excel spreadsheet ( No Answer,   2 Comments )
Question  
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

Request for Question Clarification by hummer-ga on 12 Nov 2004 19:02 PST
Hi jlane,

How about something like this?

"Mousotron Pro keeps track of the distance your mouse cursor moves and
also the number of times you pressed the mouse buttons. On top of that
it shows the number of keystrokes. If your boss says you don't work
hard enough, this is the tool to prove him wrong." [Free]
http://www.topshareware.com/Mousotron-download-10795.htm

Please let me know if that would work for you.
hummer

Clarification of Question by jlane-ga on 12 Nov 2004 20:05 PST
We have about 5,000 lists a year that are keyed.  We need to keep
track of the keystrokes in each Excel list for payment purposes to the
data entry people.  I was hoping for an easy way to highlight a range
of cells and be able to get a keystroke count in that range of cells
(there are no macros or formulae involved).  Your suggestion would
have to be done at the data entry point (China) and we would not have
a way of verifying the count since we are working with the finished
product.

Sorry - but if you have any other ideas I would love to hear them.

JLane

Request for Question Clarification by hammer-ga on 14 Nov 2004 17:48 PST
Are you interested in the number of characters currently typed in the
cells in the selected range, or in the number of keystrokes it took to
get the values in there? For example, if a cell contains a 5 character
value, but the user pressed backspace 3 times and retyped three
characters, is the count for that cell 5 or 11?

- Hammer

Clarification of Question by jlane-ga on 14 Nov 2004 18:40 PST
We need the number actually entered correctly, not those caused by errors.

I believe that =SUMPRODUCT(LEN(A1:K25)) mentioned below solves the problem.
Answer  
There is no answer at this time.

Comments  
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

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy