I am running the Employee Pulse Check template for a project survey for our installer team.
In a nutshell, form submitters will use a drop down to select which installer they had for the project, and then rate them on 5 questions.
I need to average out the ratings for the 5 questions, per installer.
Columns I would like to use in the AVERAGEIF formula in the "Installer Average Rating" column are those in gray.
I have a pretty substantial drop down list for calling out which installer was used:
I understand I will need a part of the formula dedicated to each installer name, but each time I try I am getting an #UNPARSABLE error and can't figure out where I am going wrong.
=AVERAGEIF(Provision Installer:Provision Installer, "Joe C.", [Converted Install - Quality]:[Converted Install - Quality]) and so on with each installer name and column to be averaged.
Thanks for your help!