If you just want to display that result as a time you can do this.

G24 =SUM(E24+(F24/60))
H24 =G24 * (1/24)

That convert the number into fraction of day, which excel can directly format as a time correctly. But getting anything useful back out after doing that is hard.

Jay