Formatting Time

rhombus4

Well-known Member
Joined
May 26, 2010
Messages
586
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Currently add up times which then calcualte a formula, however I want to also show the total time as Hours and minutes. each time is hours and minutes, however below it will show as 4.8 which is 4hours 80 mins how do i get it to show as 5 hrs 20 minse.g. have times as 1.1 1.1 1.25 1.35
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Currently add up times which then calcualte a formula, however I want to also show the total time as Hours and minutes. each time is hours and minutes, however below it will show as 4.8 which is 4hours 80 mins how do i get it to show as 5 hrs 20 minse.g. have times as 1.1 1.1 1.25 1.35
Why don't you just "go with the flow" and enter the times as TIMES?

It will be much easier! ;)
 
Upvote 0
Which version of Excel are you using? In Excel 2007 or later versions you can use this formula, assuming data in A2:A10

=SUMPRODUCT(DOLLARDE(A2:A10+0,60)+0)/24

format result cell as [h]:mm
 
Upvote 0
using excel 2003, reason havent entered as times because alot of data from old spreadheets which is linked which also calcluates some days and other stuff
 
Upvote 0
OK, In 2003 try this formula

=SUMPRODUCT(A2:A10+MOD(A2:A10,1)*2/3)/24

format as before

1 quick thing, If I have a list which have been formatted already i.e. showing 5:20 how do I format it back so that it shows the old way for my previous calculations i.e.4.8
 
Upvote 0

Forum statistics

Threads
1,214,574
Messages
6,120,329
Members
448,956
Latest member
Adamsxl

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