Google Sheets Userform - Custom Form Validation

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 28

  • @wimino367
    @wimino367 3 роки тому +4

    Many thanks!
    You and your channel are really important for my work as a Co-CEO for a small company. I love data and I love to automate our process, and everything you teach is clear and powerfully useful

  • @josedejesusfragozolopez6396
    @josedejesusfragozolopez6396 4 роки тому +1

    Muy interesante....

  • @findthetruth3021
    @findthetruth3021 4 роки тому

    You are awesome bro. Many thanks. But, please we asked some questions in the previous tutorial videos. Hope, you will have time to answer us. Thanks again. Keep up this great work.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +1

      Not sure what questions. I just answer the top 10-20 comments I see in the feed. It's impossible to reply to every comment.

  • @giamar3026
    @giamar3026 4 роки тому

    Hi Master! THK you. Need to learn how to validate from back end to front end, mean that if you create an user for example, avoid doing if the email is in a google sheet column , do you have a video that can guide me on this? Thank you again, love your videos

  • @Johnnie.V
    @Johnnie.V 4 роки тому

    thanks, bro! awesome videos!
    is there any way to show dependent dropdowns dynamically. For Example for some items i have 3 levels to choose(exactly like in video, but there are items with only 1 or 2 levels of dropdown lists. So is it possible to show the third level only when the second level is not empty?

  • @christopherlung9002
    @christopherlung9002 3 роки тому

    Great tutorial but what if you have two input fields, how would you add validation if you wanted to only validate a specific input field not all input fields?

  • @MichaelKnichel
    @MichaelKnichel 4 роки тому

    Your vids are great. Another question... Is it possible to turn off the suggestions for a text input? My date field remembers past dates I have entered and displays a list of them that covers the datepicker.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      That's your browser doing it. Try adding see if it helps.

    • @MichaelKnichel
      @MichaelKnichel 4 роки тому

      @@ExcelGoogleSheets Thanks. I will try that.

    • @MichaelKnichel
      @MichaelKnichel 4 роки тому

      @@ExcelGoogleSheets BTW, how did you get the date to make the popup drop appear without clicking on the arrow on the right? It looks like you are just clicking in the input box. I have to click the arrow to make the date popup appear.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      That's browser specific. I'm on Firefox and that's how date field works on Firefox.

    • @MichaelKnichel
      @MichaelKnichel 4 роки тому

      @@ExcelGoogleSheets do you have a vid on better date implementation that is cross-browser compatible?

  • @hilaryeins1
    @hilaryeins1 4 роки тому

    @Learn Google Spreadsheets
    Hello, google spreadsheets master. How are you doing?
    Would you mind to let us know how to open another sheet according to the user input value?
    I will appreciate your kind wisdom ...

  • @akhan3900
    @akhan3900 4 роки тому

    Hi there
    I am having issues with update to sheepon submit if i have 2 switch buttons.
    First button work as per ur video, but second one doesn't.

    • @akhan3900
      @akhan3900 4 роки тому

      I mean something similar to arrivalTime

  • @mouhsinpalas4825
    @mouhsinpalas4825 2 роки тому

    man HOw can I make drop down from another spreadsheet!, Please

  • @pichit.raetai
    @pichit.raetai 4 роки тому

    Thank you very much . Can we change user form size? I think it’s too narrow.

    • @melenev
      @melenev 4 роки тому

      function loadForm() {
      const ui = SpreadsheetApp.getUi()
      const Sidebar = HtmlService.createHtmlOutputFromFile("Form").setHeight(900).setWidth(900)

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      I would load it as a dialog instead of sidebar.

    • @MichaelKnichel
      @MichaelKnichel 4 роки тому

      @@melenev setWidth/setHeight have been removed by google.

    • @MichaelKnichel
      @MichaelKnichel 4 роки тому

      @@ExcelGoogleSheets Can you change the size of the modal dialog box?

  • @basionibasioni9827
    @basionibasioni9827 4 роки тому

    please. I can't collect decimal numbers on Google spreadsheets. I'm getting an error. #VALUE! What is the solution

  • @himanshusharma5181
    @himanshusharma5181 3 роки тому

    Mentor