Calculating average time

slinky192001

Board Regular
Joined
Mar 16, 2007
Messages
100
Hi,

I am trying to perform the following calculation in excel.

162690 seconds shown as Hours minutes and seconds and divided by 16.

I have enetered the following =162690/60/60/16. However this is giving me results in hours and fractions thereof (2.824479)

Is it possible for excel to calulate this in Hours minutes and seconds?

I've tried to make as much sense as possible apologies if this is a little confusing. :confused:
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi Clare

Need to divide by the hours too and then format the result as time:

=162690/(60*60*24*16)

Format to eg

[h]:mm:ss

Why do you divide by 16?
 
Upvote 0
I divide by 16 as the calculation is basically 16 cases logged with a total fix time of 162690 seconds. So i need to find the average fix time per case.

Thank you for your help :LOL:
 
Upvote 0

Forum statistics

Threads
1,214,593
Messages
6,120,434
Members
448,961
Latest member
nzskater

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