Splitting Multiple Choice (Checkboxes) Responses from Google Forms into Choice-Specific Columns

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024
  • НаукаНаука

Комментарии • 85

  • @90vit
    @90vit 2 года назад +1

    Thank You! I was scratching my head with over 300 samples with multiple "Check All That Apply" .

  • @vaishnavibharucha7259
    @vaishnavibharucha7259 8 месяцев назад

    Video really helpful I already watched more than 4 videos but this video is perfectly for what I want for my survey.

  • @ecampnd
    @ecampnd 3 месяца назад

    Excellent. Very helpful. One suggestion is to paste the actual formula in your notes so folks can copy and paste it. Thanks!

  • @minanguyen3438
    @minanguyen3438 Год назад

    Madam you're the greatest for sharing this trick

  • @marcella7924
    @marcella7924 2 года назад

    THANK YOU! I've been trying to figure this out for weeks!

  • @lilychu8912
    @lilychu8912 6 месяцев назад

    This is amazing! Thank you - saves a lot of time.

  • @shopaholic_scholar
    @shopaholic_scholar 5 месяцев назад

    Thanks it helped me a lot 😢please make more such videos

  • @alhumairahassan1643
    @alhumairahassan1643 2 года назад

    Thank you very very much... This video really save my life 🎉❤️
    Hope all the good things happening to you.
    Thanks from sudan🎉🎊

  • @khornphengheng550
    @khornphengheng550 10 месяцев назад

    Thank you so much for this video. It really helps me a lot.

  • @raphaeldecourville4669
    @raphaeldecourville4669 Год назад +1

    Thanks for the useful video. One thing I'm missing is how do you deal with the "other" field like you show at 3:50. Is there a way to make a column that shows a 1 if the answer contains a custom text answer? Ideally I'd also like to make a column that contains the text of the answer as well.

    • @kaisynlearning
      @kaisynlearning  Год назад

      Thanks Raphaël. That's a tough one. Specifically because Google Forms do not give the custom answer appended by any specific string such as "Other -" . Hence the formula to retrieve a custom answer would be complex - but possible anyway. First you'd need to check which of the given options were marked, then compare their combined lengths and the number of expected commas+spaces with the total length of the response column. If they don't match then search for the unmatched length and use the RIGHT function to obtain the custom text from the response column. Google Forms has an Apps Scripts feature which can be used to get this function working within the form itself - it will have similar logic. So you could explore that. Or you could wait and pray that Google rolls out this much-much needed feature as a simple setting. :P

    • @raphaeldecourville4669
      @raphaeldecourville4669 Год назад

      @@kaisynlearning Thanks for the detailed answer! I ended up writing my own App Script for exporting the form in the format I needed. I took a while and the export isn't as fast as Google's native one but it worked for my purpose.

  • @neeve77
    @neeve77 Год назад

    I really needed this!! Thank you so much.

  • @jdchee
    @jdchee 2 года назад +1

    Boom! Just what I needed. :)

  • @YasmeenEsam
    @YasmeenEsam Год назад

    Thank you. It helped me a lot today. very grateful for you.

  • @williamfanning555
    @williamfanning555 Год назад +1

    Can we complete this in Google Sheets? My friend did it one time but i forget how

    • @kaisynlearning
      @kaisynlearning  10 месяцев назад

      Hi! Missed replying to you! Same formula in Google Sheets

  • @martinanggahardiyanto22
    @martinanggahardiyanto22 2 месяца назад

    matursuwun mbakke

  • @abuhussam3590
    @abuhussam3590 2 года назад

    you are legend! you save my life

  • @allygovin6242
    @allygovin6242 7 месяцев назад

    Thank you so so much ... truly helped me on my client request.

  • @thekycklingwizard78
    @thekycklingwizard78 Год назад +1

    Thank you!

  • @rafaelagonzaless
    @rafaelagonzaless 2 года назад

    The answers box was empty after a new form was submitted, i need to manually highlight and drag again the box from C1, B2 to the new submitted form. Help me. Thank you

    • @kaisynlearning
      @kaisynlearning  2 года назад

      Hi Rafael... couldn't exactly understand your query... could you send us a screenshot of your problem at kaisyn.consulting@gmail.com?

  • @rcwareagle
    @rcwareagle Год назад

    Thank you for this video!!

  • @Johnny-zn1qg
    @Johnny-zn1qg Год назад +1

    Great explanation. Easy to follow!

  • @shofaacademic
    @shofaacademic 3 месяца назад

    Thank you for your explanation but its not work for me and it said " you've entered too many argument in the formula" what should i do?

    • @kaisynlearning
      @kaisynlearning  Месяц назад

      @shofaacademic My apologies for getting back late. I hope you found your solution. You probably entered an additional comma somewhere by mistake.

  • @anjapersson9004
    @anjapersson9004 Год назад +1

    Thank you for an informative video! Is there a way to do this in google sheets (not in excel)?

    • @kaisynlearning
      @kaisynlearning  Год назад +2

      Yes, the same formula holds in google sheets as well.

    • @coloredpencils01
      @coloredpencils01 Год назад

      Yes there is! I just tried it in Google Sheets and the formula is exactly the same. Instead of 1 as the output value, I used $B2&" "&$C2 for the final part of the formula because my B column was first name and my C column was last name. That way, I could easily see the names of who had signed up for each column without scrolling back to the left.

  • @christelleolibrice7690
    @christelleolibrice7690 10 месяцев назад

    is not workinf for me, I did all the steps but excell told me i have to put an apostrophe before =if

    • @kaisynlearning
      @kaisynlearning  10 месяцев назад

      Check if there are any spaces in your formula

  • @valerieking6976
    @valerieking6976 Месяц назад

    This video is excellent and I have used it successfully for one survey. However, I now have one that received different surveys based on early input so now I would end up with multiple columns for the same answer. (i.e. a manager and staff member received different versions of the same registration but some events overlap,) How do combine these answers? I'm guess the first time it appears I would add a way to search if true in this column OR this column but what would the formula be?

    • @kaisynlearning
      @kaisynlearning  Месяц назад

      Hi @valerieking6976 .. My apologies for getting back to you late and I hope you found your solution....you could first copy-paste-transpose your choices as usual and then place the similar choice columns next to each other by simply cutting and inserting those columns... Next, just add a final column for all such combinations where you simply check if the rows are non-zero and and place a 1 for that final field. If you'd like a detailed solution you can reach out to kaisyn.consulting@gmail.com. Thanks!

    • @valerieking5575
      @valerieking5575 Месяц назад

      You obviously didn't;t actually read the comment. It is actually a question you did not answer

    • @kaisynlearning
      @kaisynlearning  Месяц назад

      @@valerieking5575 Hope you're having a good day. I did read the comment but maybe I interpreted it differently. "I now have one that received different surveys based on early input so now I would end up with multiple columns for the same answer (i.e. a manager and staff member received different versions of the same registration but some events overlap,)" - Here I assumed you have the same question in the different versions but varying choices (and hence multiple columns for the same answer). Now looking at your question differently you may mean having different questions. So I will try giving solutions for both.
      Same Question, different choices in the versions - In case you have the exact same column repeated then the original formula will take the first instance and return you the answer so one single column will suffice, provided the choices given are the same in all versions. In case the choices are worded differently or have spelling variations you can combine the similar columns.
      Different questions, same choices in the versions - Now in case you have different questions altogether in the different versions then my solution of combining field columns still stands - you just need to first combine the answers to the two questions into a single column first. If you don't want to do this and if you would like to have a formula that evaluates both questions together you could use the IF-OR combination function like this: if(or(iserr(search(text_to_find, cell1)),iserr(search(text_to_find, cell2))),"",1)

    • @valerieking6976
      @valerieking6976 Месяц назад

      @@kaisynlearning Thank you! I will give this a try. I believe the final formula is what I'm looking for!

  • @florianawassong9756
    @florianawassong9756 6 месяцев назад

    Hello Thanks for the tutoriel.. .. i have a problem.. i enter my data with cs pro i have make a checkboxfield so that reach participant can take more Thank one option….but the way its that when i transfert the file in spss the application cant understand it, for example spss suppose to understand that 1 is to …..,2 is to .. …,3 is to … ,etc … so when a participant choose may be 1,2 and 3 …spss understand 123 and not the value of 1.. ,of 2 and of 3… so i am really lost because i have more than 1000 participants .
    I aspect u can propose me a solution
    Thank you in advance !

    • @kaisynlearning
      @kaisynlearning  Месяц назад

      Hi @florianawassong9756, really sorry for the really late reply.... I hope you found your solution... SPSS does have some workarounds for splitting multiple choice columns.

  • @aquariushost7216
    @aquariushost7216 Год назад

    Usually I just download the google form responses count for each option in the responses section of the google form itself. Is there an advantage in splitting into columns for analysis?

    • @kaisynlearning
      @kaisynlearning  10 месяцев назад

      Hi... the responses section gives a chart. Having the columns separate in google sheets or excel makes it easier to analyze on the go.

  • @life-long-learning4956
    @life-long-learning4956 Год назад

    Thank you so much for the explanation. Very informative video. I have one problem the function did not work for me... I am trying to understand why... Please help!!

    • @kaisynlearning
      @kaisynlearning  10 месяцев назад

      Hi! Missing replying to you, I hope the formula worked for you by now :P

  • @BVRDMUSIC
    @BVRDMUSIC Год назад

    You are amazing. Thank you so much!

  • @mochammadabdulmachfud5847
    @mochammadabdulmachfud5847 Год назад

    Why I can't use the formula, I've already follow your step? :(

    • @kaisynlearning
      @kaisynlearning  Год назад

      You could let us know where you're getting an issue and then maybe we can help :)

    • @Youfav121
      @Youfav121 Год назад

      Same here. I am getting 1 in every cell

  • @jeremiahakinlabi7232
    @jeremiahakinlabi7232 Год назад

    Amazing! How'd you show other options?

    • @kaisynlearning
      @kaisynlearning  Месяц назад

      Other options can be tedious - do go through the comments for a detailed discussion on this

  • @officialmintt
    @officialmintt Год назад

    Thank you so much!

  • @srijadutta4810
    @srijadutta4810 Год назад

    Mam, how to make a bar chart or pie chart out of this data

    • @kaisynlearning
      @kaisynlearning  Год назад

      Hi! You can make a bar chart with the total counts for each column. Pie charts don't work for questions with multiple select.

  • @aarsheyshah9485
    @aarsheyshah9485 2 года назад +1

    Formula can't see....

    • @kaisynlearning
      @kaisynlearning  2 года назад

      You can try increasing the data quality for the video

  • @chilanayhajiyeva2208
    @chilanayhajiyeva2208 Год назад

    Hi, thank you for the video! I was trying to apply the same formula for my responses, but at the end it just says that I have entered too many and I cant see "1" per each answer😞

    • @kaisynlearning
      @kaisynlearning  10 месяцев назад

      Hi! Missed replying to you! Check if you have an extra comma somewhere in the formula

  • @g-4rodrigojrclarito758
    @g-4rodrigojrclarito758 Год назад

    It’s not working for me, please help 😢

  • @studywithPU
    @studywithPU Год назад

    Hey, I have a query. I have the following options 1. male friends and 2. female friends. When I apply the formula though the respondent has responded as male friends and not female friends, for some responses, it is showing value 1 in the female friend's column. Is there any possible solution for that?

    • @kaisynlearning
      @kaisynlearning  Год назад

      Hi, it's because one of the options is a part of the other (I think you mean the other way round - if the response is female friends only, then both male and female are marked as one.) In such cases you need to use an extra identifier in any one of the options - for example replace "female friends" by "female-friends" in both your data as well as your column headers.

  • @nohson1
    @nohson1 Год назад

    We are trying to convert a multiple choice questions document into excel, but it's not working as expected.
    The questions are formatted as follows:
    1. What is the name of the first man?
    A. James
    B. John
    C. Adam
    D. Prince
    We want to import it into excel so the question appears in a column, the same as each option.
    For example,
    Column A Column B Column C Column D Column E
    What is the name....? James John Adam Prince
    Please help us with a short video or explanation of how to achieve this.
    -

    • @kaisynlearning
      @kaisynlearning  Год назад

      Hi! You could use the transpose function while pasting it in Excel (under Paste select the transpose option) but you'll need to do that for every question manually. The only other way possible is to design a macro.

  • @dodospanigirtzis
    @dodospanigirtzis Год назад

    Just excellent! Thank you very much!!!

  • @es_praveen5
    @es_praveen5 2 года назад

    how to shift the exact response under the heading

    • @kaisynlearning
      @kaisynlearning  2 года назад

      Hi Praveen! Could you clarify your question a bit?

    • @es_praveen5
      @es_praveen5 2 года назад

      @@kaisynlearning when a user fill a Google form and chooses multiple choices and that Data should be exact Under the same heading in the sheets or Excel

    • @kaisynlearning
      @kaisynlearning  2 года назад

      @@es_praveen5 That's what the video shows!! Do watch it completely!

  • @teddahrable
    @teddahrable Год назад

    It would be nice if I could read the formula. I'm a dinosaur so not good creating formulas in excel.

    • @kaisynlearning
      @kaisynlearning  Год назад +1

      @teddahrable thanks, we'll try to zoom in on the formula part in our next videos. You could also try going for full screen at a higher video resolution incase the formula seems to be blurred. For now here's the formula we've shown: =IF(ISERROR(SEARCH(C$1,$B2)),"",1)

    • @teddahrable
      @teddahrable Год назад

      @@kaisynlearning thank you.

  • @oyohval
    @oyohval Год назад

    Thank you so much

  • @mattweld1290
    @mattweld1290 2 года назад

    Awesome!! Thank you.

  • @vidhi968
    @vidhi968 2 года назад

    it was so helpful. Thank you for this.

  • @sonyaunderdahl9517
    @sonyaunderdahl9517 2 года назад

    Thank you. Clear easy to understand

  • @redowl247
    @redowl247 2 года назад

    thank you a lot for this /cries. It does not work at first (also im using wps XD) but if you play around a bit, it does work! thank you!

  • @orvenbengala8313
    @orvenbengala8313 2 года назад

    SO nice. Thank you so much :)

  • @SACHINKUMAR-jh7sv
    @SACHINKUMAR-jh7sv 3 года назад

    VERY NICE.....IN EASIEST WAY.
    SACHIN

    • @05madavan58
      @05madavan58 2 года назад

      docs.google.com/forms/d/e/1FAIpQLSe0vOzBP6BVh1FZl5FDCZz4gf5ZwH2BwXhCy_V57ao52SvHAw/viewform?usp=sf_link
      Please fill this form and thanks in advance

  • @pravingurav106
    @pravingurav106 3 года назад

    Great resource

  • @informativegoogle
    @informativegoogle 2 года назад

    thank you so much mam

  • @YadavAjay-f6u
    @YadavAjay-f6u Год назад

    too good

  • @sonakshikumari7209
    @sonakshikumari7209 3 года назад

    Very nice

  • @ramrattankaushik3104
    @ramrattankaushik3104 3 года назад

    Very nice Neha ji

    • @05madavan58
      @05madavan58 2 года назад

      docs.google.com/forms/d/e/1FAIpQLSe0vOzBP6BVh1FZl5FDCZz4gf5ZwH2BwXhCy_V57ao52SvHAw/viewform?usp=sf_link
      Please fill this form and thanks in advance