Hello
I just found this nice site while trying to find help to an excel problem. Maybe you can help me.
I would need help creating a formula which calculates sum of a range with fixed starting value and variable ending value.
On sheet1 I have months on columns ja sales volumes of different products on rows
like this:
Sheet1
A B C D etc.
1 Jan Feb Mar etc.
2 product1 100 105 90
etc.
On sheet2 I have summary table where I sum year to date volumes from January to current month.
Sheet2
A B C D
1 Mar YTD
2 product1
3
On sheet2 cell B2 I would like to have formula that sums the sales volumes of product 1 on sheet1 from January to which ever month I enter in cell A1 on sheet2.
I tried this formula, but it only sums values of January and the month entered on sheet2 A1, not the range between January and entered month.
=SUM(Sheet1!B2;VLOOKUP(A2;Sheet1!A2:M2;MATCH(A1;Sheet!A1:M1;0)))
Any help is appreciated.
I just found this nice site while trying to find help to an excel problem. Maybe you can help me.
I would need help creating a formula which calculates sum of a range with fixed starting value and variable ending value.
On sheet1 I have months on columns ja sales volumes of different products on rows
like this:
Sheet1
A B C D etc.
1 Jan Feb Mar etc.
2 product1 100 105 90
etc.
On sheet2 I have summary table where I sum year to date volumes from January to current month.
Sheet2
A B C D
1 Mar YTD
2 product1
3
On sheet2 cell B2 I would like to have formula that sums the sales volumes of product 1 on sheet1 from January to which ever month I enter in cell A1 on sheet2.
I tried this formula, but it only sums values of January and the month entered on sheet2 A1, not the range between January and entered month.
=SUM(Sheet1!B2;VLOOKUP(A2;Sheet1!A2:M2;MATCH(A1;Sheet!A1:M1;0)))
Any help is appreciated.