Average Rating | Community
Skip to main content

I have short post-training evaluation that gathers some information at the end of each week of training in the form of 

  • 2 questions that gather a Rating (0-5)
  • 3 questions that get General feedback 

I have set up the integration with Excel and need to do a couple things: 

  • Calculate the average of the ratings for each individual week
  • Accumulate all of the data gathered (all weeks) to find an overall average

Here is a copy of the typeform if you would like to take a look: 

 

 

Tagging ​@john.desborough in case he has any handy ideas on figuring out the average!


@Liz  ​@LMc_Omaha  - that stuff that is pure excel calculation

  • define a look up table to use to establish data ranges for ‘weeks’ 
  • run a macro that looks up the submissions in a specific week and write it into an answer table
  • divide the total score (sum) by the count of records in that week. 

that should be simple enough to do in excel.. 

des


@Liz  ​@LMc_Omaha  - that stuff that is pure excel calculation

  • define a look up table to use to establish data ranges for ‘weeks’ 
  • run a macro that looks up the submissions in a specific week and write it into an answer table
  • divide the total score (sum) by the count of records in that week. 

that should be simple enough to do in excel.. 

des

Thank you ​@john.desborough 

So, if I’m understanding you, the average that I’m trying to find will take place in the exported Excel file and not within Typeform, itself? 

If so, I’m all set. Sounds like I was overcomplicating it. 


@LMc_Omaha - you could calculate the average for a single form by using logic rules, but if you are not showing it to the user in an ending or elsewhere in the form, you should do it in the excel sheet. 

des


Hey ​@LMc_Omaha let us know if you were able to get all your calculations sorted, hopefully ​@john.desborough’s suggestions helped 😊


Reply


OSZAR »