I have a data table say A1:N100
Column A is Category
Column B is Sub Category
Columns C:N would be Jan - Dec
I need a dynamic sum that only sums up if Category A value is "Criteria1", Category B value is "Criteria2" and for only the month of my choosing. Sometimes this will be current month, sometimes will be prior month.
If it helps, let's put the month I need over in O1
Clearly this is a normal sumifs at first but cant figure out the column aspect.
=Sumifs(Dynamic Column Reference,A:A,"Criteria1",B:B,"Criteria2"
Hope this makes sense!
Column A is Category
Column B is Sub Category
Columns C:N would be Jan - Dec
I need a dynamic sum that only sums up if Category A value is "Criteria1", Category B value is "Criteria2" and for only the month of my choosing. Sometimes this will be current month, sometimes will be prior month.
If it helps, let's put the month I need over in O1
Clearly this is a normal sumifs at first but cant figure out the column aspect.
=Sumifs(Dynamic Column Reference,A:A,"Criteria1",B:B,"Criteria2"
Hope this makes sense!