Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Tracking Active Projects

I am trying to track how many active projects we have on the go. Find
activities for the current month is easy but I would like to track and graph
historical projects.

Each project has a Start Date and an End Date. Whenever a project starts in
a certain month it should be added to the number of projects, and when it
ends it should come off in the month where it ends.

Any chance I could have a table with Columns as the Months and Rows as the
Years then have the intersecting cells Sum the total of active projects?

I need this to be dynamic so I cant be adding new columns and rows for every
month.
and year.

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Tracking Active Projects

Slim wrote:
I am trying to track how many active projects we have on the go. Find
activities for the current month is easy but I would like to track and graph
historical projects.

Each project has a Start Date and an End Date. Whenever a project starts in
a certain month it should be added to the number of projects, and when it
ends it should come off in the month where it ends.

Any chance I could have a table with Columns as the Months and Rows as the
Years then have the intersecting cells Sum the total of active projects?

I need this to be dynamic so I cant be adding new columns and rows for every
month.
and year.

Thanks!


Assume start dates in A2:A100, end dates in B2:B100, years in D2:D10 (or however
many years you have data for). In E1:P1 enter the dates 1-Jan-09 through
1-Dec-09 and then format the cells with a custom format to display only the
month name ("mmm"). Put the following in E2 and copy across and down as needed:

=SUMPRODUCT(($A$2:$A$100<=DATE($D2,MONTH(E$1)+1,0) )*
($B$2:$B$100=DATE($D2,MONTH(E$1),1)))
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
help with projects Mike Excel Discussion (Misc queries) 0 February 10th 07 10:51 AM
Scheduling Projects Skip2Maloo Excel Discussion (Misc queries) 1 July 27th 06 08:44 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
Planning & Tracking Home-work projects for kids. Busy Single Mom Excel Discussion (Misc queries) 0 January 12th 05 08:09 PM
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. ragman10 Excel Discussion (Misc queries) 1 December 13th 04 11:52 PM


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