Hello,
I would like to produce the average of the values in cells CC2 through CC3393, provided that their corresponding value in column G is 1 and their corresponding value in column H is 3.011. All of these values are on the sheet called, "By Image Data," which is a different sheet than the one on which I am trying to report the average. This is what I came up with, but it is giving me an error. Any help would be appreciated.
=AVERAGE(IF(AND('By Image Data'!G2:G3393=1,'By Image Data'!H2:H3393=3.011),'By Image Data'!CC2:CC3393,""))
Thanks!
Bookmarks