[TABLE="width: 500"]
<tbody>[TR]
[TD]Contract End Date[/TD]
[TD]amounts[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 500"]
<tbody>[TR]
[TD]1/2/14[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]2/5/14[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]4/6/14[/TD]
[TD]70[/TD]
[/TR]
</tbody>[/TABLE]
Hello - I'm trying a sumif (I think) where I need to sum the "amounts" column if the contract end date is within a certain number of months from a beginning date. For example, how would I sum the "amounts" column if I wanted all contracts that started within 2 months of Jan. 1 2014? It should sum the 50+60 since they are in the range but not 4/6/14 since it is out of the 2 months window.
Thanks very much
<tbody>[TR]
[TD]Contract End Date[/TD]
[TD]amounts[/TD]
[/TR]
[TR]
[TD]
[TABLE="width: 500"]
<tbody>[TR]
[TD]1/2/14[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]2/5/14[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]4/6/14[/TD]
[TD]70[/TD]
[/TR]
</tbody>[/TABLE]
Hello - I'm trying a sumif (I think) where I need to sum the "amounts" column if the contract end date is within a certain number of months from a beginning date. For example, how would I sum the "amounts" column if I wanted all contracts that started within 2 months of Jan. 1 2014? It should sum the 50+60 since they are in the range but not 4/6/14 since it is out of the 2 months window.
Thanks very much