E
elitebpoinfo
Hi,
I am trying to dynamically create the range statement in Countif
formula but for some reason it doesn't work. At present I am hard
coding the information but I need it to dynamically create the range.
For Example:
There are two workbooks, one on which I am putting the Countif
statement and the other one is the reference.
The formula is used to determine the number of approved cases in west
coast like this:-
{=Countif('[WestCoast]211203to271203'!$A$2:$A$5000,"Closed") } equals
3000
But if I construct the range dynamically by referencing the cells, I
can construct the string statement but when used inside Countif it
doesn't work...I am doing like:
{=Countif(Concatenate("'[",A13,"Coast]",b13,"to",c13,"'!$A$2:$A$",$o$1),"$D$4)
} the formula doesn't work....
Please advise....
Rgds,
I am trying to dynamically create the range statement in Countif
formula but for some reason it doesn't work. At present I am hard
coding the information but I need it to dynamically create the range.
For Example:
There are two workbooks, one on which I am putting the Countif
statement and the other one is the reference.
The formula is used to determine the number of approved cases in west
coast like this:-
{=Countif('[WestCoast]211203to271203'!$A$2:$A$5000,"Closed") } equals
3000
But if I construct the range dynamically by referencing the cells, I
can construct the string statement but when used inside Countif it
doesn't work...I am doing like:
{=Countif(Concatenate("'[",A13,"Coast]",b13,"to",c13,"'!$A$2:$A$",$o$1),"$D$4)
} the formula doesn't work....
Please advise....
Rgds,