Adding Number to Time Format hh:mm:ss

Firasath

Board Regular
Joined
Feb 20, 2011
Messages
134
Office Version
  1. 365
Hi,

I have a report where I'm getting number of days in a column in General Format and in another column Hours in hh:mm:ss time format. I would like to add it and get the result in total hours.

Suppose in days column, it is showing 3 and in second column the data is 08:00:00 in hh:mm:ss format.

The result of it I should get is 3*24 + 8 = 80 Hours.

Kindly advise.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

FormR

MrExcel MVP
Joined
Aug 18, 2011
Messages
6,945
Office Version
  1. 365
Platform
  1. Windows
You can simply add them.

Custom format the cell containing the formula as "[h]:mm"

Excel Workbook
ABC
1DaysTimeTotal
2308:0080:00
Sheet1
 
Upvote 0

Firasath

Board Regular
Joined
Feb 20, 2011
Messages
134
Office Version
  1. 365
Thanks a lot. I was trying the same method but did not change the mentioned format in column C and got confused.
 
Upvote 0

Forum statistics

Threads
1,195,936
Messages
6,012,396
Members
441,695
Latest member
MickRobertson

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
Top