Hi,
I am looking at writing a formula to sum values of a calendar (columns in months) up to a certain period in that calendar - and would like for it to generically work without having to update the ranges in a formula each month etc.
Below is a pict of the data - for ID = A, the formula sits on the first row and needs to sum the data from the second row upto a certain point. I need to be able to copy this to multiple ID rows etc. I have been getting use to using the INDEX MATCH functions and wondered if this was a route to go. Additionally this information may be setup as a table.
Hopefully the table is readable
Current Period Mar
ID DataType Jan Feb Mar Apr May Jun Jul Sum Period
A Summary 60
A Phased 10 20 30 40 50
B Summary 6
B Phased 1 2 3 4 5 0
0
Any thoughts on how I can parametise the summation of the Phased row for an ID upto a date based on a user entry ?
Thanks in advance
Simon
I am looking at writing a formula to sum values of a calendar (columns in months) up to a certain period in that calendar - and would like for it to generically work without having to update the ranges in a formula each month etc.
Below is a pict of the data - for ID = A, the formula sits on the first row and needs to sum the data from the second row upto a certain point. I need to be able to copy this to multiple ID rows etc. I have been getting use to using the INDEX MATCH functions and wondered if this was a route to go. Additionally this information may be setup as a table.
Hopefully the table is readable
Current Period Mar
ID DataType Jan Feb Mar Apr May Jun Jul Sum Period
A Summary 60
A Phased 10 20 30 40 50
B Summary 6
B Phased 1 2 3 4 5 0
0
Any thoughts on how I can parametise the summation of the Phased row for an ID upto a date based on a user entry ?
Thanks in advance
Simon