shdawson
Active Member
- Joined
- Jan 6, 2007
- Messages
- 381
Hi,
Have the following formula:
'Release Chart - LOG'!J$3 = 6/1/2011 12:00:00 AM
'Release Chart - LOG'!J$4 = 6/30/2011 11:59:59 PM
Here is my problem. I have a project that starts on 6/7/2011. So, my count is off by 1.
Clearly, the logic is not correct on the date consideration.
I need to count the number of unique entires in 'Project Task'!A5:A$60000 that have any presence in the month of June, for 'Release Chart - CALCUATIONS'!A5.
Rather stuck on the date consideration. Not sure what to do. Please advise.
Thank you very much.
Kindly,
SHD
Have the following formula:
Code:
=SUMPRODUCT(--('Project Task'!A5:A$60000='Release Chart - CALCUATIONS'!A5),--('Project Task'!I5:I$60000="PRJ"),--('Project Task'!J5:J$60000="PRJ"),--('Project Task'!L5:L$60000<='Release Chart - LOG'!J$3),--('Project Task'!M5:M$60000>='Release Chart - LOG'!J$4))
'Release Chart - LOG'!J$3 = 6/1/2011 12:00:00 AM
'Release Chart - LOG'!J$4 = 6/30/2011 11:59:59 PM
Here is my problem. I have a project that starts on 6/7/2011. So, my count is off by 1.
Clearly, the logic is not correct on the date consideration.
I need to count the number of unique entires in 'Project Task'!A5:A$60000 that have any presence in the month of June, for 'Release Chart - CALCUATIONS'!A5.
Rather stuck on the date consideration. Not sure what to do. Please advise.
Thank you very much.
Kindly,
SHD