S
Steve P
Hello,
I wrote the following formula
{=COUNT(IF(INDIRECT(B5&"!$D$2:$D$500")="CURRENT",IF(INDIRECT(B5&"!$E$2:$E$500")="UNRATED",INDIRECT(B5&"!$C$2:$C$500"))))}
The above formula works very well however, I'd like to change the "CURRENT"
parameter to an comparison operator range like: 1<x>30
How should the syntax work?
I wrote the following formula
{=COUNT(IF(INDIRECT(B5&"!$D$2:$D$500")="CURRENT",IF(INDIRECT(B5&"!$E$2:$E$500")="UNRATED",INDIRECT(B5&"!$C$2:$C$500"))))}
The above formula works very well however, I'd like to change the "CURRENT"
parameter to an comparison operator range like: 1<x>30
How should the syntax work?