Use formRanger to Limit Multiple Choice Responses in a Google Form

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024

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

  • @mirrormerecos1920
    @mirrormerecos1920 6 ปีที่แล้ว +63

    Very, very helpful! One drawback I've discovered - it turns out that replacing a session with "This session is full..." still allows the user to select that option! However, if the replacement is nothing (if(C2 < D2, B2, ) then that selection drops out of the list! Works much better for my application.

    • @c6edtech
      @c6edtech  5 ปีที่แล้ว +9

      That's a really good point, Mirrormere. Thanks for sharing! What I've been doing with that recently is using the replacement text to place individuals on a waiting list.

    • @joannawatson4061
      @joannawatson4061 5 ปีที่แล้ว

      JP Prezzavento that’s a great idea too!

    • @cynthiauchendu
      @cynthiauchendu 3 ปีที่แล้ว

      I noticed this as well. Thanks for the tip!

    • @ramfatullah
      @ramfatullah 3 ปีที่แล้ว

      yeah me too..but any suggestion so that the session still there but we make the button not work to push?

    • @emiliemontagnet
      @emiliemontagnet 3 ปีที่แล้ว +4

      @@ramfatullah Another video suggested using drop-downs instead of buttons; that way, the choice should disappear

  • @beckysimmons9840
    @beckysimmons9840 4 ปีที่แล้ว +1

    I can't thank you enough for this! My company and I were in quite a snafu trying to figure out how best to do a sign up with session limits for over 700 people, and this came to my rescue. Thank you, thank you, thank you!

  • @jamessmithmunoz1232
    @jamessmithmunoz1232 2 ปีที่แล้ว

    Thank you for creating this. I logged in today to use an old addon that is no longer available and had a small panic attack. Our Math Department uses Google Forms to create a Proctoring Sign Up for Online students that have to come in and take a Proctored Midterm and Final Exam. I was volunteered for that position. Gotta love updates! :)
    But seriously! You just saved me!!

  • @vickilawless3653
    @vickilawless3653 2 ปีที่แล้ว

    Thank you so much for this video. We were able to use this concept for our library's program registrations so we could limit the number of people who could register for each specific program. This worked perfectly!

  • @rebeltaylor7124
    @rebeltaylor7124 3 ปีที่แล้ว

    This worked perfectly! My only hitch has having more questions than you did on the demo, so the column I needed from the Form Response sheet was column F instead of B, so it didn't calculate/count my responses correctly. But as soon as I walked through the process really comparing columns, I realized my issue, corrected it and it works perfectly. VERY easy to follow steps. **For those that might have issue starting Form Ranger, I installed, then had to refresh my browser for it to actually start. THANK YOU!

  • @joannawatson4061
    @joannawatson4061 5 ปีที่แล้ว +1

    Such a helpful, clear video. I could not believe it worked when I did it! Thank you very much for taking the time to show people how to make it work.

    • @c6edtech
      @c6edtech  5 ปีที่แล้ว

      Thanks for the comment, JoAnna! I'm so glad I could help.

  • @sanjoy1st
    @sanjoy1st 4 ปีที่แล้ว +1

    Thanks a lot! Super useful tips. I was thinking that this is not possible at Google Forms, and searched Google just casually without much hope. Then I found this video and it is a life saver. Great appreciation for JP.

  • @sumobi
    @sumobi 3 ปีที่แล้ว

    This is the best video I have found explaining FormRanger! Thank You!

  • @thinhse
    @thinhse 5 ปีที่แล้ว +2

    I used this add-on to display information of seats available of a course. Very useful add-on.

  • @ianburst
    @ianburst 4 ปีที่แล้ว +1

    Thank you very much for this tutorial sir. It really helped me a lot especially in creating a Google Form - Enrollment Form which will be used in our school for our Online Enrollment. Thanks a lot!

  • @rugmaable
    @rugmaable 4 ปีที่แล้ว

    wow! you did an amazing job indeed. I was stuck and your video made my project possible. Thanks a lot for taking your time to explain this to the world.

  • @janegovednik1982
    @janegovednik1982 3 ปีที่แล้ว +1

    Can't thank you enough for this! You made it so clear and easy.

  • @mmramida1829
    @mmramida1829 6 ปีที่แล้ว +2

    Thank you so so much. I was looking for a thing like this and you save my life ! Just follow every step of you and then it worked!!!!

  • @allih8021
    @allih8021 3 ปีที่แล้ว

    You just completely made my day! Thanks for such a quick, simple and easy to follow tutorial.

    • @c6edtech
      @c6edtech  3 ปีที่แล้ว +2

      And you just made my day with your kind comment. :-)

  • @sandramughal9768
    @sandramughal9768 4 ปีที่แล้ว

    Absolutely brilliant, thank you so much, please add the date option if possible that would be the icing on the cake. Thanks so much so helpful

  • @w.gierveld361
    @w.gierveld361 3 ปีที่แล้ว +2

    I followed the instruction video, but it didn't quite meet our needs.
    Our students have to choose three options out of nine options in total.
    After submitting their choices all three chosen options are put in one cell in the Google sheets response Spreadsheet (for example: Option 1, Option 4, Option 9).
    The Countif statement in the FormRanger tab doesn’t work, because it counts unique data in a cell in the Response Spreadsheet and we have a total of three chosen options in one cell, which can differ per student.
    What I did was, I changed the formula shown in the video and added the following command to the formula:
    =COUNTIF('FormResponses'!$C$2:$C;CONCATENATE("*";B2;"*")).
    I wanted to use the command CONTAINS at first, but CONCATENATE proved to be a better option.
    What the formula does is that it checks in the Response spreadsheet, in the column containing the chosen options, how often the value in cell B2 in the FormRange appears and adds them up.
    (B2: Name of the first option in the FormRange tab. In total we have nine rows (B2 to B10) because there are nine options to choose from.)
    From here is works the same as shown in the video.
    I also adapted the formula in the column ‘Revised Session name’ in the FormRanger tab.
    Instead of just saying that all places are taken, I added the name of the option to the text using a reference to the cell with the name of the option. (For the first option the cell is B2.):
    =IF(C2

    • @hsienshienhsia4507
      @hsienshienhsia4507 2 ปีที่แล้ว

      Thank you so much. This is exactly what I need for the checkbox instead multiply choice. Great Job!

  • @MonikaR2006
    @MonikaR2006 ปีที่แล้ว

    Thaaank you so much for this very clear and easy tutorial. This was exactly what I needed!

  • @scottwyman6116
    @scottwyman6116 5 ปีที่แล้ว

    This is a little different than the version i used last year and even though it required adding a new worksheet and a few formulas I think it's actually easier than the version I used last time. Thanks for the video it was great!!!

  • @maqta007
    @maqta007 5 ปีที่แล้ว +8

    Hello, I followed the steps but the "Session Count" does not update when a user enters data. Has someone had a similar issue. Please help

  • @Tiffany.J87
    @Tiffany.J87 4 ปีที่แล้ว

    OMG! Thank you!!! Saved me soooo much time and makes me feel so versatile at work.

  • @movableimages
    @movableimages 2 ปีที่แล้ว +1

    Nice video. One input tho, please enlarge/zoom, instead having full desktop estate. Kind of hard to see

  • @themichro
    @themichro 5 ปีที่แล้ว +2

    Hi! I have 2 questions on my Form, one is How many people are going to attend and the other one is to which session. How can I set a limit to a specific amount of people to a session that they choose in the other question? Do I have to make another sheet on the spreadsheet? What are the formulas that I have to use? Thanks

  • @mirchi2510
    @mirchi2510 2 ปีที่แล้ว

    Thank you. The solution works however it requires the Form Ranger to keep running in the background. Else some changes dont reflect until we open the form and run the add on again

  • @bwa3155
    @bwa3155 ปีที่แล้ว +1

    This worked for the first item, but though the worksheet updated the second item as "My text.....", the option still could be chosen on the form. Can you please help?
    Edit - Actually, only the first choice, whichever it is, gets the "My Text...", all other choices can be chose multiple times.

  • @vickilawless3653
    @vickilawless3653 2 ปีที่แล้ว

    JP Prezzavento, I have a quick question. Is it possible to add some simple HTML to the form text when it displays that the event is full (using it for wait list registrations) ? I'd like to be able to say "=if(C2>7, "Class is FULL. Register for the Wait List.", B2)" but when I tried that, it showed the bold tag as just regular text, and didn't interpret that as HTML formatting. Any ideas on how I could accomplish that? Thanks so much!

  • @NganTran-tp4vb
    @NganTran-tp4vb ปีที่แล้ว

    Thank you for your video. This is for multiple choice question. I would like to ask if we can use form ranger to limit responses for checkboxes? Please let me know. Thanks so much.

  • @dhubuccgh
    @dhubuccgh 2 ปีที่แล้ว

    This is very helpful!!!!!!!!!!!!!!!

  • @genesisherrera6769
    @genesisherrera6769 6 ปีที่แล้ว +2

    Hi there, thank you so much for this! I am trying to set up a form where interns can select the time slots they want to work per week. I have a question set up per each day of the week, all with 5 options for different time slots. They can basically select as many as they want. However, when I look at the sheet under each "session" where I am supposed to see a count, it does not count time slots that were selected if others were selected for that same session. So, if they selected "Monday 10-11" AND "Monday 11-12," these are not being counted. Would you happen to know why or how to make it count these selections?

  • @dinaschaefer9618
    @dinaschaefer9618 7 ปีที่แล้ว +1

    Extremely Helpful! Thanks!

  • @RogerSmith83
    @RogerSmith83 5 ปีที่แล้ว

    Very helpful for organizing the sign ups for my football spectator buses.

  • @prasannaprasanna3315
    @prasannaprasanna3315 2 ปีที่แล้ว

    Very helpful. Thanks bud

  • @howtodo5062
    @howtodo5062 ปีที่แล้ว

    Thank you so much for this...

  • @jgranum01
    @jgranum01 3 ปีที่แล้ว

    When you have more than one values list in your form, where do you type the other names in the give this values list a name? It's at time 6:00 in your video, you only listed session one.
    Thanks this is very helpful!

  • @rosevadnai8495
    @rosevadnai8495 4 ปีที่แล้ว

    This was so helpful! But after you test your form, how do you erase your test submission to allow room for other submissions? Thanks!

  • @lolaquadri4857
    @lolaquadri4857 2 ปีที่แล้ว

    This was a lifesaver

  • @cynthiauchendu
    @cynthiauchendu 3 ปีที่แล้ว

    SO helpful! Thank you so much

  • @s_steuer8441
    @s_steuer8441 6 ปีที่แล้ว +5

    in germany use ; instead of , -Then it works also

  • @ishtiaqarif3010
    @ishtiaqarif3010 2 ปีที่แล้ว

    Thank you so much for the video. I’ve a query, I tried doing exactly the same, but in my case only Session 1 changes to revised session name, but session 2 & 3 still counts after the limit and doesn’t changes to revised session name in the form. Could you give me instructions how to fix that?

  • @saifulstudioworks9162
    @saifulstudioworks9162 3 ปีที่แล้ว

    This is amazing! Very useful. Just wanna ask, after setup finished and i wanna change the limit session do i need to start up again? Or just change in spreadsheet and it still working?

    • @c6edtech
      @c6edtech  3 ปีที่แล้ว +2

      You can adjust the session limits in your spreadsheet as you need to. If changing the session limit will close that session, you will want to go into the add-on and refresh it. Thanks for your watching!

  • @sangeethasanthebennur
    @sangeethasanthebennur 3 ปีที่แล้ว

    does this only work for multiple choice questions? I'm working on a form for one checkbox question and the formRanger sheet isn't populating accordingly....

  • @enasjaber5632
    @enasjaber5632 3 ปีที่แล้ว +1

    thanks , but how to apply all that to session 2&3 as well as??

  • @jamvortix
    @jamvortix 3 ปีที่แล้ว

    I did all you show here, all correct, but then when I answer the form the count number rest at 0 and form ranger doesn't work.

  • @dineshgohil2808
    @dineshgohil2808 2 ปีที่แล้ว

    Great Tutorial.

  • @farahabdulhalim
    @farahabdulhalim 3 ปีที่แล้ว +1

    Hi, Thank you for the tutorial. It is indeed very helpful! I have situation and would love to hear your opinion. I tried to limit each option to 1, but when multiple people open the form at the same time, the form will show all choices (because the 1st person has not submit the form yet). The problem i found is all of them can still choose the same option and submit and does not show error. Do you have any idea how I can solve this?

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

      Did you find a solution for this?

  • @catemcm
    @catemcm 6 ปีที่แล้ว +1

    Hi, this is great! You're a really good teacher!
    Just have a query at min 6.08 - Am I supposed add a range for every row of options?

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว +2

      Catherine McMahon Thanks for the compliment, Catherine!
      Yes. I add a new range for each question. 4 questions = 4 ranges from 4 spreadsheet tabs.

    • @catemcm
      @catemcm 6 ปีที่แล้ว

      @@c6edtech great. Thank you so much.

  • @patricehenry5033
    @patricehenry5033 4 ปีที่แล้ว

    Thank you so much this was the most helpful

  • @johnhatten4133
    @johnhatten4133 3 ปีที่แล้ว

    It there a way to include a date option so that the answer selection once it has meet the limit value it will not be there until the time limit expires.

  • @ryilmazz
    @ryilmazz 5 ปีที่แล้ว

    Very nice tutorial. Thank you !

  • @sethimonika
    @sethimonika 6 ปีที่แล้ว +1

    This has been an absolute saver !! Thanks for explaining it so well .

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว

      Awesome! I'm so glad I could help, Monika!

  • @cnrdff
    @cnrdff 4 ปีที่แล้ว

    Hi - Thanks for this but when the capacity is reached it does not delete the option on the form? - 'Available' shows -1?

  • @registrar04laca23
    @registrar04laca23 4 ปีที่แล้ว

    Hi! Do I need to populate range for each session selection? or populating for one session is enough? thanks in advance!

  • @marinakarli1301
    @marinakarli1301 4 ปีที่แล้ว

    Hello. I would like to ask a question for a similar topic. Is there any way for restricting people from giving the same answer to two subsequent multiple choice questions? I would need this restriction for every pair of questions. Thank you very much for your time.

  • @jinmingooi313
    @jinmingooi313 3 ปีที่แล้ว

    Hi there, it is a good video on the limiting for the number allocated for each item. But how do you reset it back like a library system where someone borrowed the book and wants to return it back. Is there any formula to do so so that after the book was taken away and returning it to the system?? Need some valuable help here..... Thanks.

  • @MathiasGronqvistPrakticum
    @MathiasGronqvistPrakticum 2 ปีที่แล้ว

    Nice! But I wonder why is this not a built in feature in Google Form in 2022..

  • @ShibuGeorgeMac
    @ShibuGeorgeMac 2 ปีที่แล้ว

    Thank You!

  • @tiffanywilson6842
    @tiffanywilson6842 ปีที่แล้ว

    It kind of worked for me, however it is not updating to "Full" in real time. I did put to update with every form submission. However, it only updated one response. I checked and the formula was carried over to each cell on the sheet. I have no idea how to fix it.

  • @shamsulsalihin6004
    @shamsulsalihin6004 2 ปีที่แล้ว

    why forms sometimes do not auto-update even though we have enabled auto-repopulate on form submit & every hour

  • @Apesjam
    @Apesjam 3 ปีที่แล้ว

    This is amazing, Thank you!

  • @collegeofscienceuniversity9019
    @collegeofscienceuniversity9019 4 ปีที่แล้ว

    Very nice, thank you.

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

    What if I have sections? Lat say I want to have 3 sections and 5 sessions within each sections. Does the same formula applies? Tqia

  • @markryan785
    @markryan785 2 ปีที่แล้ว

    When I select Form Ranger from add ons I only get the Help option. Not Start. What am I doing wrong?

  • @claireschembri5554
    @claireschembri5554 6 ปีที่แล้ว

    thank you for this video! you're a lifesaver

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว

      I'm so glad I could help, Claire!

  • @veronikakopecka1527
    @veronikakopecka1527 4 ปีที่แล้ว

    Hello, thank you for useful video. Is it possible somehow set the automatic update? FEx. I have lesson Thu 9am and Fri 9am and wanna have limit 15 people, than after it will happen I would like to renew it again from 0, is it possible? Or should I only do it somehow manually? Hope you are still answering :)

  • @juzailahbintemohamedamin3002
    @juzailahbintemohamedamin3002 3 ปีที่แล้ว

    Very clear explanation! :) However, although my response spreadsheet reflects accordingly when session is full, the google form does not update concurrently. What went wrong?

    • @monicahofmann5005
      @monicahofmann5005 3 ปีที่แล้ว

      Each "this session is no longer available" message has to be slightly different, or it will only update one answer option. When I typed "session 1 is no longer available" "Session 2 is no longer available" etc., it updated correctly.

  • @mrsscushing776
    @mrsscushing776 4 ปีที่แล้ว

    Hi this is great. However how would I restrict the actual capacity i 5 dates to choose from max people for each date is 6 but his could be 1 people bringing another 5 or 6 different people booking to come on their own?

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

    amazing, thanks

  • @beckygarrett3726
    @beckygarrett3726 4 ปีที่แล้ว

    This was extremely helpful. We have one problem still. When we go back into our document and add the formranger, the questions we need to limit (a dropdown checkbox list of classes we need to set limits on for students to sign up) will not show up in the questions list on the form ranger menu. Does that make sense? Can someone help?

    • @katkelly22
      @katkelly22 4 ปีที่แล้ว +1

      you have to add them in. he's using an older version of the form (this video was made in 2017). so the form ranger has updated since then. He does the same thing. It doesn't say "new values list" it just asks you to add them. So the formranger looks different. now the options are "New range" when you click the plus sign. after you go through the process, of selecting (following his directions above) then they'll show up.

  • @asifannur
    @asifannur 4 ปีที่แล้ว

    hi sir, how if the add ons can't work when selected, this also applies to the add ons called "limit form", I've tried on 2 different accounts, the results are the same

  • @saleemnashef2867
    @saleemnashef2867 6 ปีที่แล้ว

    Thank you, you are a genius

  • @ingahildebrandt4317
    @ingahildebrandt4317 ปีที่แล้ว

    For some reason my counter is not working. I triple checked my countif statement and it is identical as I used all the same coloms. Help!

  • @agkvlogs8518
    @agkvlogs8518 3 ปีที่แล้ว

    Hello! Thanks for this. Can you try if there's an update that happened as of this year? The for ranger no longer applies to all of the sessions I put in the column. It only works on the first row. :(

  • @zulz1997
    @zulz1997 3 ปีที่แล้ว

    Will it refresh everyday ? Or do i have to do it manually?

  • @courtcummings4378
    @courtcummings4378 3 ปีที่แล้ว

    This is a great tutorial! I'm having an issue though that I think is related to the FormRanger....I have images uploaded in my google form that go with some of the answer choices, and they keep disappearing. I also have time slots listed as answer options, and they keep reverting to military time. Help???

  • @stephensutton7227
    @stephensutton7227 2 ปีที่แล้ว

    Hi,
    Quick question. I am a PE teacher and doing this for student to pick an elective and I have max numbers were activity. I followed the directions and am good up to the near end where it says name the values list. I know I have to do this 3 times for my 3 activities but how do I get more than 1 option? It says give the value list a name but there is only room for 1 name. Do I add my first activity and then go back somehow and add my 2nd one? Or is there a way for it do this all at once? I did my value list for my first activity and it works... I have a cap at 20 students and it does say to pick another activity this one is closed, but I don't have that for the other two

    • @stephensutton7227
      @stephensutton7227 2 ปีที่แล้ว

      So I can getting the sheet to read "This activity is full" but when I am on the form it only says that for the first of 3 activities that they can choose from

    • @stephensutton7227
      @stephensutton7227 2 ปีที่แล้ว

      The other two activities even though they are closed still come up as open

  • @lenaz7419
    @lenaz7419 3 ปีที่แล้ว

    Thank you so much!!

  • @efrainsaucedo3134
    @efrainsaucedo3134 3 ปีที่แล้ว

    thank you for sharing this! I followed the instructions to the T, however, when I do the first formula, it always shows the #name? message. I copied and pasted so there shouldn't be an error with the name. What could be causing this?

  • @daveyoung6895
    @daveyoung6895 7 ปีที่แล้ว +1

    Nice one.

  • @olympus95
    @olympus95 3 ปีที่แล้ว

    I have a problem, after selecting Which Sheet, it didnt appear anything in Which Data, its just buffering and being blank. Help Me please.

  • @raedellevanfossen6054
    @raedellevanfossen6054 7 ปีที่แล้ว

    In my form, it starts with the responder having to choose one of two types of classes (adult and children's class). Choosing the adult selection will take the person to one section of the form and choosing the children's class will take them to another section. I set up the spreadsheet for it to limit the responses for the adult class choices . How can I set it up for the children's class choices? Do I create another tab in the spreadsheet? Thanks!

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว

      You got it!

  • @chriscoffee4123
    @chriscoffee4123 7 ปีที่แล้ว

    I have been trying to figure out if there is a way to stop a question from being answered once a certain value is selected. I am currently using two questions; 1. Unit #, 2. a Multi Choice Question with 40 rows and 4 columns. The 4 columns are Not Ready, Not Started, WIP, and Done. Whenever a row is Done I don"t want to answer that Row again. Ideally I would like to just have the data show up when anyone types that unit number again but short of that I don't need to update anything that is already Done...Any ideas?

  • @damarisroulette4963
    @damarisroulette4963 4 ปีที่แล้ว

    Got confused when you selected Column E for the formula. I thought you would select D? E is blank in your example...

    • @andrewvinson9964
      @andrewvinson9964 4 ปีที่แล้ว

      Column E is from the original spreadsheet generated by the form for the registration, not the FormRanger spreadsheet.

  • @sherilkarstens6891
    @sherilkarstens6891 4 ปีที่แล้ว

    Hopefully someone has an answer to my question. I need to limit how many people sign up for sessions but I also need to only have one session open at a time. Once session 1 is full, I need session 2 to open, when session 2 is full then session 3 would open. I have two separate regions that I need to create. One region has two sessions, the other region has three sessions. I am still playing with how to open a session after another is full. Would appreciate any advice.

  • @ralucanicolae9433
    @ralucanicolae9433 4 ปีที่แล้ว

    Very, very helpful video! does anyone know how can we set a rule like this with two conditions? I have 5 intervals of time and for each one the maximum of people is 14, for each day. Can i ad a question with date and for each day to apply the rule with the maximum people that can register for each interval of time?

  • @paiinlove1992
    @paiinlove1992 5 ปีที่แล้ว

    nice video, thanks you, If I'd like to eliminate the full session on Form what should i do? Thanks you

  • @boerofede
    @boerofede 5 ปีที่แล้ว

    I need to ask you something about the form. I did this form,. and i have to limit with 2 check boxes , but when the people submit the answer, the two selected check box passes to a single cell, so it doesn't count

    • @c6edtech
      @c6edtech  5 ปีที่แล้ว +1

      This will only work with a drop-down list or multiple choice question because the text in the cell must be exactly the same as the text used in the countif formula. Sorry for any confusion. Feel free to reach out on Twitter @jpprezz if you want to chat more about this.

  • @m.maslankowski5136
    @m.maslankowski5136 5 ปีที่แล้ว

    When I start formranger after following the steps on the google sheets, i don't get an option for select by values---only select range. I can't seem to get select by values?

    • @c6edtech
      @c6edtech  5 ปีที่แล้ว

      Michael Maslankowski hit the plus sign then select new range. That should do the trick.

  • @kris10bee1
    @kris10bee1 6 ปีที่แล้ว

    JP thank you for your wonderful and clear instruction video. I followed it almost all the way to the end and ran into trouble at the very last step. In my case, I'm trying to create audition time slots every 5 minutes across multiple hours. I have one drop down question list of roughly 70 time slots in total. When I clicked "update question list" on Form Ranger it changed all the times in my form from PM to AM. I don't think I fully understood the last point where you talk about the Name Range. In any case, I just had the idea that if I change it from drop down to multiple choice it might work. It's not changing the name of the timeslot. I think I've messed up on the last step. Any tips?

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว

      Kristen Beever Hi Kristen! My last statement about the named ranges is for instances where you have more then one question that needs to happen options eliminated.
      I don't know why the times would change on you.

    • @mirrormerecos1920
      @mirrormerecos1920 6 ปีที่แล้ว +1

      The times change for some reason if your format is Auto - seems to advance everything by two hours. If you go to Format > Number and select Plain Text, the world will right itself.

  • @dhummelful
    @dhummelful 7 ปีที่แล้ว

    Not sure if you're still answering questions on this topic...but I have followed the instructions and for some reason my location count column is not pulling the information from the Form Response tab. What could be the error there? =CountIf('Form Responses 1'!D1,B2) This was my formula.... Do you see something wrong with it? I am trying to create a form for the kids at school to choose which organization they will do their community service.

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว

      Hmm...I'm not too sure without looking at the spreadsheet. If you're still having issues let me know and we can connect off TH-cam.

    • @dhummelful
      @dhummelful 7 ปีที่แล้ว

      Thanks for replying. I found a different add on that did what I needed. Thanks!

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว

      Dana Hummel you're welcome! What did you use to get the job done?

  • @razimoosa7028
    @razimoosa7028 4 ปีที่แล้ว

    Thankyou Sir!

  • @MusaHf
    @MusaHf 6 ปีที่แล้ว

    may i ask something?
    after the choices are eliminated from our form. can we change it to a simple sentence(not a question) in the places that where the choices are belong? and not a choices again?
    you hope you understand what i'm saying..

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว

      You can change it to a statement; however, the radio button will remain on the form. This is explained starting at 3:26 of the video. I hope that helps!

  • @salinabintisallehkpm-guru5407
    @salinabintisallehkpm-guru5407 4 ปีที่แล้ว

    very helpful but at the end, i can not do it because there is no way to clik value list? plz help me

  • @gauravkumarverma9141
    @gauravkumarverma9141 7 ปีที่แล้ว

    In the above example, a person has the choice to choose EITHER session 1 OR session 2 OR session 3. If i want a person to choose multiple sessions but not more than 2 sessions. Can this be done? Can we use check boxes instead of radio buttons in questions where we want to set the limits? How does check boxes will be reflected in spreadsheet?
    Please help.

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว

      I would create two separate questions, one for each time slot. Be careful to make sure you give the sessions slightly different names in each question (I use a -2 for all second session choices)

  • @jasonpayne2334
    @jasonpayne2334 3 ปีที่แล้ว

    So I did this. I need to use the form weekly tho. So I deleted my rows that were used. I went to form and deleted all responses. So basically a brad new form. Now none of my responses will come over to the google sheet. they just stay in the google form responses.

  • @jundaaaaaaaaaa
    @jundaaaaaaaaaa 3 ปีที่แล้ว

    can i block the selection instead of telling people it is full? they can still click on the full timeslot u see

  • @TatterdemalionMusic
    @TatterdemalionMusic 6 ปีที่แล้ว

    Brilliant - than you!

  • @SanctuaryMemory
    @SanctuaryMemory 6 ปีที่แล้ว

    So, I did this, and my formula works. It shows on my spreadsheet that it is working. It doesn't show up on my form though. On my form, it's still giving me the original two options. Any idea why?

    • @c6edtech
      @c6edtech  6 ปีที่แล้ว

      SanctuaryMemory check the re-populate options. Make sure they are both turned on.

  • @daveyoung6895
    @daveyoung6895 7 ปีที่แล้ว +1

    Can you show (or tell me how) how I could have multiple selections over 3 sessions - eg 3 rounds of workshops which people have to choose 1 in each round. Thanks.

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว +1

      Dave Young make three separate questions in the form, making sure that each session name is unique. In your spreadsheet, make 1 tab for each question. Then when you run formMule, you will map three spreadsheet tabs, one for each question.
      The most important thing to keep in mind is that even if sessions have the same name, make sure that the names are unique, maybe adding a 1, 2, and 3 after session names fort sessions 1, 2, and 3.
      Hopefully that makes sense.

    • @daveyoung6895
      @daveyoung6895 7 ปีที่แล้ว +1

      Thanks. That is what I thought I would have to do but can not getting it working properly. (I guess you mean FormRanger rather than Mule?) I did the formula for each sheet to reference the correct column but must be missing something.

  • @seacoastlearningcenter8879
    @seacoastlearningcenter8879 3 ปีที่แล้ว

    I got all the way to 'start Formranger' and it says google refused to connect. Can you help?

  • @lindaasaro9059
    @lindaasaro9059 7 ปีที่แล้ว

    How do I add multiple values in the values list in FormRanger. The video shows him entering session 1 selection in the values list. How would you add session 2 selection and Session 3 selection, and so on? Any assistance would be much appreciated. Thanks.

    • @c6edtech
      @c6edtech  7 ปีที่แล้ว

      In your spreadsheet, just create another table for each additional session, making sure that the session names are slightly different, so using -2, -3 so that formRanger understands that it is looking at two different things.

  • @phiesty2
    @phiesty2 5 ปีที่แล้ว

    I have followed all of the steps but once I get to the last part to set the populate options, I can not find my spread sheet. Does anyone know how to fix this issue?