Hello there, I would be very grateful if someone could help me!
I want to increase the row number of range of cells with 1 row, while drag formula horizontally with 1 cell right.
For example: =SUM(A1:G1) to become =SUM(A2:G2) when drag the formula right.
The big problem for me is that the cells range refers to another sheet and it is inside the sumproduct function:
For example:
CELL A2 | CELL B2 | CELL C2
=SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A11:$G11) | =SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A12:$G12) | =SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A13:$G13)
I want to increase the row number of range of cells with 1 row, while drag formula horizontally with 1 cell right.
For example: =SUM(A1:G1) to become =SUM(A2:G2) when drag the formula right.
The big problem for me is that the cells range refers to another sheet and it is inside the sumproduct function:
For example:
CELL A2 | CELL B2 | CELL C2
=SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A11:$G11) | =SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A12:$G12) | =SUMPRODUCT(--($A$1=Sheet2!$A$1:$G$1); Sheet2!$A13:$G13)