Hello, I would like to sum up costs only for cells that have multiple homegrown fruits within a single month. In this example, January's sum would be $3,500. I've tried a few formulas and thought I got it with the below, but it doesn't look like it's accurate. Does anyone have any recommendations?
=SUMIFS({Inventory - Fruit}, AND(IF(COUNTM(@cell), >1)), {Inventory - Source}, "Home Grown", {Inventory - Date}, AND(IFERROR(MONTH(@cell ), 0) = 1, IFERROR(YEAR(@cell ), 0) = 2025))
Thanks in advance!