I am trying to find the average of some rows in a long array of records.
averageifs does an average of a cell if the boolean AND of all the criterias are met, i.e. average if A=X AND B=Y AND C=Z. I need a combination of boolean AND and OR, eg: average if (A=X) AND (B=Y OR C=Z). How would I do this?
Bookmarks