I have a spreadsheet attached. Basically, I have 4 products - A, B, C, and D. Their production rates are shown in column B. I need to take the average of both A and B's rates together in a single cell.
I've tried
=AVERAGEIFS(rates column, product names, "A", product names, "B")
or...
=AVERAGEIFS(rates column, product names, OR("A","B"))
Unsuccessful.
The method using sumif/countif works, but it's too bulky. There must be a way to do this with averageifs.
Any ideas would be appreciated. Thanks.
Bookmarks