i have a combination of sum, offset and match formula which is working well for one row but i need it to move down, so the formula is something like this:
=sum(offset($B$2,0,0,1,match($B$8,$B$8:$C$22))). This formula is on cell B9.
Now, on B1 to E1 i have got dates starting from 1-Jan-13 and on A9 to A12 i have dates again startin from 01-Jan-12.
What i want is to move the formula down to B10 and the offset reference to start from the next date, or from C instead of B as the formula above. So the question is how i make the reference of the offset formula into a formula that makes the starting poing of the offset move?
=sum(offset($B$2,0,0,1,match($B$8,$B$8:$C$22))). This formula is on cell B9.
Now, on B1 to E1 i have got dates starting from 1-Jan-13 and on A9 to A12 i have dates again startin from 01-Jan-12.
What i want is to move the formula down to B10 and the offset reference to start from the next date, or from C instead of B as the formula above. So the question is how i make the reference of the offset formula into a formula that makes the starting poing of the offset move?