how do you average time

nielson

New Member
Joined
Mar 16, 2004
Messages
3
Hi ,

I need to find the average time it takes students to take exams . I use the following formula =text(end time - start time, "h:mm"). I am able to calculate the amount of time it takes a student to take the exam. Now I need a formula to calculate the average time students take to complete a test. I have over 80 times i need to average. Whenever i try a formula I keep getting 0. Please help

Nielson
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
welcome to the board!

try not formatting your nuber as text.

if you'd like, post a little example, with Colo's HTML Maker (bottom of page is link).

edit: btw, what does your time look like when you enter it in?
 
Upvote 0
=EndTime-StartTime

would suffice to compute the lapsed time.

And, you can simply use:

=AVERAGE(A2:A10)

where A2:A10 houses elapsed times wrt to some test.
 
Upvote 0
I changed my formula to =end time - Start time. That worked and gave me each individual time. However when i tried the average my result was #/value!. Any suggestions
 
Upvote 0
you probably still have text in your range.

if your primary formulas contain text, your secondary *average* formula will result in that error.

check and make sure your numbers are formatted as numbers and not text.

HTH
 
Upvote 0
nielson said:
I changed my formula to =end time - Start time. That worked and gave me each individual time. However when i tried the average my result was #/value!. Any suggestions

How are your cells formatted?
Book1
ABCD
15:006:001:00
24:157:323:17
310:0713:423:35
412:1620:558:39
54:07
Sheet1


From the Help files,

Entering text when the formula requires a number or a logical value, such as TRUE or FALSE. Microsoft Excel cannot translate the text into the correct data type
 
Upvote 0
my time look like the following when i enter it

6:00pm (end time) - 3:30pm(start time) = 2:30 (time spent on exam)
Could my problem be that i have time spent on exam formatted as time?
 
Upvote 0
if you custom format as "h:mm AM/PM", your data would look like Brian's and should work just fine.
 
Upvote 0
nielson said:
I changed my formula to =end time - Start time. That worked and gave me each individual time. However when i tried the average my result was #/value!. Any suggestions

Try spacing the am and pm from the time i.e 6:00 PM, not 6:00PM
 
Upvote 0

Forum statistics

Threads
1,222,905
Messages
6,168,950
Members
452,228
Latest member
just4jeffrey

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top