Averaging Time withing Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column of data that is mm:ss . I am wishing to have Excel Average
the times. I have had no suceess by formating the column as mm:ss and then
performing the function. I countunualy get the result of #DIV/0!.
Note: I am using Office 2000
Help!!
 
What formula are you using to do the averaging?

Are you sure your cells have valid Excel times in them, or do they have text
masquerading as times?
 
the data in the cell is, for example, 10:23

and the average funchtion I am using is =AVERAGE()
 
the data in the cell is, for example, 10:23

and the average funchtion I am using is =AVERAGE()

The question Fred asked was:
"Are you sure your cells have valid Excel times in them, or do they have
text masquerading as times?"

Have you looked at the format of the cells in question?
Have you tried =ISTEXT(A1) or =ISNUMBER(A1)?

If you've got text, change the format of the cells to time, then put a zero
in a spare cell, copy that cell, select the cells you want changing to time,
then paste special/ add.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Averaging 6
Time difference function 14
How enter time DURATIONS mm:ss (not clock times), then sum? 1
Time Sum in Excel 1
Average time 1
calculating time 2
Excel Average dates help 0
Use SUM to add time format 5

Back
Top