I uploaded the workbook.
1. I need to calculate the average prices when quantity in stock is at 20 units and when price is at least $10
=AVERAGEIFS(E12:E63;B12:B63;"20";E12:E63;">=10")
I used the above formula and got an error : #DIV/!0
Please help
2. I also need to calculate the number 32 oz. Items that has a price of at least $7
=COUNTIFS(F12:F63;"32 oz";E12:E63;">=7")
I used the above formula and got 0 which is incorrect
Please assist with both formulas
Bookmarks