Mixing Number and Time format

willie6112

New Member
Joined
Jul 26, 2015
Messages
20
I’m trying to work with Time data.

I have events that are timed in whole minutes, no decimals. For example, a 50-minute event is entered as 50 (number format) and a 75-minute event is entered as 75 (number format). I average these times and present the result rounded to the nearest whole number (whole minute).

Can I present all these numbers in a time format? Can I present 50 (number format) as :50 (time format), 75 (number format) as :75 (time format), and the average as :63 (time format)? How do I calculate the average in Time format?

How can I add 50 (number format) and :75 (time format)?

How can I enter :50 (time format) without seconds, i.e., :50, NOT 50:00?

Let ne know if that’s not clear and I’ll try to clarify.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
If you enter 50:00 Excel will interpret that as 50 hours. for 75 minutes you can enter either 1:15 or 0:75, both should work.

Cell formatting can be whatever you want, so you can format as h:mm and 75 minutes will display as 1:15 or format as [m] and 75 minutes will display as 75. Note that the cell format doesn't affect how you need to input the data (e.g. with cells formatted as [m] then 75 minutes will just display as 75.....but you can't input it that way)

Time values can be averaged just like any other data
 
Upvote 0
If you want your numbers to appear with a colon in front of them, just custom-format them as \:00
However, this will not convert the numbers into Excel time values.
 
Upvote 0

Forum statistics

Threads
1,215,516
Messages
6,125,285
Members
449,218
Latest member
Excel Master

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