Forum Discussion
GeorgiaW1982
Jun 23, 2022Copper Contributor
Working out an automatic Average across from 1 of 3 courses (in one coloumn) for each score column
Hi, Hoping you Excel Wizards out there can tell me how one would go about the following please? I want to be able to automatically have the scores give an average for the different types of cour...
- Jun 23, 2022
=AVERAGEIF($A$2:$A$8,$A12,B$2:B$8)
Maybe with this formula for the average of each course and question.
=AVERAGE(IF($A$2:$A$8=A17,$B$2:$H$8))
Maybe with this formula for the overall average of each course. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
OliverScheurich
Jun 23, 2022Gold Contributor
=AVERAGEIF($A$2:$A$8,$A12,B$2:B$8)
Maybe with this formula for the average of each course and question.
=AVERAGE(IF($A$2:$A$8=A17,$B$2:$H$8))
Maybe with this formula for the overall average of each course. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.
GeorgiaW1982
Jun 23, 2022Copper Contributor
Thanks both, I'll try these in a bit 🙂