J
j.ruderman
I'm tring to create a daily log/time sheet which will have start and stop
times in adjecent columns. My problem is there may, or may not, be mutiple
shift seprations with randomly located blank colmns seperating the end times
and begin times.
A B
6:00 am 07:00am
7:05 am 12:30pm
12:35 pm 2:00pm
4:30pm 7:00pm
9:00pm 10:30pm
=text(max(B:B),"h:mm")-text(min(A:A),"h:mm")
This works fine without mutiple shift times but in my line of work that is
very rare.
Like in his case the result would be 16.5 where only 12 hours were worked.
Please help.
times in adjecent columns. My problem is there may, or may not, be mutiple
shift seprations with randomly located blank colmns seperating the end times
and begin times.
A B
6:00 am 07:00am
7:05 am 12:30pm
12:35 pm 2:00pm
4:30pm 7:00pm
9:00pm 10:30pm
=text(max(B:B),"h:mm")-text(min(A:A),"h:mm")
This works fine without mutiple shift times but in my line of work that is
very rare.
Like in his case the result would be 16.5 where only 12 hours were worked.
Please help.