I have a column (A) with dates formatted this way "Tuesday, September 04, 2018".
I also have a column (B) with corresponding amounts in it.
I am trying to use Sumproduct to add all the amounts in column B by month using this formula =SUMPRODUCT((MONTH($A$3:$A$3238)=$C3210)*($B$3:$B$3238))...