BestTechie Forums: Formula For Wpm - BestTechie Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Formula For Wpm


#1 User is offline   Dan 

  • Danneh.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 817
  • Joined: 27-August 04
  • Location:Ardmore, PA
  • Operating System:Vista Premium, OSX, Ubuntu

Posted 28 January 2005 - 11:11 AM

I was just wondering what is the formula for words per minute and how to put it in a spreadsheet??

I my spreadsheet is like this so far:

Quote

A1= # of Words    B1= X
A2= WPM            B2= X
A3= Time            B3= Formula???


So B1, and B2 is the # of words and WPM.....

If anyone could tell me what to put in B3, that would be great!


dk :)

#2 User is offline   jcl 

  • UberTechie
  • Group: Linux Experts
  • Posts: 1304
  • Joined: 30-August 04
  • Location:The Internet
  • Operating System:Arch

Posted 28 January 2005 - 08:20 PM

dknoppix, on Jan 28 2005, 08:11 AM, said:

I was just wondering what is the formula for words per minute and how to put it in a spreadsheet??

The formula is, uh, words / minutes. How you handle the spreadsheet with depend on what software you're using and how you want to format the sheet. Here's an example I made in OpenOffice:

Posted Image

The equation for cell B3 is in the equation bar.

#3 User is offline   Dan 

  • Danneh.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 817
  • Joined: 27-August 04
  • Location:Ardmore, PA
  • Operating System:Vista Premium, OSX, Ubuntu

Posted 28 January 2005 - 09:06 PM

Ah..Cool! Is there any way to make it accurate to around the second?

#4 User is offline   crrj 

  • Member
  • Pip
  • Group: Members
  • Posts: 16
  • Joined: 07-February 05

Posted 07 February 2005 - 10:32 PM

To get seconds you'd need to multiply the minutes by 60 to get seconds, then use modulus 60 to get the number of seconds.

Something like:
seconds = (time * 60) % 60
minutes = int(time / 60) providing int rounds down, otherwise you may need to do a floor(time) to eliminate the decimal

then minutes:seconds would be your output.

Hope that helps.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users