Sep 18 2023 01:58 AM - edited Sep 18 2023 06:41 AM
fx= Average of Product from jan to apr?
Which Means sum of each month of DVD and their Average?
Sep 18 2023 02:16 AM
Assuming that "product/month" is in A1, enter the following formula in a cell in row 2:
=AVERAGE($B2:$E2)
Fill down.
Or should the rows containing "product 2" be combined? If so, enter the formula
=UNIQUE($A2:$A5) in a cell, for example in P2.
In the cell next to it, enter the formula
=AVERAGE(IF($A$2:$A$5=P2#, $B$2:$E$5))
Adjust the ranges if you have more data rows.
Sep 18 2023 09:53 AM
You changed the screenshot since I composed my reply. My reply was based on the original screenshot.
In H2:
=AVERAGE(IF($A$2:$A$18=G2, $B$2:$E$18))
Sep 18 2023 10:40 AM
If you do not have Excel 2021 or Excel in Micorosft365, confirm the formula by pressing Ctrl+Shift+Enter.
If that doesn't work: Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
Sep 18 2023 11:24 AM
@Hans Vogelaar here I have attached , workbook .
Sep 18 2023 11:38 AM
Solution