Sumif with a date range

I am trying to calculate the billing amount for an individual month when there are multiple months in the column. Below will calculate all of the billing, but I want to call out 11/2020, 12/2020, 1/2021. What can I add?

=SUMIF({Monthly Detail Range 1}, [Primary Column]@row, {Monthly Detail Range 2})

Best Answer

Answers