Countif question :)

nase

New Member
Joined
Aug 10, 2011
Messages
12
Hi there,

I am working on my countif formula for this 10 page worksheet.
I am hoping that someone can tell me how can I carry the RANGE all the way down my table, My criteria is different for every cell going down. Example: Countif(Data!A2:A995, "Back injuries")

I would like to carry the A2:A995 range all the way down the table. but excell carries this as A3:A995 and A4:A995. I would like that part to be consistant. I remember using the $ signs but I cant seem to wrap my head around this one.

Help please! Thank you
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi there,

I am working on my countif formula for this 10 page worksheet.
I am hoping that someone can tell me how can I carry the RANGE all the way down my table, My criteria is different for every cell going down. Example: Countif(Data!A2:A995, "Back injuries")

I would like to carry the A2:A995 range all the way down the table. but excell carries this as A3:A995 and A4:A995. I would like that part to be consistant. I remember using the $ signs but I cant seem to wrap my head around this one.

Help please! Thank you
Like this:

=Countif(Data!A$2:A$995,"Back injuries")

The dollar signs $ will keep the row numbers from changing when copied down.
 
Upvote 0
AHHHHHHHHHHHH yessssssssssssssss, thank you so much!!!!! I kept doing this $A2:$A955! ugh!

Thank you so so much.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,738
Members
452,940
Latest member
Lawrenceiow

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top