madchemist
Board Regular
- Joined
- Jul 10, 2006
- Messages
- 198
I have a spreadsheet that has a list of names in column B. In column D are a series of dates.
I want to count the number of times a name in column B has a date with a range of 1/1/09 to 1/31/09.
I tried using a sumproduct, but cannot seem to figure it out.
{=SUMPRODUCT(--(Sheet.xls'!$B:$B="Name"),--(Sheet.xls'!$D:$D=DATE(2009,1,1))))}
Can the sumproduct give me results with a range of dates?
Any help would be greatly appreciated. Thanks!
I want to count the number of times a name in column B has a date with a range of 1/1/09 to 1/31/09.
I tried using a sumproduct, but cannot seem to figure it out.
{=SUMPRODUCT(--(Sheet.xls'!$B:$B="Name"),--(Sheet.xls'!$D:$D=DATE(2009,1,1))))}
Can the sumproduct give me results with a range of dates?
Any help would be greatly appreciated. Thanks!