I am trying to use the following formula:
Formula:
=AVERAGEIF(P30:P67;1;AQ30:AS67)
So, I need to average on multiple columns, but the formula takes into account only 1st column of my average_range as if it was written like:
Formula:
=AVERAGEIF(P30:P67;1;AQ30:AQ67)
How can I modify it or possible use {=AVERAGE(IF(.... } variant to account for multiple rows to calculate?
Bookmarks