Function to calculate total hours worked in one week.
That's what I've done, but the total doesn't compute... This is what I get:
7:54 6:39 7:02 8:09 7:23 TOTAL 181:07
when it should be totalling something over 43 hours and *** minutes...
I'm obviously missing something... :(
"David Biddulph" wrote:
=sum(B2:F2) or =B2+C2+D2+E2+F2
Format the result as [h]:mm
--
David Biddulph
"cahabbinga" wrote in message
...
I have a spreadsheet that has rows of employees. The header row lists
Name,
Mon, Tues, etc, through Friday, with TOTAL HOURS WORKED at the end. Each
row, under day of week listed the employee's work hours (ex: Under Monday
I
have 7:36 - they worked 7hrs and 36 minutes). How do I calculate the
TOTAL
HOURS WORKED for the week? I assume there is a formula, but I can't
figure
it out for hours:minutes worked per week. Thanks so much for any
assistance!
|