I am trying to sum a column and rows in sheet 1 (Movement per Month) when column D in sheet 1 matches column B in sheet 2. I have the formula below, I think, for the first column in sheet 2, it starts in row E2. Now I need to copy the formula to F2 and I want the range to increase with one column as well.
=SUMIF('Movement per month'!$D$2:$D$2000,VLOOKUP($A2,Movement_Month,4,FALSE),INDEX('Movement per month'!$L$2:$BE$252,0,COLUMNS($E$2:E2)))
=SUMIF('Movement per month'!$D$2:$D$2000,VLOOKUP($A2,Movement_Month,4,FALSE),INDEX('Movement per month'!$L$2:$BE$252,0,COLUMNS($E$2:E2)))