Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Scheduling workbook

Hello all,

I have been asked to help come up with a simple workbook to help with
scheduling my section at work. Here is what I got so far

Sheet One = Schedule
with the following columns

<WeekDay<Date<Employee<Hours<Location<Week<T ype<Assignment<ShiftID

Sheet Two = Time Off
with the following columns

<Employee<Date<AbsenceType<Approved<ApprovedBy

Here's what I'm trying to do.

1) When a Employee is entered into sheet one, check sheet to for time off,

if there is time off text colour red.

would this be pssible and what method should I be looking at?

2) Print a chart. Filtering <week in sheet one, print a chart for one
week with <employee on left side, <WeekDay across the top, and Hours in
the chart?

any help would be appreciated.



Helder
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default Scheduling workbook

Conditional formatting will not work with multiple sheets so in J2 to the
right of your data in Sheet1 enter the formula:

=SUMPRODUCT((Sheet2!$B$2:$B$31=B2)*(Sheet2!$A$2:$A $31=C2))

Change Sheet2!$B$2:$B$31 to larger than the maximum range that you ever will
use, (Sumproduct() will not work with whole columns).

You can hide Column J if you wish.

In the data area of Sheet 1 enter the formula in Conditional Formatting:

=$J2=1

and select to Format the font to RED.

For the chart:

2) Print a chart. Filtering <week in sheet one, print a chart for one
week with <employee on left side, <WeekDay across the top, and Hours in
the chart?


Charts don't work that way. If you want hours graphed then you need the
scale for hours values on the left-hand axis.


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Helder Andrade" wrote in message
...
Hello all,

I have been asked to help come up with a simple workbook to help with
scheduling my section at work. Here is what I got so far

Sheet One = Schedule
with the following columns

<WeekDay<Date<Employee<Hours<Location<Week<T ype<Assignment<ShiftID

Sheet Two = Time Off
with the following columns

<Employee<Date<AbsenceType<Approved<ApprovedBy

Here's what I'm trying to do.

1) When a Employee is entered into sheet one, check sheet to for time off,

if there is time off text colour red.

would this be pssible and what method should I be looking at?

2) Print a chart. Filtering <week in sheet one, print a chart for one
week with <employee on left side, <WeekDay across the top, and Hours in
the chart?

any help would be appreciated.



Helder



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Scheduling workbook

Thank you for the reply.

I will give this a try.

For the chart, Can I create a from and extract the data from the sheet?

Thanks again.
Helder


"Sandy Mann" wrote in message
...
Conditional formatting will not work with multiple sheets so in J2 to the
right of your data in Sheet1 enter the formula:

=SUMPRODUCT((Sheet2!$B$2:$B$31=B2)*(Sheet2!$A$2:$A $31=C2))

Change Sheet2!$B$2:$B$31 to larger than the maximum range that you ever
will use, (Sumproduct() will not work with whole columns).

You can hide Column J if you wish.

In the data area of Sheet 1 enter the formula in Conditional Formatting:

=$J2=1

and select to Format the font to RED.

For the chart:

2) Print a chart. Filtering <week in sheet one, print a chart for one
week with <employee on left side, <WeekDay across the top, and Hours in
the chart?


Charts don't work that way. If you want hours graphed then you need the
scale for hours values on the left-hand axis.


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Helder Andrade" wrote in message
...
Hello all,

I have been asked to help come up with a simple workbook to help with
scheduling my section at work. Here is what I got so far

Sheet One = Schedule
with the following columns

<WeekDay<Date<Employee<Hours<Location<Week<T ype<Assignment<ShiftID

Sheet Two = Time Off
with the following columns

<Employee<Date<AbsenceType<Approved<ApprovedBy

Here's what I'm trying to do.

1) When a Employee is entered into sheet one, check sheet to for time
off,

if there is time off text colour red.

would this be pssible and what method should I be looking at?

2) Print a chart. Filtering <week in sheet one, print a chart for one
week with <employee on left side, <WeekDay across the top, and Hours in
the chart?

any help would be appreciated.



Helder





  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default Scheduling workbook

"Helder Andrade" wrote in message
...
For the chart, Can I create a from and extract the data from the sheet?


I don't really follow what you are asking here but yes, you can extract data
from the sheet to a form.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


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
Scheduling... Maxime Maugeais Excel Discussion (Misc queries) 3 June 20th 07 05:21 AM
scheduling mittymun Excel Worksheet Functions 8 January 30th 07 02:43 AM
Scheduling Adam R via OfficeKB.com Excel Discussion (Misc queries) 1 July 15th 05 10:30 PM
Time scheduling Geoff Excel Worksheet Functions 0 June 7th 05 12:09 AM
Scheduling Matt Excel Worksheet Functions 2 March 15th 05 02:36 PM


All times are GMT +1. The time now is 11:55 PM.

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"