referencing to a variable sized row
Posted by Henry Collet on February 01, 2002 1:09 AM
I want to find the minimum value of a variable length row (as defined by the 'conrow' variable), but ignoring any zero values. I tried the code below, but it does not work. Any ideas?
Range("c34").FormulaArray = "=MIN(IF(R[-22]C[1]:R[-22]C[conrows],R[-22]C[1]:R[-22]C[conrows]))"