I have a formula that totals the number of sales per project manager broken down by month:
=COUNTIF([Date Awarded]:[Date Awarded], IFERROR(MONTH(@cell), 0) = 9)
I need another formula to Sum those sales for each month based on the column "Amount Awarded." I feel like this should be a fairly simple formula, but I have not been able to figure it out. Any Suggestions?