Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lonny
 
Posts: n/a
Default staff schedule in excel

I am attempting to build...or reinvent the wheel, a scheduling spreadsheet in
excel.
My parameters are
Employee Name
Date of the Month
Date of the Week
Days
Eve
Nights
I would like to be able to input a persons name and state are they
aviablable to work a particular day on a particular shift. I have been having
no luck with filters or reports.

A B C D E
F
Name Date Dayoftheweek Day EVE
Night
Bill 22May Sun N Y
N
Mary 23May Mon Y N
N

I would like to have a report that would then filter out the day, the
person, and the shift avialable.

Any thoughts?
Lonny


  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's a quick method. Might sound like a lot to go through but it only
takes a few mins. I'm assuming that some employees will not be available on
certain days and will therefor have N's for each catagory.

Assume your table is in the range A1:Fn.

In G1 enter this column header: Available

In G2 enter this formula and copy down as needed:

=COUNTIF(D2:F2,"Y")0

In I1 put in a Data Validation drop down list and use these 2 entries:

Filter
Un-Filter

Select the range A2:Cn

Goto FormatConditional Formatting
Formula is: =AND($I$1="filter",COUNTIF($D2:$F2,"Y")=0)
Set the font color to be the same as the background color
Ok out

Select the range D2:Fn

Goto FormatConditional Formatting
Formula is: =AND($I$1="filter",D2="N")
Set the font color to be the same as the background color
OK out

Now apply an Auto Filter.
From the data validation drop down in cell I1 select Filter.
Then using the Auto Filter, filter on column G (Available) TRUE.

The CF will hide all the unwanted text and the Auto Filter will collapse the
list.

Biff

"Lonny" wrote in message
...
I am attempting to build...or reinvent the wheel, a scheduling spreadsheet
in
excel.
My parameters are
Employee Name
Date of the Month
Date of the Week
Days
Eve
Nights
I would like to be able to input a persons name and state are they
aviablable to work a particular day on a particular shift. I have been
having
no luck with filters or reports.

A B C D E
F
Name Date Dayoftheweek Day EVE
Night
Bill 22May Sun N Y
N
Mary 23May Mon Y N
N

I would like to have a report that would then filter out the day, the
person, and the shift avialable.

Any thoughts?
Lonny




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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
I get a program error when I download an excel template Ladybug Excel Discussion (Misc queries) 3 March 4th 05 12:02 AM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
How do I create project schedule using excel - office 2000 raeisza Excel Discussion (Misc queries) 1 January 5th 05 08:31 AM


All times are GMT +1. The time now is 02:44 AM.

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

About Us

"It's about Microsoft Excel"