Continue equation

M

mparker

I have an equation average equation on sheet 3 but the data is on sheet 1.
=AVERAGE(IF(paste_data!CL2:CL2000=1,paste_data!B2:B2000))

I want to continue on my data for vertically so it would be the exact same
but instead of B2:B2000 it would be C2:C2000. Is there anyway to do this
without putting in each equation into each cell. If I drag them the equation
comes out wrong.
 
J

joel

from
=AVERAGE(IF(paste_data!CL2:CL2000=1,paste_data!B2:B2000))

to
=AVERAGE(IF(paste_data!$CL$2:$CL$2000=1,paste_data!B2:B2000))
 

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