Combinatiton HOUR and MINUTE
Tuesday, April 24th, 2007In this example I try to make an exercise the combination of HOUR and MINUTE.
In this case I use HOUR to get hour from the Diff. column and MINUTE from Diff. Column.
In Hour to minute column, we multiply Hour to 60 (=E4*60).
The formula in Total in minute is =HOUR(D4)*60+MINUTE(D4)
The formula in Grand Total is =H4*$E$2
I use $ for cell E2 to make absolute value
The output result is:
![]()




