I have the following in a number of columns using an array formula.
{=SUM(IF(Sheet1!$C$2:$C$100=$C3,IF(Sheet1!$G$1:$N$1-DAY(Sheet1!$G$1:$N$1)+1=F$1+0,Sheet1!$G$2:$N$100)))}
I now have to insert a row into row 3 and then attempt to have a macro copy the formula down from row 2 but it does not change the part that shows Row 100 to match the new bottom row of 101. The formula has been in place and worked fine until I had to insert a new row and I'm not clear what I will have to do, especially given that it is an array formula.
{=SUM(IF(Sheet1!$C$2:$C$100=$C3,IF(Sheet1!$G$1:$N$1-DAY(Sheet1!$G$1:$N$1)+1=F$1+0,Sheet1!$G$2:$N$100)))}
I now have to insert a row into row 3 and then attempt to have a macro copy the formula down from row 2 but it does not change the part that shows Row 100 to match the new bottom row of 101. The formula has been in place and worked fine until I had to insert a new row and I'm not clear what I will have to do, especially given that it is an array formula.