Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Need a formula schedule time spreadsheet

I am trying to create a formula for a spreadsheet that is used as an
employee schedule. I am definetly an excel novice.

Here is what I need it to do.

1. Need to create a counter in 1/2 hour increments that will tell me how
many employees are working each half hour

2. example : employee #1 working 10-1
employee #2 working 11-2

need to get results as follows:

10:00 A = 1 employee working
10:30 A = 1 employee working
11:00A = 2 employees working
11:30 A = 2 ""
12:00 N = 2"
12:30 P = 2"
1:00 P = 2"
1:30 P = 1"
I have already completed the actual schedule part complete with time
calcs and totals. Just need to know what function would work to count the
number of working employees by half hour and output that # to its own cell.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Need a formula schedule time spreadsheet

It would hard to say without knowing where your data is located and how it
is laid out. If you actually have entries like

working 10-1

then you should rethink how you set up your schedule.

if you actually use two cells, with start time in column B and end time in
Column C you could do

=Sumproduct(($B$2:$B$200=F1)*($C$2:$C$200<=F1+Tim evalue("00:30"))

for the example, the start of the half hour is in F1

all values are stored as time.

--
Regards,
Tom Ogilvy

"analogkid12" wrote in message
news:MLccb.561966$Ho3.100615@sccrnsc03...
I am trying to create a formula for a spreadsheet that is used as an
employee schedule. I am definetly an excel novice.

Here is what I need it to do.

1. Need to create a counter in 1/2 hour increments that will tell me how
many employees are working each half hour

2. example : employee #1 working 10-1
employee #2 working 11-2

need to get results as follows:

10:00 A = 1 employee working
10:30 A = 1 employee working
11:00A = 2 employees working
11:30 A = 2 ""
12:00 N = 2"
12:30 P = 2"
1:00 P = 2"
1:30 P = 1"
I have already completed the actual schedule part complete with time
calcs and totals. Just need to know what function would work to count the
number of working employees by half hour and output that # to its own

cell.





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Need a formula schedule time spreadsheet

Thanks for your reply, here is some additional info, actually a cut out from
the spreadsheet. The entry of 10-1 is actually entered in 2 rows: 10:00 a in
one row and 1:00 p in the row below it. Here is a screen shot:

NAME SUN 21 MON 22

Hours Tot Hours Tot

Mark 0.0 8:00 AM 9.0
05:30 PM




Then I need to output to this at the bottom of the schedule

COVERAGE:

9:30 1 1

10:00 1 2

10:30 1 2

11:00 1 2

Will this make a difference in the formula? This has been driving me crazy,
thanks for all your help.






"Tom Ogilvy" wrote in message
...
It would hard to say without knowing where your data is located and how it
is laid out. If you actually have entries like

working 10-1

then you should rethink how you set up your schedule.

if you actually use two cells, with start time in column B and end time

in
Column C you could do

=Sumproduct(($B$2:$B$200=F1)*($C$2:$C$200<=F1+Tim evalue("00:30"))

for the example, the start of the half hour is in F1

all values are stored as time.

--
Regards,
Tom Ogilvy

"analogkid12" wrote in message
news:MLccb.561966$Ho3.100615@sccrnsc03...
I am trying to create a formula for a spreadsheet that is used as an
employee schedule. I am definetly an excel novice.

Here is what I need it to do.

1. Need to create a counter in 1/2 hour increments that will tell me how
many employees are working each half hour

2. example : employee #1 working 10-1
employee #2 working 11-2

need to get results as follows:

10:00 A = 1 employee working
10:30 A = 1 employee working
11:00A = 2 employees working
11:30 A = 2 ""
12:00 N = 2"
12:30 P = 2"
1:00 P = 2"
1:30 P = 1"
I have already completed the actual schedule part complete with

time
calcs and totals. Just need to know what function would work to count

the
number of working employees by half hour and output that # to its own

cell.







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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time schedule Zsolt Szabó Excel Discussion (Misc queries) 3 May 3rd 09 05:22 PM
Excel spreadsheet for schedule A Excel Discussion (Misc queries) 2 June 10th 08 06:07 AM
Shift Schedule Spreadsheet mrac915 Excel Discussion (Misc queries) 0 November 26th 06 09:32 PM
How to write the formula for time accounting for a work schedule [email protected] Excel Worksheet Functions 1 December 20th 05 10:35 AM
How to use solver to schedule part time and full time workforce? The Ooz Excel Discussion (Misc queries) 0 August 18th 05 06:53 AM


All times are GMT +1. The time now is 09:26 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"