gobblechops
New Member
- Joined
- Apr 27, 2017
- Messages
- 40
- Office Version
- 365
- Platform
- Windows
Hi all,
I am trying to calculate the sum of a range where the row will meet the row will meet a 'category' criteria and the column will meet a 'range of months' criteria.
The row criteria will be one 'category' but may be contained in many or none rows.
The column criteria will be a range of months which can be changed dynamically.
So far I have =SUMIF(L5:L45,G6,INDEX(Q5:AB45,,MATCH(
I know this is someway along the right lines but the complication is creating the formula for the range of months.
L5:L45 is the rows of categories
G6 is the cell containing the category
Q5:AB45 is the range of values
Q4:AB4 contains the months
AA2 and AB2 contain the start month and end month to be changed as needed
Thank you in advance, looking forward to the result, any brief explanation of the formula to help with learning would be greatly appreciated.
I am trying to calculate the sum of a range where the row will meet the row will meet a 'category' criteria and the column will meet a 'range of months' criteria.
The row criteria will be one 'category' but may be contained in many or none rows.
The column criteria will be a range of months which can be changed dynamically.
So far I have =SUMIF(L5:L45,G6,INDEX(Q5:AB45,,MATCH(
I know this is someway along the right lines but the complication is creating the formula for the range of months.
L5:L45 is the rows of categories
G6 is the cell containing the category
Q5:AB45 is the range of values
Q4:AB4 contains the months
AA2 and AB2 contain the start month and end month to be changed as needed
Thank you in advance, looking forward to the result, any brief explanation of the formula to help with learning would be greatly appreciated.