Goal = calculate the total Curriculum Average % (for respective Regions 1, 3, 4 & 6) by combining the available quiz scores (in green) from all COURSES 2002-2008 (in the "Course" column). I want to filter out any rows that have blanks, 0% and Registered, aren't green (all non-green rows basically show the teammate hasn't started the respective quiz).
In other words, I need to account for each of the following criteria:
- Region (I want to see what the Curriculum Average % is by each Region)
- Each "COURSE" 2002-2008 (all 7 must be included in the rollup)
- Has "Completed" & Quiz Score % (I don't want the blanks to count as 0% or the formula to include any "Registered"/0% because that will bring down the Average)
I've tried AVERAGEIF and AVERAGE(COUNT) but not getting any luck, just "UNPARSEABLE".
Asking for help on 1) which formula to use and 2) how to group these conditions/criteria together.
Thanks!