Harry0
Member
I looked in the forums and online but could not find something like this in excel formula.
To have one sell that averages and the other to sum every other cell in the row, while shifting to the right every time I insert a new column.
I have the sum of every other column in the row, But it does not shift every time I add a new months. The final formula is more complicated since I calcualte around 13 weeks from a list of over 4000 places.
odds =SUMPRODUCT(A1:H1,MOD(COLUMN(A1:H1),2))
evens =SUMPRODUCT(A1:H1,MOD(COLUMN(A1:H1)+1,2))
And so I need one like that which also shifts as well which I do not have.
attached is an example. which I hope I explained it well enough.
Thanks
To have one sell that averages and the other to sum every other cell in the row, while shifting to the right every time I insert a new column.
I have the sum of every other column in the row, But it does not shift every time I add a new months. The final formula is more complicated since I calcualte around 13 weeks from a list of over 4000 places.
odds =SUMPRODUCT(A1:H1,MOD(COLUMN(A1:H1),2))
evens =SUMPRODUCT(A1:H1,MOD(COLUMN(A1:H1)+1,2))
And so I need one like that which also shifts as well which I do not have.
attached is an example. which I hope I explained it well enough.
Thanks