change a group of cells to absolute

2

2lman2

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?
 
M

Mike H

Hi,

Try it this way

=COUNTIF(OFFSET('Group 1'!C$9:C2168,,ROWS($1:1)-1),"B")

Mike
 
M

Mike H

OOPS,


That should have been

=COUNTIF(OFFSET('Group 1'!C$9:C$2168,,ROWS($1:1)-1),"B")

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top