View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
2lman2 2lman2 is offline
external usenet poster
 
Posts: 1
Default change a group of cells to absolute

I am trying to fill down a colum with this formla =COUNTIF('Group
1'!C9:C2168,"B") the next line should read =COUNTIF('Group 1'!D9:D2168,"B")
.. But it dosen't. it reads =COUNTIF('Group 1'!C10:C2169,"B") if I type in a
pattern it will copy that pattern over and over again. What am I doing wrong?