Hi
As it is structured your data in your columns(text & dates---values & subtotals(weekly))it was real hard to find your solution. But i think i did.
I add a helper(hidden) column B).
In this, put this formula.
=IF(ISNUMBER(A3);MONTH(A3);"")
Copy down
Then for WINDOWS Monthly Otuput, put this formula and also, copy down.
=IF(ISTEXT(A3);"";IF(A3<>DATE(YEAR(A3);MONTH(A3)+1;0);"";(IF(A3=DATE(YEAR(A3);MONTH(A3)+1;0);SUMPRODUCT(($B$3:$B$100=B3)*($B$3:$B$100<>"")*($E$3:$E$100))))))
Same for Doors Monthly Otuput.
Hope to helps you.
Bookmarks