Hello Everyone.
I have a spreadsheet that looks similar to below
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Number[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Of Property[/TD]
[TD]Acquired[/TD]
[TD]of Units[/TD]
[TD]352[/TD]
[TD]352[/TD]
[TD]525[/TD]
[/TR]
[TR]
[TD]River City[/TD]
[TD]01/01/2017[/TD]
[TD]252[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Place Landing[/TD]
[TD]03/06/2017[/TD]
[TD]200[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Village Green[/TD]
[TD]01/01/2017[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a formula in D3-f3 to total the number of unit during that month and I am getting an error. Here is the formula:
=SUMIF(MONTH($B$3:$B$B51),"<="&D1,$C$3:$C$51)
Error=There's a problem with this formula. Not trying to type a formula
I have a spreadsheet that looks similar to below
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Number[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Of Property[/TD]
[TD]Acquired[/TD]
[TD]of Units[/TD]
[TD]352[/TD]
[TD]352[/TD]
[TD]525[/TD]
[/TR]
[TR]
[TD]River City[/TD]
[TD]01/01/2017[/TD]
[TD]252[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Place Landing[/TD]
[TD]03/06/2017[/TD]
[TD]200[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Village Green[/TD]
[TD]01/01/2017[/TD]
[TD]100[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a formula in D3-f3 to total the number of unit during that month and I am getting an error. Here is the formula:
=SUMIF(MONTH($B$3:$B$B51),"<="&D1,$C$3:$C$51)
Error=There's a problem with this formula. Not trying to type a formula