#1   Report Post  
Posted to microsoft.public.excel.misc
ann ann is offline
external usenet poster
 
Posts: 210
Default link to calendar

i would like to map a spreadsheet to a calendar so that as we track required
staff levels to acutal the daa in the cells would populate a calendar.

Any thoughts? Let me know if I am not clear.

thank you, Ann
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default link to calendar

i would like to map a spreadsheet to a calendar so that as we track
required staff levels to acutal the daa in the cells would populate a
calendar.


In the approach described below, Sheet2 has the staff levels and Sheet1
has the calendar.

In Sheet2, use these columns:
A: Name of a project
B: First date of the project
C: Last date of the project
D: Required staff level of the project
Put the source data in these columns.

Now go to Sheet1.

In A1 put the date where the calendar should start; e.g.,
01/01/2009

B1:M1 will be the column headings; one column per month of the calendar.

In B1, put
=EOMONTH($A$1,COLUMN()-2)
and copy rightward to M1. Select B1:M1 and use
Format Cells Custom
With this as the "Type"
mmm yy

A1:A32 will indicate days of the month; one row per day.

In A2 put
=ROW()-1
and copy downward to A32.

To fill in the calendar, start by putting this in B2:
=IF(DATE(YEAR(B$1),MONTH(B$1),$A2)B$1,"",
SUMIF(Sheet2!$C:$C,"="&DATE(YEAR(B$1),MONTH(B$1), $A2),
Sheet2!$D:$D)-
SUMIF(Sheet2!$B:$B,""&DATE(YEAR(B$1),MONTH(B$1),$ A2),
Sheet2!$D:$D))
Then extend B2 right to M2. Then extend B2:M2 down to B32:M32.

If you need to blank out weekend days, insert a test like
IF(WEEKDAY(...),...).

Modify to suit.

(I have Excel 2003.)
  #3   Report Post  
Posted to microsoft.public.excel.misc
ann ann is offline
external usenet poster
 
Posts: 210
Default link to calendar

I will give it a try and let you know.

Thanks!!!

"MyVeryOwnSelf" wrote:

i would like to map a spreadsheet to a calendar so that as we track
required staff levels to acutal the daa in the cells would populate a
calendar.


In the approach described below, Sheet2 has the staff levels and Sheet1
has the calendar.

In Sheet2, use these columns:
A: Name of a project
B: First date of the project
C: Last date of the project
D: Required staff level of the project
Put the source data in these columns.

Now go to Sheet1.

In A1 put the date where the calendar should start; e.g.,
01/01/2009

B1:M1 will be the column headings; one column per month of the calendar.

In B1, put
=EOMONTH($A$1,COLUMN()-2)
and copy rightward to M1. Select B1:M1 and use
Format Cells Custom
With this as the "Type"
mmm yy

A1:A32 will indicate days of the month; one row per day.

In A2 put
=ROW()-1
and copy downward to A32.

To fill in the calendar, start by putting this in B2:
=IF(DATE(YEAR(B$1),MONTH(B$1),$A2)B$1,"",
SUMIF(Sheet2!$C:$C,"="&DATE(YEAR(B$1),MONTH(B$1), $A2),
Sheet2!$D:$D)-
SUMIF(Sheet2!$B:$B,""&DATE(YEAR(B$1),MONTH(B$1),$ A2),
Sheet2!$D:$D))
Then extend B2 right to M2. Then extend B2:M2 down to B32:M32.

If you need to blank out weekend days, insert a test like
IF(WEEKDAY(...),...).

Modify to suit.

(I have Excel 2003.)

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
Can you link a scheduling calendar in Excel Facilities Excel Worksheet Functions 0 November 28th 07 05:15 PM
Excel and Outlook Calendar Link David Jenkins Setting up and Configuration of Excel 0 April 5th 07 04:26 PM
link dates from excel to a calendar Keeley Excel Discussion (Misc queries) 0 March 12th 06 05:02 PM
Excel Calendar LinK Shields Excel Discussion (Misc queries) 0 January 20th 06 04:08 PM
Can I link dates within 2 different cells to a calendar? Christine Excel Discussion (Misc queries) 0 December 19th 05 05:02 PM


All times are GMT +1. The time now is 04:33 PM.

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"