how would I get the average number per hour
if the time is 3:00 , meaning 3 hours and I want to divide that by 25, how would I get the number per hour?
thanks! "The greatest risk, is not taking one."
If you divide 3 hours by 25 you get hours per number, not numbers per hour... So I guess the answer to your question would be to take the reciprocal of your quotient.
Ok, all kidding aside, 25 divided by 3 is 8 1/3, so if you have:
Code:
A1: 3:00
B1: 25
C1: =B1/(A1*24)
<--need to reformat as General or Number
Code:
Note that by entering
Code:
3:00
into A1, Excel automatically converts that to 3 hours. The internal representation for that is .125 as can be seen by reformatting the cell to General. The interpretation of that is 1/8 of a day.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.