Excel - need help :P

zYx

zYx

Associate
Joined
2 Dec 2007
Posts
420
Location
ISS
Hey,

Is there anybody with excel skills? :D

I need something like this in Excel:
00000vf.jpg


It's a simple rota with time in and out. I'd love excel to count how many hours that would be.

Is it even possible?

Thanks anyone :D
 
Don't know if excel will count it as hours.

You could do it one of two ways...

Firstly only enter in number of hours worked, so monday would be 8 hours (not sure if you're having lunch). Then do a total count for the week.

Secondly a little more complex, but for each day you have two separate columns for start and finish time. But not using time format so 8:00 would be 0800. Then have a hidden column on the side that subtracts the start time from the finish time to calculate the hours. Then count up the hidden columns for the total week.
 
You could mess around with parsing the times and doing calculations based on that, but it would be easier to just split each day column into two and have a 'Start Time' and 'End Time' then it would just be a straightforward sum and subtraction.

I can do that.

Don't know if excel will count it as hours.

You could do it one of two ways...

Firstly only enter in number of hours worked, so monday would be 8 hours (not sure if you're having lunch). Then do a total count for the week.

Secondly a little more complex, but for each day you have two separate columns for start and finish time. But not using time format so 8:00 would be 0800. Then have a hidden column on the side that subtracts the start time from the finish time to calculate the hours. Then count up the hidden columns for the total week.

It looks fine, however this is to be printed so I'd prefer for times to be displayed as times, as 8:00. Is this doable?

I'll have a go now.
 
Secondly a little more complex, but for each day you have two separate columns for start and finish time. But not using time format so 8:00 would be 0800. Then have a hidden column on the side that subtracts the start time from the finish time to calculate the hours. Then count up the hidden columns for the total week.
This is what I was going to say, Don't even need the hidden column really

1215cf37.jpg
 
*cough* points up at my post :p
I didn't see this link earlier. cheers, looks good :D
All I need now is to bypass things like "Off", A/L" etc.
Interactive version courtesy of Rich_L. Should explain all :P
Yeah, I'm investigating it now :p
Perfect, i wasn't sure if excel would add up that format.

Can you change the format for the total column to just number?
I've tried that by changing the format of that cell, and it would show as 0,854..
 
Last edited:
Last edited:
If you check out the updated one, Turns out there is actually a formula to do all the work for you :p

:( For me wasting all that time.

Edit: See the third block down in that google docs example.
 
Last edited:
Back
Top Bottom