Hi guys,
I have created the following formula:
=ROUND(AVERAGE(IF(('2013 valuations'!$B$10:$B$150000={333,1106,1036,1006,1082,1090,1067,1065,1080,1062,1028})*('2013 valuations'!$D$10:$D$150000=F$2),'2013 valuations'!$O$10:$O$150000)),0)
It works exactly as it should.
However, this is being used across a number of fields referencing different columns.
Is there a way I can change the lookup array to reference a range or a sequence of cells instead of hard coding the values?
So, in essence, this:
=ROUND(AVERAGE(IF(('2013 valuations'!$B$10:$B$150000={C70:C80})*('2013 valuations'!$D$10:$D$150000=F$2),'2013 valuations'!$O$10:$O$150000)),0)
I'm not sure if this is possible - I haven't found any examples that use anything other than hardcoding.
Any help would be very much appreciated
Bookmarks