How to create a data entry form in Google Sheets [with multiple databases]

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

КОМЕНТАРІ • 125

  • @sriprabujeyapaul438
    @sriprabujeyapaul438 15 днів тому

    உங்கள் வீடியோ எனக்கு உபயோகமாக இருந்தது. மிக்க நன்றி.

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  15 днів тому

      உதவியாக இருந்ததில் மகிழ்ச்சி.

  • @princedasan1897
    @princedasan1897 13 днів тому

    Watching this for my Systems engineering assignment, thnx !

  • @saravanan14326
    @saravanan14326 10 місяців тому +1

    Thanks for the video. I was able to create one data entry form with the help of your video. However; I face a challenge that when multiple users are working on this form, data are getting collapsed which means, while one person entering the data, another person may reset his form from his end which results in clearing the first persons data as well. What is the workaround for this?
    Thanks .

  • @rstar5138
    @rstar5138 21 день тому +1

    How cute you are and very informative video. Thanks
    🎉🎉🎉🎉

  • @stephcalendar
    @stephcalendar 3 місяці тому

    This is exactly what I needed. Thank you!

  • @GUIDORAFAEL2304
    @GUIDORAFAEL2304 11 місяців тому

    Excellent class! Very well explained step by step. Congratulations !

  • @tambokkikoy
    @tambokkikoy 3 місяці тому

    can i categorize depending on the date? I am planning to categorize my sheet by month

  • @techdoctorctg9879
    @techdoctorctg9879 Місяць тому

    I need some custom fields will you add this after my purchase?

  • @peraruor
    @peraruor Рік тому +2

    Hi Eli. Nice video. I follow all of your example writing all of the code my self. Then I tested the code to see if it works and have to make some adjustments for the code to work. Here are my findings: First, I have to delete the var SEARCH_COL_IDX = 0 and var RETURN_COL_IDX = 0 variables at the begining of the updateData function, because they where reseting those variables before the function could use them as a reference. After that, the updateData function worked just fine. The other change has to do with the sheet names arrays. I store the array on a variable named sheets, then replace that in the code as follows: sheets.forEach(function(s) ... and again, both functions are working just fine. Finaly, an anoying thing that I could not fix is that you must exit all of the cells in order for the updateData, searchStr and submit functions to be able to safe and/or uspdate all of the fields. If the cursor is on one of the cells, that cell won't be added or updated on the sheet. Thank you so much and hope this helps to make a more robust form.

    • @muraly3523
      @muraly3523 7 місяців тому

      Do this to solve your 'annoying thing':
      After defining the variable'form' add this line of code below it:
      form.getRange('A1').activate();
      You can activate any cell according to your convenience

  • @UpKEEPTeam-t1h
    @UpKEEPTeam-t1h 10 місяців тому

    is it possible to get this form into a web page so that the same updates could be done from the web page?

  • @lizbethantonio3342
    @lizbethantonio3342 9 місяців тому +1

    Im a beginner with anything technology and I was wondering if someone could help me with what I believe is a simple question.. how can I click more than one row at the time? For example in the video when she selects cells 7c, 7d, 9c, 9d, and so on I can only select 7c and d. Help please!

    • @TheBestDonutKing
      @TheBestDonutKing 9 місяців тому +2

      U hold control while clicking each one

  • @KondamaduguSampathxWF
    @KondamaduguSampathxWF 2 місяці тому

    Hi while I enter the data multiple times. I am not able to see the exit date and time at which I entered data in the show edit and time history.

  • @arinayuuu
    @arinayuuu 21 день тому

    Hi very good tutorial, helps a lot. I'm trying to expand it a little bit and came with the issue of preventing duplicity on submit without clearForm(). I tried some stuff, like adding an IF client==row[2] (in my case) but it just ignores it. Could you pls help me with this? Tks and tks for the tutorial!

  • @damianos.2954
    @damianos.2954 8 місяців тому

    Very nice and clear explanation. Thank you!

  • @learntoearn8533
    @learntoearn8533 4 місяці тому

    Can I record data through mobile

  • @rociozayas-q1t
    @rociozayas-q1t 4 місяці тому

    Hello! Thanks for the tutorial. One question, can I have the data loaded into both a sheet of the same spreadsheet and a different spreadsheet? And if it can be done, how can I do it?

  • @Shivarajcvs
    @Shivarajcvs Рік тому

    Highly impressed from this video...
    What an extraordinary Video...
    Thank you Sooooo Much..

  • @camrealty-v2e
    @camrealty-v2e 4 місяці тому +1

    Hello thank you so much.
    How to get code? Where to get?

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      Hi, use the link below
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @kmiranda87
    @kmiranda87 8 місяців тому

    hi, i ordered the template through your link and i havent received it, can you help me with this

  • @peraruor
    @peraruor Рік тому

    Hi again Eli. Also, something I would like to have more insight about is the following line: var datasheet = form.getRange("D5:D5").getValues()[0][0] It seams to me that "D5:D5" is redundant, since it is just one cell you are reference to. Wouldn't be just "D5" enough? Also using getValues()[0][0] is confusing for me because you are just taking one cell's value alone, why then load an array? Thank you so much for any input on this. Appreciate all your work.

  • @harizzakuanzainal3618
    @harizzakuanzainal3618 Рік тому

    hi Eli was wondering where can i download your template or myb buy it if you are selling

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  Рік тому +1

      Hi, Our website is under construction and will be ready soon. You'll find the sheet link there shortly😍😍😍

  • @senior_typist
    @senior_typist Рік тому

    Greaaaat 👌❤ Thank you so much Eli

  • @Projectybmplnup3png
    @Projectybmplnup3png 3 місяці тому

    Mrs, I kindly ask for your guidance.
    How do I create: A data entry application in Google Sheets (for biodata, description, and photo upload) where the results are automatically displayed in a criteria-based sheet? For example:
    When I fill out the data entry application in Google Sheets (form) for the health program, the data automatically gets entered into the health sheet. Similarly, if I input data for the economy program, it automatically gets entered into the economy sheet.
    The uploaded photo should automatically turn into a link in the spreadsheet.
    For the description, since it's a long text, how can I make it look tidy? Is it possible to convert long text (description) into a link, where clicking the link opens a new tab with a docx (even though the user is not uploading a docx file)?
    Also, there will be a dedicated sheet (like a dashboard).
    Please assist with this, Mrs.
    Thank you.

  • @technical_amin
    @technical_amin 6 місяців тому

    Hey there can you get data entry from source code

  • @kotireddy8081
    @kotireddy8081 Рік тому

    Nice explanation.
    Really good.
    Please explain the "data entry Google sheets which consists dependent drop-down button ".

  • @prinsonphilip4330
    @prinsonphilip4330 2 місяці тому

    From where do u create the formula

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @banessacontreras2114
    @banessacontreras2114 6 місяців тому

    I've paid to get the data and cannot download the spreadsheet. Please advise where I can find it. Thanks!

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  5 місяців тому

      Hi, are you sure you made the purchase correctly? If yes, don't worry. Please send me your purchase information so that it can be checked and the files will be emailed to you❤🌹

  • @SliCK-Adryan
    @SliCK-Adryan 2 місяці тому

    Hi.. the link in description cant access.. cant reach this page..are the website still active?thanks

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      Try now
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @nimeshdodia8348
    @nimeshdodia8348 Рік тому +1

    good job good information by you

  • @naeempgc
    @naeempgc Рік тому

    Hello dear, your videos are very useful for me, and I wanna create search button in a way that which display search results every time with a next search result because in my database there are multiple same rows and I wanna display every next result with again pressing search button, please assist me in this regard.

  • @h.m.arifulislam9893
    @h.m.arifulislam9893 6 місяців тому

    Hi, I am Ariful, I very impress your tutorial. please share your script function.

  • @alvinjavier7142
    @alvinjavier7142 Рік тому

    how can i get the program from your tutorial?...

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  Рік тому

      Our website is under construction and will be ready soon. You'll find the sheet link there shortly🌹

  • @samusic4146
    @samusic4146 10 місяців тому

    Amazing😍

  • @RyngKatBaDPhiTogetherwithYou
    @RyngKatBaDPhiTogetherwithYou 6 місяців тому

    Great Content with the talking sound miaw miaw miaw🐭 I'll practice what you taught.

  • @professorhugo1468
    @professorhugo1468 9 місяців тому

    Hi Eli. The link to the sheet code don't works.

  • @MaqsoodAlamShafiq
    @MaqsoodAlamShafiq 11 місяців тому

    Great tutorial. *****

  • @rezarohoman6201
    @rezarohoman6201 3 місяці тому

    how much for a copy of a working sheet

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      Hi, use the link below
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @janlopagaduan7953
    @janlopagaduan7953 5 місяців тому

    The tutorial is good. But I am making a different data base. If you can show how you do the formula with (ID#,Name,Mobile#,Date Start and Date End. I will highly appreciate. You explain everything cleary and I learned. 😊 Except for the formula, as I have zero knowledge on this. 😅

  • @funtimebandits
    @funtimebandits 11 місяців тому

    Any updates on the website?

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  11 місяців тому

      Link to the sheet and code
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @justplainmike
    @justplainmike Рік тому

    Is the script available for this yet? I love this form and would love to use it.

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  Рік тому

      Our website is under construction and will be ready soon. You'll find the sheet link there shortly

  • @OsmanGani-oz8vx
    @OsmanGani-oz8vx 5 місяців тому

    Useful Video.

  • @4funrc11
    @4funrc11 Рік тому

    Sad to see you've decided on Patreon for what used to be FREE for anyone.
    But, it's your channel to do as you wish. Good luck!

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  Рік тому +2

      Hi my friend, my previous channel deleted by mistake, and I lost all my fans and subscribers and also my income😞
      Now I started new channel, amazing and useful tutorials are on the way🙂 I'm so sorry that I can't publish the templates for free as previous, I need financial support to continue making tutorials.
      I need you and fans support to grow again❤❤❤

  • @muraly3523
    @muraly3523 7 місяців тому +1

    Great❤

  • @madonnakayot7091
    @madonnakayot7091 10 місяців тому

    Can't open the link to the sheet and code

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  10 місяців тому

      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @jaforcep
    @jaforcep Рік тому

    May I contact you?

  • @VinodKumar-cy2di
    @VinodKumar-cy2di 11 місяців тому

    How to update multiple product details and generate automatically unique I'd and submit according to the products in multiple rows in master database sheet

  • @gururaghavendran7794
    @gururaghavendran7794 Рік тому

    Hi Eli. This video is Good. I subscribed your channel now. I need the video in Google sheet for creation of Indiv MarkList for school. Kindly consider.

  • @kristineflorencemartinez378

    It's the last row that's giving me an error
    "Syntax error: SyntaxError: missing ) after argument list line: 42 file: Code.gs"

  • @isaaclaurel5498
    @isaaclaurel5498 3 місяці тому

    Please how do I create the code?

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @naresh8817
    @naresh8817 6 місяців тому

    Nice class...mam
    I want source code ....

  • @gururaghavendran7794
    @gururaghavendran7794 Рік тому

    I need to collect the marks from various teachers in Google Sheet. I need to export(PDF) the summary in one sheet. I need individual mark sheet that is each students mark sheet one by one in one Google sheet. Condition from management : Summary and Individual sheet the owner(School Management) has to handle. Condi 2 The marks of other subject teachers they are not suppose to see the other subject marks. Indivi mark sheet need one small bar chart(Automatic Creation when they fill the marks) for each student marks, Indv ML(PDF) going to take print (A4) each students. Summary and Indiv ML handled by only management. English, II language, Mathematics, Science (Physics,Chemistry,Biology), Social Science(History, Economics), Computer. Then Total.

  • @sondao852
    @sondao852 25 днів тому

    tôi muốn mua bản sao để học tập code thì phải làm như thế nào?

  • @UpKEEPTeam-t1h
    @UpKEEPTeam-t1h 10 місяців тому

    Get this error when I try to pay. "500 SERVER ERROR"

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  10 місяців тому

      Yes, there is a problem. As soon as the problem fixed, I will send you an email with discount coupon ♥️♥️

  • @anselamanyanwu5866
    @anselamanyanwu5866 3 місяці тому

    Great Job. But you need to slow down in your demonstration.

  • @ThumbRulesEnglish
    @ThumbRulesEnglish Місяць тому

    saveData function is not supported on mobile devices.
    Google forms is the correct option.

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  15 днів тому

      Thanks for pointing that out! I'll try to make that more clear in a new video.

  • @alriyami09
    @alriyami09 Рік тому

    hi
    I would like if could help me design a form of data entry form for the expenses track i am willing to pay you

  • @safdardasti
    @safdardasti Рік тому

    plz help me.i have some mistakes in my sheet app script file.

  • @Abegum40
    @Abegum40 2 місяці тому

    Please give me Employe data form prompt or script

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  24 дні тому

      Use the link
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @kamaldeepsingh9916
    @kamaldeepsingh9916 Рік тому

    Dear mam, please share script code, thank you

  • @petercharney9356
    @petercharney9356 7 місяців тому

    I like the content, the clicking sound though is way to aggressive for me and resulted in really skipping a lot of parts of the video

  • @everythingyouneed6537
    @everythingyouneed6537 11 місяців тому

    hi
    can you give me your code script plz

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  11 місяців тому

      Link to the sheet and code
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @prof.-swapnil6377
    @prof.-swapnil6377 5 місяців тому

    Thanks

  • @jaforcep
    @jaforcep Рік тому

    ❤❤❤Happy New Year ❤❤❤

  • @qaisarkhan7282
    @qaisarkhan7282 Рік тому

    please share script code

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  Рік тому +1

      Hi, Our website is under construction and will be ready soon. You'll find the sheet link there shortly🌹

  • @mariabernadetteramos3949
    @mariabernadetteramos3949 5 місяців тому

    thanks

  • @ronaldorbeta1401
    @ronaldorbeta1401 Рік тому +1

    Nah.. the scriot does not work on search scipt..hehehe

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  11 місяців тому

      Link to the sheet and code
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/

  • @jonnaguergio8158
    @jonnaguergio8158 9 місяців тому

    Delete function : deleted the design of the cell 😂😂😂😂

  • @pixelperfect1
    @pixelperfect1 9 місяців тому

    You speak so cute

  • @jieyuralahmadi329
    @jieyuralahmadi329 11 місяців тому

    yuma yuma yuma what this as Robot are you girl?????

  • @zhillaburns1160
    @zhillaburns1160 8 місяців тому

    Your voice is not clear.

  • @MicheleBalfourMicheleD
    @MicheleBalfourMicheleD 10 місяців тому

    You are going so fast and not saying what you are doing :(

  • @bboy8080
    @bboy8080 4 місяці тому +1

    Very voice is very irritating! sorry mam

  • @gilmargilmar865
    @gilmargilmar865 Рік тому

    Olá !!. Onde encontro o cod script ?.🥸

    • @TechTrickswithEli2023
      @TechTrickswithEli2023  11 місяців тому

      Link to the sheet and code
      sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/