Countif range question

G

Guest

Hi can somebody help me with this:
I have huge data and I have to count it this way
=countif(c1:c2, 1)/a2
=countif(c1:c3, 1)/a3
=countif(c1:c4, 1)/a4
One end of range is unchanged and other end is growing, is there any way to
make this process aoutomatic? If I hold and drag it down with mouse both
ranges are growing, but I need only one rage to grow.

Thanks for help
 
G

Guest

=countif(c1:c2, 1)/a2

Put it like this in the starting cell:
=COUNTIF(C$1:C2,1)/A2
Copy down. The $ sign will fix it to row1.
 

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