I have 1200 rows of data and I am trying to sum up the quantity of defects for month/year using SUMPRODUCT; works great. When I alter the formula to incorporate 25000 rows of data to prevent from manual editing down the road when we add additional data the result changes to #N/A
Is there another method to do, or something I am missing?
Thank you so much.![]()
=SUMPRODUCT((I2=$I$2:$I$25000)*(MONTH(A2)=MONTH($A$2:$A$25000))*(YEAR(A2)=YEAR($A$2:$A$25000)))
Bookmarks