J
Jurry
I would like to use the COUNTIF function with a range which consists o
multiple areas (which are determined during runtime of a VBA script) a
in the following example:
testrange=A1:A3,A5:A6 <- Determined during runtime!
B1=COUNTIF (testrange,">5")
The above does not work. Does anyone have a workaround?
Thanks in advance,
Jurry
multiple areas (which are determined during runtime of a VBA script) a
in the following example:
testrange=A1:A3,A5:A6 <- Determined during runtime!
B1=COUNTIF (testrange,">5")
The above does not work. Does anyone have a workaround?
Thanks in advance,
Jurry