Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Schedule and Timesheet

We are in between scheduling software and need to use Excel during the down
time for our scheduling
I would like to come up with a formula that will do the following (if
possible) - schedule breaks and lunches with set guidelines
I.E 2 hours after start, etc
Show me where I have staffing (exlcuding when someone is on a break/lunch)
Calculate hours work for the day/week

Name Start Break Lunch Break End total worked
John 09:00 11:00 13:00 15:00 17:30 8.00
Jane 07:00 09:00 11:00 13:00 04:30 8.00

I know there are a lot of knowledgable folks our there, so I'm hoping
someone can lend a hand!

Thanks in advace
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Schedule and Timesheet

Let's say your start times are in column A.

B2: =A2+"2:0:0"
or
=A2+2/24
C2 = A2 + "4:0:0" or =A2+4/24
D2 = A2 + "6:0:0" or =A2 + 6/24

etc.

Without knowing the assumptions for "working time", I'm not sure how to
address the next part. Are you saying you have staffing when someone is not
on break or at lunch.

"S in AZ" wrote:

We are in between scheduling software and need to use Excel during the down
time for our scheduling
I would like to come up with a formula that will do the following (if
possible) - schedule breaks and lunches with set guidelines
I.E 2 hours after start, etc
Show me where I have staffing (exlcuding when someone is on a break/lunch)
Calculate hours work for the day/week

Name Start Break Lunch Break End total worked
John 09:00 11:00 13:00 15:00 17:30 8.00
Jane 07:00 09:00 11:00 13:00 04:30 8.00

I know there are a lot of knowledgable folks our there, so I'm hoping
someone can lend a hand!

Thanks in advace

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Schedule and Timesheet

Thanks for the response.
To answer your question regarding staffing, we always have to have someone
available to our customers. We usually stagger breaks and lunches throughout
the day so the phones are never left unanswered


"Barb Reinhardt" wrote:

Let's say your start times are in column A.

B2: =A2+"2:0:0"
or
=A2+2/24
C2 = A2 + "4:0:0" or =A2+4/24
D2 = A2 + "6:0:0" or =A2 + 6/24

etc.

Without knowing the assumptions for "working time", I'm not sure how to
address the next part. Are you saying you have staffing when someone is not
on break or at lunch.

"S in AZ" wrote:

We are in between scheduling software and need to use Excel during the down
time for our scheduling
I would like to come up with a formula that will do the following (if
possible) - schedule breaks and lunches with set guidelines
I.E 2 hours after start, etc
Show me where I have staffing (exlcuding when someone is on a break/lunch)
Calculate hours work for the day/week

Name Start Break Lunch Break End total worked
John 09:00 11:00 13:00 15:00 17:30 8.00
Jane 07:00 09:00 11:00 13:00 04:30 8.00

I know there are a lot of knowledgable folks our there, so I'm hoping
someone can lend a hand!

Thanks in advace

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Schedule and Timesheet

That didn't really answer my question. How about I make some assumptions
and you tell me if they are wrong.

1 - Your employees are paid for their break time
2 - Your employees are unavailable to customers during their break and lunch
times
3 - Their break time is 15 minutes long
4 - Their lunch time is 30 minutes long

I'm guessing you want to know staffing availability in 15 minute increments.

"S in AZ" wrote:

Thanks for the response.
To answer your question regarding staffing, we always have to have someone
available to our customers. We usually stagger breaks and lunches throughout
the day so the phones are never left unanswered


"Barb Reinhardt" wrote:

Let's say your start times are in column A.

B2: =A2+"2:0:0"
or
=A2+2/24
C2 = A2 + "4:0:0" or =A2+4/24
D2 = A2 + "6:0:0" or =A2 + 6/24

etc.

Without knowing the assumptions for "working time", I'm not sure how to
address the next part. Are you saying you have staffing when someone is not
on break or at lunch.

"S in AZ" wrote:

We are in between scheduling software and need to use Excel during the down
time for our scheduling
I would like to come up with a formula that will do the following (if
possible) - schedule breaks and lunches with set guidelines
I.E 2 hours after start, etc
Show me where I have staffing (exlcuding when someone is on a break/lunch)
Calculate hours work for the day/week

Name Start Break Lunch Break End total worked
John 09:00 11:00 13:00 15:00 17:30 8.00
Jane 07:00 09:00 11:00 13:00 04:30 8.00

I know there are a lot of knowledgable folks our there, so I'm hoping
someone can lend a hand!

Thanks in advace

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Schedule and Timesheet

Pretty close!
:)
We do staff in 15 min increments.
We do not pay for lunch
We do pay for breaks

We would like to see staffing availability to indicate when someone is on
break and lunch and not count them as available

For the timesheet portion, we need to pay for their breaks, but not for
their lunch

Sorry for the confusion
:)

"Barb Reinhardt" wrote:

That didn't really answer my question. How about I make some assumptions
and you tell me if they are wrong.

1 - Your employees are paid for their break time
2 - Your employees are unavailable to customers during their break and lunch
times
3 - Their break time is 15 minutes long
4 - Their lunch time is 30 minutes long

I'm guessing you want to know staffing availability in 15 minute increments.

"S in AZ" wrote:

Thanks for the response.
To answer your question regarding staffing, we always have to have someone
available to our customers. We usually stagger breaks and lunches throughout
the day so the phones are never left unanswered


"Barb Reinhardt" wrote:

Let's say your start times are in column A.

B2: =A2+"2:0:0"
or
=A2+2/24
C2 = A2 + "4:0:0" or =A2+4/24
D2 = A2 + "6:0:0" or =A2 + 6/24

etc.

Without knowing the assumptions for "working time", I'm not sure how to
address the next part. Are you saying you have staffing when someone is not
on break or at lunch.

"S in AZ" wrote:

We are in between scheduling software and need to use Excel during the down
time for our scheduling
I would like to come up with a formula that will do the following (if
possible) - schedule breaks and lunches with set guidelines
I.E 2 hours after start, etc
Show me where I have staffing (exlcuding when someone is on a break/lunch)
Calculate hours work for the day/week

Name Start Break Lunch Break End total worked
John 09:00 11:00 13:00 15:00 17:30 8.00
Jane 07:00 09:00 11:00 13:00 04:30 8.00

I know there are a lot of knowledgable folks our there, so I'm hoping
someone can lend a hand!

Thanks in advace

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"