Categorize Google FORMS responses in different sheets in Google SHEETS

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2024
  • 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

ความคิดเห็น • 32

  • @tanakornpromthep9025
    @tanakornpromthep9025 11 วันที่ผ่านมา +1

    Thanks for sharing

  • @user-tr9xh9gc2n
    @user-tr9xh9gc2n 7 หลายเดือนก่อน +5

    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.

  • @riddhidoshi9110
    @riddhidoshi9110 23 วันที่ผ่านมา +1

    This was so helpful!

  • @AimeeBottorffBelovedPearl
    @AimeeBottorffBelovedPearl 17 วันที่ผ่านมา +1

    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  16 วันที่ผ่านมา +1

      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 16 วันที่ผ่านมา +1

      @@practicalsheets Thank you, have a great day!

  • @SamsonTennela
    @SamsonTennela 7 หลายเดือนก่อน

    This is aweome. Thank you!

  • @user-lk8dr4nq1y
    @user-lk8dr4nq1y หลายเดือนก่อน +1

    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  หลายเดือนก่อน

      You could do everything with Google Apps Script
      Kind Regards

  • @krpdi3m
    @krpdi3m 2 หลายเดือนก่อน +1

    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  2 หลายเดือนก่อน +1

      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 2 หลายเดือนก่อน

      @@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 2 หลายเดือนก่อน +1

      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  2 หลายเดือนก่อน

      @@krpdi3m Excellent!

  • @safwanahothman6636
    @safwanahothman6636 2 หลายเดือนก่อน +1

    hi! i followed accordingly however my google sheet does not have the function =query

    • @practicalsheets
      @practicalsheets  2 หลายเดือนก่อน

      Hello!
      Are you sure you are not working with an excel file?
      Kind Regards

  • @stugreenhouse6680
    @stugreenhouse6680 3 หลายเดือนก่อน +1

    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  3 หลายเดือนก่อน

      Could you show me your code pls?
      Kind Regards

  • @diegopatt
    @diegopatt 8 หลายเดือนก่อน +1

    It also doesn't work for me

  • @bestdealjor2211
    @bestdealjor2211 8 หลายเดือนก่อน +1

    not working for me , can u please help ?

  • @vonswelllathan2154
    @vonswelllathan2154 หลายเดือนก่อน +1

    Hello can I get a copy of this script?

    • @practicalsheets
      @practicalsheets  หลายเดือนก่อน

      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

  • @michellebeatty8079
    @michellebeatty8079 หลายเดือนก่อน

    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 28 วันที่ผ่านมา +1

      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 28 วันที่ผ่านมา +1

      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 25 วันที่ผ่านมา +1

      @@thedude2000zify thank you

    • @michellebeatty8079
      @michellebeatty8079 25 วันที่ผ่านมา +1

      @@CutTiesWithYourCaptor thank you

    • @practicalsheets
      @practicalsheets  24 วันที่ผ่านมา

      Couldn´t have answered it better. Thank you!

  • @TaiKneeDancer
    @TaiKneeDancer 4 หลายเดือนก่อน +3

    This was so helpful!