I have given up the order and ghost of what this should look like. This is a view of the worksheet:
F G H I J K
Start Date 3/4/2012 4/30/2012 8/20/2012
Finish Date 4/28/2012 8/18/2012 10/13/2012
working days 40 78 38
Start Date Finish Date FTE Prep Blueprint Global
3/4/2012 8/30/2013 1.00 40 78 38
3/4/2012 4/28/2012 1.00 40 0 0
3/4/2012 2/28/2014 1.00 40 78 38
4/18/2012 1/31/2013 1.00 12 78 38
4/18/2012 9/30/2013 1.00 12 78 38
4/18/2012 10/10/2014 1.00 12 78 38
3/4/2012 2/8/2014 1.00 40 78 38
What the calculation needs to look for is the start and finish dates of any single resource (this is just a slice there are over 50 resources and an additional 6 phases extending out to 2014).
* Not all resources are FTE 1
* Not all resources start or stop at the Beginning or end of a Phase, in fact most come in or leave during the Phase
* Holidays have to be calculated (they are within the working days)
I am manually 'fixing' the days because I can't seem to fix the calculation. This is the calculation right now.
=IF(AND($F6<=I$2,$G6>=I$3),$H6*I$4,0)
It only works if a resource is full time (1 FTE) and begins at the exact start of a phase and ends at the exact end of a phase.
I have tried "Or" statements without success. I need to extend the calculation to consider a date in column 'f' that is > I2 but < I3 and calculate the working days of that phase only + this to all other phases. I think I am just an idiot and the answer is in front of me.
Any assistance would be greatly appreciated.
F G H I J K
Start Date 3/4/2012 4/30/2012 8/20/2012
Finish Date 4/28/2012 8/18/2012 10/13/2012
working days 40 78 38
Start Date Finish Date FTE Prep Blueprint Global
3/4/2012 8/30/2013 1.00 40 78 38
3/4/2012 4/28/2012 1.00 40 0 0
3/4/2012 2/28/2014 1.00 40 78 38
4/18/2012 1/31/2013 1.00 12 78 38
4/18/2012 9/30/2013 1.00 12 78 38
4/18/2012 10/10/2014 1.00 12 78 38
3/4/2012 2/8/2014 1.00 40 78 38
What the calculation needs to look for is the start and finish dates of any single resource (this is just a slice there are over 50 resources and an additional 6 phases extending out to 2014).
* Not all resources are FTE 1
* Not all resources start or stop at the Beginning or end of a Phase, in fact most come in or leave during the Phase
* Holidays have to be calculated (they are within the working days)
I am manually 'fixing' the days because I can't seem to fix the calculation. This is the calculation right now.
=IF(AND($F6<=I$2,$G6>=I$3),$H6*I$4,0)
It only works if a resource is full time (1 FTE) and begins at the exact start of a phase and ends at the exact end of a phase.
I have tried "Or" statements without success. I need to extend the calculation to consider a date in column 'f' that is > I2 but < I3 and calculate the working days of that phase only + this to all other phases. I think I am just an idiot and the answer is in front of me.
Any assistance would be greatly appreciated.