T
Toby Erkson
Can a constant be used to reference a row?
For example, with the following snippet of my formula:
{=SUM(IF(('SIEBEL EXPORT'!$G$2:$G$65000="Won")*('SIEBEL...}
I would like to make the value 65000 a Named constant, like 'MaxRows'. Thus, I would have something like so:
{=SUM(IF(('SIEBEL EXPORT'!$G$2:$G$MaxRows="Won")*('SIEBEL...}
However, this does not work. Please note that I am using an array formula...don't know if this makes a difference.
Toby Erkson
Oregon, USA
For example, with the following snippet of my formula:
{=SUM(IF(('SIEBEL EXPORT'!$G$2:$G$65000="Won")*('SIEBEL...}
I would like to make the value 65000 a Named constant, like 'MaxRows'. Thus, I would have something like so:
{=SUM(IF(('SIEBEL EXPORT'!$G$2:$G$MaxRows="Won")*('SIEBEL...}
However, this does not work. Please note that I am using an array formula...don't know if this makes a difference.
Toby Erkson
Oregon, USA