Categorize Google FORMS responses in different sheets in Google SHEETS

  Рет қаралды 26,209

Practical Sheets

Practical Sheets

Күн бұрын

In this tip, we will learn how to send your Google Form responses to different sheets depending on the answer
➤You can find the template from this video in my patreon page, where you´ll also have priority responses to your questions
practicalsheet...
You can also join my academy practicalsheets.com, where you´ll find, not only the templates for this and all the videos, but also Google Sheets Courses, technical service, and more
➤You can also subscribe to the channel where you´ll find a new Sheets video every week.
Here are some of the places where you can follow and support me:
➤Patreon: practicalsheet...
➤Webpage: practicalsheet...
➤Newsletter: practicalsheet...
➤Telegram: practicalsheet...
➤Facebook: practicalsheet...
➤Twitter: practicalsheet...
Any suggestion, question or insights, feel free to comment below

Пікірлер: 39
@AzharIbrahimOmar
@AzharIbrahimOmar Жыл бұрын
Hi, how to create a google form which automatically separate the responses into a different spreadsheet (different google sheet files) by work unit category (from the multiple choice google form question) when respondents answer the questions / enter the data in the google form.
@CarolSteinfeld
@CarolSteinfeld 18 күн бұрын
That's what this video answers. I like the first option because I understand it. Even if it could become a problem in the future.
@KristenParrott
@KristenParrott 16 күн бұрын
I used this tutorial to create a script for my school categorizing transcript requests by counselors. It worked perfectly for months and all of a sudden, stopped working and I CANNOT figure out why. No changes were made to the script. Help!!!
@SamsonTennela
@SamsonTennela Жыл бұрын
This is aweome. Thank you!
@AntsPlayChess
@AntsPlayChess 4 ай бұрын
Scripting was so confusing for me, though you explained it very well. Thank you for posting this!
@practicalsheets
@practicalsheets 4 ай бұрын
Thank you for the nice words! Kind Regards
@TaiKneeDancer
@TaiKneeDancer 10 ай бұрын
This was so helpful!
@practicalsheets
@practicalsheets 9 ай бұрын
Thanks so much!
@AimeeBottorffBelovedPearl
@AimeeBottorffBelovedPearl 5 ай бұрын
I appreciate your video! I am wondering what would change in the Apps Script if my Google form has 5 questions and the 4th question is the multiple choice? Thank you!
@practicalsheets
@practicalsheets 5 ай бұрын
Hello! This is the important line let city = responseSheet.getRange(rowToCopy, 4).getValue() make sure that "4" matches to the column where the response of your dropdown arrives Kind Regards
@AimeeBottorffBelovedPearl
@AimeeBottorffBelovedPearl 5 ай бұрын
@@practicalsheets Thank you, have a great day!
@NicolasTamayo-k8m
@NicolasTamayo-k8m 7 ай бұрын
Is there a way to only have the categorized sheets and not the master responses sheet or is the only option to hide it?
@practicalsheets
@practicalsheets 7 ай бұрын
You could do everything with Google Apps Script Kind Regards
@JosephVona-v1t
@JosephVona-v1t 4 ай бұрын
Will something like this work if the next section of questions depends on the previous section's answers?
@mayordefi7908
@mayordefi7908 4 ай бұрын
Yes, it would
@practicalsheets
@practicalsheets 4 ай бұрын
Yes it would...the sections are only another item of the form...for form, all questions regardless of the section are part of the form Kind Regards
@tanakornpromthep9025
@tanakornpromthep9025 5 ай бұрын
Thanks for sharing
@practicalsheets
@practicalsheets 5 ай бұрын
Thanks for commenting!
@safwanahothman6636
@safwanahothman6636 8 ай бұрын
hi! i followed accordingly however my google sheet does not have the function =query
@practicalsheets
@practicalsheets 8 ай бұрын
Hello! Are you sure you are not working with an excel file? Kind Regards
@vonswelllathan2154
@vonswelllathan2154 6 ай бұрын
Hello can I get a copy of this script?
@practicalsheets
@practicalsheets 6 ай бұрын
Yes of course. You may go to the Patreon page where you can downoload the whole file with the script Anything you may need please let me know Kind Regards
@Tboy-y6q
@Tboy-y6q 8 ай бұрын
I get all the data from the first column in the first cell. I.e A1:A500 in now all inside A1. Where am i going wrong here
@practicalsheets
@practicalsheets 8 ай бұрын
Could you show me your code pls? Kind Regards
@krpdi3m
@krpdi3m 7 ай бұрын
Super useful! If I want this to work alongside with the ID Ref script what should I do? Tried copying ID REF code to be before Categorize Code, but could make it work; I changed column values to be +1 and to try to copy the last column but couldn't make it. Even if it's not possible this still works a lot!
@practicalsheets
@practicalsheets 7 ай бұрын
It depends. Would you like to have the consecutive independent for each category? This will be a bit trickire, but both ways could be done Kind Regards
@krpdi3m
@krpdi3m 7 ай бұрын
@@practicalsheets No, just copy the Master Consecutive ID. I copied the consecutive code and paste it before the categorize responses, then added a +1 to columns= rangeToCopy.getNumColumns()+1, but I think I may be doing this wrong or understanding it wrong. Thanks for all your help! will keep watching your videos to keep learning
@krpdi3m
@krpdi3m 7 ай бұрын
I did some more testing: tried working with two different functions on same code but couldn't get it to work. So what I did was create just one "new" function which has both codes, and at the end of my "new" function, paste the value stored in "consecutive" (from the other video).
@practicalsheets
@practicalsheets 7 ай бұрын
@@krpdi3m Excellent!
@bestdealjor2211
@bestdealjor2211 Жыл бұрын
not working for me , can u please help ?
@michellebeatty8079
@michellebeatty8079 6 ай бұрын
Mine seems to be formatted just like yours but it gives an error. =QUERY('Form Responses 1'!B:L, "SELECT B:L WHERE L='8th Grade'") Any clue why the error?
@thedude2000zify
@thedude2000zify 6 ай бұрын
Hey try to write all column names, and separate them with commas and then see? For instance "SELECT B,C,D,E,F,G,H,I,J,K,L WHERE L='8th Grade'" See if that resolves the issue.
@CutTiesWithYourCaptor
@CutTiesWithYourCaptor 6 ай бұрын
Instead of SELECT B:L use SELECT * The * tells it to select all. =QUERY('Form Responses 1'!B:L, "SELECT * WHERE L='8th Grade'")
@michellebeatty8079
@michellebeatty8079 6 ай бұрын
@@thedude2000zify thank you
@michellebeatty8079
@michellebeatty8079 6 ай бұрын
@@CutTiesWithYourCaptor thank you
@practicalsheets
@practicalsheets 6 ай бұрын
Couldn´t have answered it better. Thank you!
@diegopatt
@diegopatt Жыл бұрын
It also doesn't work for me
@riddhidoshi9110
@riddhidoshi9110 6 ай бұрын
This was so helpful!
@practicalsheets
@practicalsheets 6 ай бұрын
Thank you!
Create an Inventory Management System with Google Forms and Google Sheets
30:02
Google Forms - Formulas in Sheets That Autofill with Submit
17:03
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 227 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
How to edit Google Form responses directly from GOOGLE SHEETS
16:07
Practical Sheets
Рет қаралды 18 М.
How to Create Edit URL Link in Google Forms Response Sheet - Episode 2
9:19
Business Automations Solutions LLP
Рет қаралды 3,9 М.
Master Merging Data in Google Sheets
7:47
Flipped Classroom Tutorials
Рет қаралды 44 М.
How to have your Google Form responses sorted automatically
4:37
How to update a Google Forms MULTIPLE CHOICE question from Google Sheets
19:26
Google Form Responses in Tables in Google Sheets
9:27
Practical Sheets
Рет қаралды 819
Sort Responses from Google Forms to Google Sheets Tabs
3:32
Joli Boucher
Рет қаралды 101 М.
Split One Google Sheet into Multiple Sheets based on Column Value
26:09
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 92 М.