Times to Decimal Hours

A

AHM

Hi folks
Am looking to calculate hours: mins into decimal hours and am struggling
big-time. Can anyone point me to an URL that details this (I have had a
good look around sites but unless I missed it cannot find how to crack it).

Problem is:

A B C D E F
1 08:15 19:30 00:30 10:45 9.0 1.75


where A = start time, B = end time, C = lunch time, D = hours worked (all on
hh:mm format)
E = normal hours worked (decimal), F = hours in excess of 9 (E) ion decimal

Any help would be gratefully appreciate

Cheers

Alan

PS. Remove *no spam* from return address if replying directly
 
N

Norman Harker

Hi Alan!

Correction for cells to put formulas in:

E1:
=IF(D1*24>9,9,D1*24)

F1:
=IF(D1*24>9,(D1*24)-9,0)

Otherwise as before.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top