[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Start Date[/TD]
[TD]3/1/2017[/TD]
[/TR]
[TR]
[TD]plan A[/TD]
[TD]3/1/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD]End Date[/TD]
[TD]4/1/2017[/TD]
[/TR]
[TR]
[TD]Plan B[/TD]
[TD][/TD]
[TD]3/15/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Plan C[/TD]
[TD][/TD]
[TD]3/1/2017[/TD]
[TD]3/22/2017[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Plan D[/TD]
[TD]5/28/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi,
I need help figuring out how to get a return value for the number of plans in Column A if there is a date between 3/1/2017 and 4/1/2017 in column B,C, or D. The answer I am trying to get is 3 since there is three plans with those dates criteria.
I am using =SUMPRODUCT((B:D>=F1)*(B:D<F2)) but that returns 4 since there is four cells with dates that meet the criteria.
Is there any way to put in a formula that would return the number of plans that are in column A no matter if there is dates that meet the criteria in two columns of the plan row?
Thank you for your help!
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Start Date[/TD]
[TD]3/1/2017[/TD]
[/TR]
[TR]
[TD]plan A[/TD]
[TD]3/1/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD]End Date[/TD]
[TD]4/1/2017[/TD]
[/TR]
[TR]
[TD]Plan B[/TD]
[TD][/TD]
[TD]3/15/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Plan C[/TD]
[TD][/TD]
[TD]3/1/2017[/TD]
[TD]3/22/2017[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Plan D[/TD]
[TD]5/28/2017[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi,
I need help figuring out how to get a return value for the number of plans in Column A if there is a date between 3/1/2017 and 4/1/2017 in column B,C, or D. The answer I am trying to get is 3 since there is three plans with those dates criteria.
I am using =SUMPRODUCT((B:D>=F1)*(B:D<F2)) but that returns 4 since there is four cells with dates that meet the criteria.
Is there any way to put in a formula that would return the number of plans that are in column A no matter if there is dates that meet the criteria in two columns of the plan row?
Thank you for your help!