H
Hank-B
I am setting up a time schedule and need to calculate time served during a
month. If I have:
b1:b31 = begin time (cells formatted as hh:mm)
c1:c31 = end time (cells formatted as hh:mm)
d1:d31 = total time worked (formatted as hh:mm)
Problem: how do I add d1:d31 to total time worked during month to look like
hh.mm with minutes converted to 100 units per hour and displayed as quarter
hours.
B1 = 7:15 C1 = 12:15 D1 = 7.00
B2 = 7:15 C2 = 12:30 D2 = 7.25
B3 = 7:15 C3 = 12:45 D3 = 7.50
Total hours worked = 21.75
Given: Time is entered only in quarter hours as above.
Examples: If time worked was 120 hours 45minutes, result shoud be displayed
as 120.75 and 95 hours 15 minutes should be displayed as 95.25.
In the end, minutes needs to be converted to 100 units per hour and
displayed in the quarter hour unit (25, 50, 75 or 00)
Thanks in advance.
Hank-B
month. If I have:
b1:b31 = begin time (cells formatted as hh:mm)
c1:c31 = end time (cells formatted as hh:mm)
d1:d31 = total time worked (formatted as hh:mm)
Problem: how do I add d1:d31 to total time worked during month to look like
hh.mm with minutes converted to 100 units per hour and displayed as quarter
hours.
B1 = 7:15 C1 = 12:15 D1 = 7.00
B2 = 7:15 C2 = 12:30 D2 = 7.25
B3 = 7:15 C3 = 12:45 D3 = 7.50
Total hours worked = 21.75
Given: Time is entered only in quarter hours as above.
Examples: If time worked was 120 hours 45minutes, result shoud be displayed
as 120.75 and 95 hours 15 minutes should be displayed as 95.25.
In the end, minutes needs to be converted to 100 units per hour and
displayed in the quarter hour unit (25, 50, 75 or 00)
Thanks in advance.
Hank-B