View Single Post
 
Old 09-08-2015, 05:33 AM
Nina46 Nina46 is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Sep 2015
Posts: 6
Nina46 is on a distinguished road
Default

Hi,

I found a solution on another website using the A2-A1 formula and custom formating the answer as [h]:mm I was able to get my answer in hours and minutes format.

The formula I found to change the sum total of hours and mins to days, hours and mins was (assuming my answer was in cell A25)

=INT(A25) &" Days" & INT(MOD(A25,INT(A25))*24) &" Hours and " & MINUTE(A25) & "Minutes"

So with this in mind, is there a way to further change this answer to Months, days, hours and minutes or am I trying to do the impossible with Excel?!

Thanks.
Reply With Quote