Trying to complete a SUMIF that looks up the matching item number in a column, then sums up all the values that match the date range for each month at a time, but the dates are actual column headers. I don't trust PIVOT TABLES when it comes to dates.My 800th formula try is in cell E3.
Any suggestions?
Thanks.
=SUMIFS('SALES-GRR'!H2:BM5441,'SALES-GRR'!B2:B5441,$X$1,'SALES-GRR'!H1:BM1,">="&DATE(2013,1,1),'SALES-GRR'!H1:BM1,"<="&DATE(2013,1,31))
Bookmarks