View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Corben
 
Posts: n/a
Default Question about Autofill with a formula

I want to look at a range of cells, but have the column range change, while
the row range stays the same.

ex:
in A2= COUNTIF(B50:B100,A1)
in A3 I would like =COUNTIF(C50:C100,A1)

If i copy A2 to A3 though, it changes the formula to =COUNTIF (C51:C101,A1)

Thanks,