View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
exoticdisease exoticdisease is offline
external usenet poster
 
Posts: 10
Default Formulaic range with CountIf

I'm using a countif function and I want to specify the range with a
formula...e.g.

=countif(address(blahblahblah):address(blahblahbla h),"apples")

or whatever it might be...but I just can't seem to get it to work! Is the
address function not the way to go? I managed to get it to say

=countif(A198:a234,"apples")

in the evalutate formula thing, but it appeared to treat that as text, not a
range and just ignored it. Any help much appreciated.