missdeannamarie
New Member
- Joined
- Mar 31, 2014
- Messages
- 25
Hello, I am looking for a formula that will look at the dates in two columns, and return the sum of another column if those dates are included in a certain month.
For example below. The first table, is where my data is stored. The second table, I want to return the sum of resources needed if the two columns date ranges include that month. So for October in the second table, it would return 2 while November returns 3.
Hope that makes sense and that someone can help me out!
[TABLE="width: 500"]
<tbody>[TR]
[TD]PLANNED APPLICATION ENGINEERS[/TD]
[TD][TABLE="width: 63"]
<tbody>[TR]
[TD]START DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 57"]
<tbody>[TR]
[TD]END DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10/22/18[/TD]
[TD]3/10/19[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]11/5/18[/TD]
[TD]4/1/19[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]OCTOBER 18[/TD]
[TD]NOVEMBER 18[/TD]
[TD]DECEMBER 18[/TD]
[TD]JANUARY 19[/TD]
[/TR]
[TR]
[TD]TOTAL APPLICATION ENGINEERS NEEDED[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
For example below. The first table, is where my data is stored. The second table, I want to return the sum of resources needed if the two columns date ranges include that month. So for October in the second table, it would return 2 while November returns 3.
Hope that makes sense and that someone can help me out!
[TABLE="width: 500"]
<tbody>[TR]
[TD]PLANNED APPLICATION ENGINEERS[/TD]
[TD][TABLE="width: 63"]
<tbody>[TR]
[TD]START DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 57"]
<tbody>[TR]
[TD]END DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10/22/18[/TD]
[TD]3/10/19[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]11/5/18[/TD]
[TD]4/1/19[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]OCTOBER 18[/TD]
[TD]NOVEMBER 18[/TD]
[TD]DECEMBER 18[/TD]
[TD]JANUARY 19[/TD]
[/TR]
[TR]
[TD]TOTAL APPLICATION ENGINEERS NEEDED[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]