PureBytes Links
Trading Reference Links
|
Chris Evans wrote:
>I need to have a condition where
>
>Countif(Var1>0,N)=N where N>= X .. How would I do this without writing any
>"or" lines in the condition statement.
Countif() is an Excel function, not an EasyLanguage function (at
least not TS2000i). The syntax you used above wouldn't work in
Excel either. Can you explain more clearly what you are trying to
do?
-Alex
|