I have an m x 4 table consisting of the YTD sales per product per month across divisions A to D. I would like to add a column, which calculates the monthly sales per product per month across the divisions.
There cannot be two rows where month, division and product is the same, hence each row is unique.
I have tried to use SUMIFS to index the value, but the part that causes me trouble is that a product can appear mid-year, and a product can also have sales for 3 months and then no sales for 2 months before reappearing again.
Adding multiple “assisting” columns is okay. I cannot use VBA for this particular task.


