M
mparker
I am trying to create an average of a range of cells - B2:F2000 - but only if
Column CJ is 1. I am also trying to inset this equation to a different
worksheet. The sheet with the data in it is called paste_data. Here is the
equation I am trying to use but it results in an error.
=AVERAGE(IF(paste_data!CJ2:CJ2000=1,paste_data!B2:F2000))
Column CJ is 1. I am also trying to inset this equation to a different
worksheet. The sheet with the data in it is called paste_data. Here is the
equation I am trying to use but it results in an error.
=AVERAGE(IF(paste_data!CJ2:CJ2000=1,paste_data!B2:F2000))