Hi guys,
I'm honing my excel skills because I am required to pick up someone else's work on Excel. Naturally I am having some difficulties with it, in particular below code.
=SUMPRODUCT((rProjectType=$C34)*(rActualStartDate<EOMONTH(DATE($B34,E$32,1),0))*(rActualEndDate>EOMONTH(DATE($B34,E$32,1),0)))+SUMPRODUCT((rProjectType=$C34)*(rActualStartDate<EOMONTH(DATE($B34,E$32,1),0))*(rActualEndDate=""))
With the code above I get counts on a specific project every month as long as it not closed, i simply wish to calculate how many project is opened within a specific month for a project not considering whether its still open or closed.
Can anyone help please?
DATA content (in a separate tab) - If you imagine:
rProjectType data e.g. ProjectA, ProjectB, ProjectC, ProjectD
rActualStartDate data e.g. 01/02/2009, 18/02/2010
rActualEndDate data e.g. 30/08/2009, 30/09/2010
B34 data is the year e.g. 2009, 2010, 2011
E32 data is the month e.g. 1, 2, 11, 12
Many thanks in advanced!
I'm honing my excel skills because I am required to pick up someone else's work on Excel. Naturally I am having some difficulties with it, in particular below code.
=SUMPRODUCT((rProjectType=$C34)*(rActualStartDate<EOMONTH(DATE($B34,E$32,1),0))*(rActualEndDate>EOMONTH(DATE($B34,E$32,1),0)))+SUMPRODUCT((rProjectType=$C34)*(rActualStartDate<EOMONTH(DATE($B34,E$32,1),0))*(rActualEndDate=""))
With the code above I get counts on a specific project every month as long as it not closed, i simply wish to calculate how many project is opened within a specific month for a project not considering whether its still open or closed.
Can anyone help please?
DATA content (in a separate tab) - If you imagine:
rProjectType data e.g. ProjectA, ProjectB, ProjectC, ProjectD
rActualStartDate data e.g. 01/02/2009, 18/02/2010
rActualEndDate data e.g. 30/08/2009, 30/09/2010
B34 data is the year e.g. 2009, 2010, 2011
E32 data is the month e.g. 1, 2, 11, 12
Many thanks in advanced!