Calculate Average Minutes

angelh55

New Member
Joined
May 7, 2002
Messages
2
Is there a way to formulate average minutes?
Example:
A B C D
1 1:24
2 7:15
3 9:59
4 5:14
5 0:25
6 0:18

At the bottom of of column A, I can get a SUM of time. I need to be able to get an AVERAGE of time in hours & minutes.

I also need for cell (B1) equal number of minutes from cell (A1). So that 1:24 in cell (A1) reads 84 minutes in cell (B1).

And I also need an AVERAGE minutes at the bottom of column B.

I appreciate any input you can provide.

Thanks
Angel
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

On 2002-05-08 16:59, angelh55 wrote:
Is there a way to formulate average minutes?
Example:
A B C D
1 1:24
2 7:15
3 9:59
4 5:14
5 0:25
6 0:18

At the bottom of of column A, I can get a SUM of time. I need to be able to get an AVERAGE of time in hours & minutes.


=AVERAGE(A1:A6)

Custom format the cell of this formula as

[h]:mm

I also need for cell (B1) equal number of minutes from cell (A1). So that 1:24 in cell (A1) reads 84 minutes in cell (B1).

In B1 enter and copy down:

=A1*1440

Format the cell as General before copying.

And I also need an AVERAGE minutes at the bottom of column B.

=AVERAGE(B1:B6)
 
Upvote 0

Forum statistics

Threads
1,214,986
Messages
6,122,611
Members
449,090
Latest member
vivek chauhan

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