ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   change a group of cells to absolute (https://www.excelbanter.com/excel-worksheet-functions/230147-change-group-cells-absolute.html)

2lman2

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?

Eduardo

change a group of cells to absolute
 
Hi,
=COUNTIF('Group 1'!C$9:C$2168,"B")


"2lman2" wrote:

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?


Mike H

change a group of cells to absolute
 
Hi,

Try it this way

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

Mike

"2lman2" wrote:

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?


Mike H

change a group of cells to absolute
 
OOPS,


That should have been

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

Mike

"Mike H" wrote:

Hi,

Try it this way

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

Mike

"2lman2" wrote:

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?



All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com