G
Graham Tritton
I'm trying to create 2 array references that will be used in a forecast
function for the known x's and known y values using an indirect function. one
is to reference another sheet (Known Y's) and the same sheet (known X's).
This is all encased in an if function to display a value only when the column
(week) is later then the current performance period.
The formula that I'm currently at is
"=IF(AQ$3>Last_valid_Week,FORECAST(AQ$3,INDIRECT("CSS!RC11:RC"&MATCH(Last_valid_Week,Weeks0708,)+COLUMN($K$3)-1,0),INDIRECT("r3c11:R3C"&MATCH(Last_valid_Week,Weeks0708,)+COLUMN($K$3)-1,0)),NA())"
The second indirect appears to be working as if I wrap this with a SUM
function it gives me a correct sum value, but the first does gives me a sum
of 0 which is incorrect.
The 2nd indirect resolves to "R3C11:R3C42" and each cell in this reference
contains values as does "CSS!RC11:RC42 (Which is in row 4)
Can anyone help me, I think that I will need to stay with an indirect as the
colmns of data to use will extend another column every week. - Cheers
function for the known x's and known y values using an indirect function. one
is to reference another sheet (Known Y's) and the same sheet (known X's).
This is all encased in an if function to display a value only when the column
(week) is later then the current performance period.
The formula that I'm currently at is
"=IF(AQ$3>Last_valid_Week,FORECAST(AQ$3,INDIRECT("CSS!RC11:RC"&MATCH(Last_valid_Week,Weeks0708,)+COLUMN($K$3)-1,0),INDIRECT("r3c11:R3C"&MATCH(Last_valid_Week,Weeks0708,)+COLUMN($K$3)-1,0)),NA())"
The second indirect appears to be working as if I wrap this with a SUM
function it gives me a correct sum value, but the first does gives me a sum
of 0 which is incorrect.
The 2nd indirect resolves to "R3C11:R3C42" and each cell in this reference
contains values as does "CSS!RC11:RC42 (Which is in row 4)
Can anyone help me, I think that I will need to stay with an indirect as the
colmns of data to use will extend another column every week. - Cheers