Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-22-2008, 04:09 PM
=?Utf-8?B?SmF5aGF3a3M4OA==?=
 
Posts: n/a
Fairly Complicated Calendar question

I'm attempting to create a scheduling calendar in Excel 2007 (but it needs to
be compatible with 2003) and I could use some help.

It's going to be used for work purposes and what I'm trying to setup is one
main calendar and then one secondary calendar for each project in my group. I
really don't care if they all reside on one sheet or multiple sheets.

The main calendar is primarily going to be used as a quick overview of what
is going on in the entire group. The calendar will consist of dates across
the top row and names down the first column. The basic calendar setup will be
the same for each of them.

The ultimate goal is for each manager to be able to schedule people on their
own project's calendar and then have Excel reflect these inputs on the main
calendar. In other words, if a manager (using their calendar for project A)
schedules employee 1 to be working on June 1, it will show employee 1 working
on June 1 on the main calendar.

That part isn't that bad, and I've been able to get some rudimentary working
version of it up and sort of functional. The part that takes it beyond my
capabilities is that I also need it to designate that employee as unavailable
for those dates on each of the other project calendars.

For example, using the previous example, employee 1 would be shown (either
via an X, conditional formatting to make the cell red or some other
designation) as being unavailable on each of the other project calendars.

I've tried all the ways I can think of to make this work, but I always end
up with circular formula errors.

If anyone has any suggestions I would appreciate them. Thanks for the help.
Reply With Quote
  #2 (permalink)  
Old 05-24-2008, 11:19 PM
Shane Devenshire
 
Posts: n/a
Re: Fairly Complicated Calendar question

Hi Jay,

The conditional formatting issue: You can do it but its fairly complicated.
First, if the other calendars are on separate sheets you must use range
names for each range.

Here is the conditional formatting formula I created:

=OR(INDEX(Table1,ROW(A1),COLUMN(A1))="x",INDEX(Tab le2,ROW(A1),COLUMN(A1))="x")

The ranges Table1 and Table2 are on other sheets than the one I will be
formatting. The table ranges only include the portions of the tables where
the x's are.
Each sheet will have a slightly different formula because it will include
the "other" sheets, never the current sheet.

Cheers,
Shane Devenshire
Microsoft Excel MVP

--------------------------------------------------
From: "Jayhawks88" <Jayhawks88@discussions.microsoft.com>
Sent: Thursday, May 22, 2008 8:09 AM
Newsgroups: microsoft.public.excel
Subject: Fairly Complicated Calendar question

> I'm attempting to create a scheduling calendar in Excel 2007 (but it needs
> to
> be compatible with 2003) and I could use some help.
>
> It's going to be used for work purposes and what I'm trying to setup is
> one
> main calendar and then one secondary calendar for each project in my
> group. I
> really don't care if they all reside on one sheet or multiple sheets.
>
> The main calendar is primarily going to be used as a quick overview of
> what
> is going on in the entire group. The calendar will consist of dates across
> the top row and names down the first column. The basic calendar setup will
> be
> the same for each of them.
>
> The ultimate goal is for each manager to be able to schedule people on
> their
> own project's calendar and then have Excel reflect these inputs on the
> main
> calendar. In other words, if a manager (using their calendar for project
> A)
> schedules employee 1 to be working on June 1, it will show employee 1
> working
> on June 1 on the main calendar.
>
> That part isn't that bad, and I've been able to get some rudimentary
> working
> version of it up and sort of functional. The part that takes it beyond my
> capabilities is that I also need it to designate that employee as
> unavailable
> for those dates on each of the other project calendars.
>
> For example, using the previous example, employee 1 would be shown (either
> via an X, conditional formatting to make the cell red or some other
> designation) as being unavailable on each of the other project calendars.
>
> I've tried all the ways I can think of to make this work, but I always end
> up with circular formula errors.
>
> If anyone has any suggestions I would appreciate them. Thanks for the
> help.



Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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



All times are GMT. The time now is 03:47 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
MPAA | Free Advertising | Remortgages | eBay | Mortgage Calculator



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114