Using COuntif
Posted by brian on January 19, 2000 9:55 AM
I am using the countif formula to separate data into two sets.
Either above or below a value. In addition, the range is a
variable, thus the use of "y" in my equation. Does
anyone see why the following will not work?
ActiveCell.Formula = "=Countif(R[" & -(y) & "]C:R[-3]C, "<.5")"
Yet, the range syntax
works fine for other formulas (Average, Max, Min). It
appears to be something with the "Countif" formula itself.