
Originally Posted by
Matt
I can now get the start and finish times to add up the hours i have done each
day but at the bottom when i go to add up the total hours worked in the week
as it is set to time format when you get to 24:00 it goes back to 01:00
instead of carrying on as i need the total hours to read at least 37.5 hours,
how can i solve this?
Many thanks
"Bob Phillips" wrote:
> Just subtract the lower from the higher, and format that cell as time as
> well
>
> =B2-A2
>
> then just add the two totals cells together, and again format as time, say
>
> =E2+F2
>
> then at the bottom, just sum them and format as time
>
> =SUM(G2:G8)
>
> If you want a decimal number, say to multiply by rate to get pay, multiply
> by 24
>
> =G10*24
>
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "Matt" <Matt@discussions.microsoft.com> wrote in message
> news:A1841F78-7E3C-48A0-BAD6-3B721EDAA58C@microsoft.com...
> > Hi all
> >
> > Im trying to set up a new timesheet for use at work but dont know much
> > about formulas etc, i need to put a start and finish time e.g. start 8.30,
> > finish 12.30, then i need to calculate in a column at the end telling me
> how
> > many
> > hours ive worked between 8.30 and 12.30 then the same for the afternoon
> > from 1.30 until 5pm with another column at the ending adding the hours
> worked
> > in the morning to the hours worked in the afternoon giving me total hours
> > worked that day and the same everyday for the week with a box at the
> bottom
> > giving me total hours worked for the week, please help.
> > Thanks
> >
>
>
>
Bookmarks