A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
In E2:
=IF(B2="H", AVERAGEIFS($D$2:$D$10000, $A$2:$A$10000, A2), "")
Fill down.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I need help to come out with a formula for column E in the image below. First, let me explain about the worksheet,
Now, my challenge is, I need a formula to auto-calculate the average of all percentages in column D that are found under the same Grouping ID (column A), and write the results in column E on the same row as the respective "H" - example results shown in the red box below. To be honest, I really don't know if this is even possible in Excel. Hope someone can help. Thank you.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
In E2:
=IF(B2="H", AVERAGEIFS($D$2:$D$10000, $A$2:$A$10000, A2), "")
Fill down.
Thank you so much HansV. This works perfectly!