简体   繁体   English

Google forms 汇总图表在表格中截断/重新创建

[英]Google forms summary charts cut off/recreate in sheets

I have created a google form template that is meant for teachers and paraprofessionals to collect data on their students.我创建了一个谷歌表单模板,供教师和辅助专业人员收集学生数据。 The form has certain questions that are formatted as checkbox (to allow for multiple selection), with some questions containing 15+ check boxes with the most commonly associated challenges.该表格有一些问题被格式化为复选框(允许多选),一些问题包含 15 个以上的复选框,其中包含最常见的相关挑战。 However, as each child's challenges are unique, a copy of the form will need to be made for each student and checkbox labels will be added, removed, or modified but the overall questions will not change.但是,由于每个孩子的挑战都是独一无二的,因此需要为每个学生制作一份表格副本,并且将添加、删除或修改复选框标签,但总体问题不会改变。 I like how google forms automatically charts everything and creates a meaningful response summary - it's exactly as I need but the chart labels on the vertical axis are being cut off.我喜欢 google forms 如何自动绘制所有内容并创建有意义的响应摘要 - 这正是我需要的,但是垂直轴上的图表标签被切断了。 Is there a way to stop that from happening or recreating the same summary on google sheets (if on sheets, it NEEDS to be auto-updatable ie any changes in forms and responses automatically reflect on the charts in sheets. I'm having trouble figuring out how to separate responses separated by "," into their own cells for charting)?有没有办法阻止这种情况发生或在谷歌工作表上重新创建相同的摘要(如果在工作表上,它需要自动更新,即 forms 中的任何更改和响应会自动反映在工作表中的图表上。我无法计算如何将由“,”分隔的响应分隔到它们自己的单元格中以用于图表)?

Here is a link to the google form and associated spreadsheet - Form: https://docs.google.com/forms/d/1-hGwybSPsXCFcAGqYBVrzpKqHfYoR98M27GgdP8xeVc/edit?usp=sharing Spreadsheet: https://docs.google.com/spreadsheets/d/1aSXOdr3h8Exo9dxwy6-H0QhFYvku25gnf9L71CxSB7Y/edit?usp=sharing Here is a link to the google form and associated spreadsheet - Form: https://docs.google.com/forms/d/1-hGwybSPsXCFcAGqYBVrzpKqHfYoR98M27GgdP8xeVc/edit?usp=sharing Spreadsheet: https://docs.google.com/spreadsheets /d/1aSXOdr3h8Exo9dxwy6-H0QhFYvku25gnf9L71CxSB7Y/edit?usp=sharing

I have zero experience, or understanding of coding.我对编码的经验或理解为零。 I can work with formulas once demonstrated and explained to me一旦向我演示和解释过,我就可以使用公式

try:尝试:

=ARRAYFORMULA(SPLIT(FLATTEN(QUERY(TRANSPOSE(QUERY(TRANSPOSE(
 IF('Form responses 1'!A1:N="",,'Form responses 1'!A1:N&",")), 
 "where Col1 contains "&TEXTJOIN(" or Col1 contains ", 1, 
 IF('Form responses 1'!G1:N1="",,"'"&'Form responses 1'!G1:N1&"'")))),,9^9)), ","))

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM