I am currently trying to use a formula range to automatically move along a column every month based on values up until the current month.
When a new month begins the formula should extend its range to the next new month and extend the sum. Each month ranges up to 4 years worth.
the error seems to be the lookup part not bringing through the values.
=SUM(AY26:FS26,INDEX(R26:FS26,MATCH(CHOOSE(MONTH(K21),DATERANGE),DATERANGE,0)))-SUM(R26:FS26)
Anyone know of a better method?
When a new month begins the formula should extend its range to the next new month and extend the sum. Each month ranges up to 4 years worth.
the error seems to be the lookup part not bringing through the values.
=SUM(AY26:FS26,INDEX(R26:FS26,MATCH(CHOOSE(MONTH(K21),DATERANGE),DATERANGE,0)))-SUM(R26:FS26)
Anyone know of a better method?