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

  Рет қаралды 63,617

Tech Tricks with Eli

Tech Tricks with Eli

Күн бұрын

#googlesheetstutorial #data_entry_form #appsscript
In this tutorial video, we will be exploring how to create a data entry form in Google Sheets that allows you to save your data in multiple sheets based on your choice from a drop-down list. This feature can be incredibly useful for organizing and categorizing your data, making it easier to analyze and work with. We will walk you through the step-by-step process of creating the form, setting up the drop-down list, and configuring the script that will automatically save your data in the appropriate sheet. Whether you are a beginner or an experienced user of Google Sheets, this video is sure to provide valuable insights and tips for optimizing your workflow. So sit back, grab a cup of coffee, and let's dive into the world of data entry forms in Google Sheet
----------------------------------------------------------------------------------------------------------
Link to the sheet and code
sheetfacts.com/product/how-to...
------------------------------------------------------------------
Timestamps
00:00 Intro
01:45 Creating the form
04:35 Creating the drop-down list
05:35 Creating Buttons
06:10 Typing the code
13:11 Testing the form
14:29 Wrap up
-------------------------------------------------------------------------------
Subscribe link
/ @techtrickswitheli2023
--------------------------------------------------------------------------------
Related Links and useful playlists
Google sheets playlist
• Google Sheets Tutorials
Google Forms playlist
• Google Form Tutorial

Пікірлер: 85
@muraly3523
@muraly3523 Ай бұрын
Great❤
@GUIDORAFAEL2304
@GUIDORAFAEL2304 6 ай бұрын
Excellent class! Very well explained step by step. Congratulations !
@TechTrickswithEli2023
@TechTrickswithEli2023 6 ай бұрын
Glad it was helpful🌹
@shivarajcvs
@shivarajcvs 8 ай бұрын
Highly impressed from this video... What an extraordinary Video... Thank you Sooooo Much..
@TechTrickswithEli2023
@TechTrickswithEli2023 8 ай бұрын
Glad it was helpful❤
@senior_typist
@senior_typist 9 ай бұрын
Greaaaat 👌❤ Thank you so much Eli
@TechTrickswithEli2023
@TechTrickswithEli2023 9 ай бұрын
Glad you like it!
@damianos.2954
@damianos.2954 2 ай бұрын
Very nice and clear explanation. Thank you!
@TechTrickswithEli2023
@TechTrickswithEli2023 2 ай бұрын
Glad it was helpful.
@nimeshdodia8348
@nimeshdodia8348 9 ай бұрын
good job good information by you
@TechTrickswithEli2023
@TechTrickswithEli2023 9 ай бұрын
Glad it was helpful❤
@peraruor
@peraruor 8 ай бұрын
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.
@RyngKatBaDPhiTogetherwithYou
@RyngKatBaDPhiTogetherwithYou Ай бұрын
Great Content with the talking sound miaw miaw miaw🐭 I'll practice what you taught.
@samusic4146
@samusic4146 5 ай бұрын
Amazing😍
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Thanks
@MaqsoodAlamShafiq
@MaqsoodAlamShafiq 5 ай бұрын
Great tutorial. *****
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Glad you liked it!
@user-pp4pc4vx9c
@user-pp4pc4vx9c 4 ай бұрын
is it possible to get this form into a web page so that the same updates could be done from the web page?
@kevinmiranda1079
@kevinmiranda1079 3 ай бұрын
hi, i ordered the template through your link and i havent received it, can you help me with this
@peraruor
@peraruor 8 ай бұрын
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 Ай бұрын
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
@saravanan14326
@saravanan14326 4 ай бұрын
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 .
@naeempgc
@naeempgc 7 ай бұрын
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.
@technical_amin
@technical_amin Ай бұрын
Hey there can you get data entry from source code
@kotireddy8081
@kotireddy8081 7 ай бұрын
Nice explanation. Really good. Please explain the "data entry Google sheets which consists dependent drop-down button ".
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Yes, sure
@prof.-swapnil6377
@prof.-swapnil6377 3 күн бұрын
Thanks
@TechTrickswithEli2023
@TechTrickswithEli2023 59 минут бұрын
No problem
@harizzakuanzainal3618
@harizzakuanzainal3618 7 ай бұрын
hi Eli was wondering where can i download your template or myb buy it if you are selling
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Hi, Our website is under construction and will be ready soon. You'll find the sheet link there shortly😍😍😍
@lizbethantonio3342
@lizbethantonio3342 4 ай бұрын
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 4 ай бұрын
U hold control while clicking each one
@jaforcep
@jaforcep 6 ай бұрын
May I contact you?
@4funrc11
@4funrc11 9 ай бұрын
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 9 ай бұрын
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❤❤❤
@banessacontreras2114
@banessacontreras2114 14 күн бұрын
I've paid to get the data and cannot download the spreadsheet. Please advise where I can find it. Thanks!
@TechTrickswithEli2023
@TechTrickswithEli2023 12 күн бұрын
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❤🌹
@gururaghavendran7794
@gururaghavendran7794 7 ай бұрын
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.
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Yes, sure
@alriyami09
@alriyami09 6 ай бұрын
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
@michaelgadd5325
@michaelgadd5325 8 ай бұрын
Is the script available for this yet? I love this form and would love to use it.
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Our website is under construction and will be ready soon. You'll find the sheet link there shortly
@alvinjavier7142
@alvinjavier7142 8 ай бұрын
how can i get the program from your tutorial?...
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Our website is under construction and will be ready soon. You'll find the sheet link there shortly🌹
@h.m.arifulislam9893
@h.m.arifulislam9893 18 күн бұрын
Hi, I am Ariful, I very impress your tutorial. please share your script function.
@TechTrickswithEli2023
@TechTrickswithEli2023 15 күн бұрын
Hi dear Ariful, Check description for the script.
@VinodKumar-cy2di
@VinodKumar-cy2di 5 ай бұрын
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
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
I will create a video for your question♥️
@gururaghavendran7794
@gururaghavendran7794 7 ай бұрын
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.
@kristineflorencemartinez378
@kristineflorencemartinez378 7 ай бұрын
It's the last row that's giving me an error "Syntax error: SyntaxError: missing ) after argument list line: 42 file: Code.gs"
@kristineflorencemartinez378
@kristineflorencemartinez378 7 ай бұрын
hi @tech please help
@jaforcep
@jaforcep 6 ай бұрын
❤❤❤Happy New Year ❤❤❤
@TechTrickswithEli2023
@TechTrickswithEli2023 6 ай бұрын
You too!!
@funtimebandits
@funtimebandits 5 ай бұрын
Any updates on the website?
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Link to the sheet and code sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/
@madonnakayot7091
@madonnakayot7091 5 ай бұрын
Can't open the link to the sheet and code
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/
@kamaldeepsingh9916
@kamaldeepsingh9916 8 ай бұрын
Dear mam, please share script code, thank you
@TechTrickswithEli2023
@TechTrickswithEli2023 8 ай бұрын
Will upload soon
@professorhugo1468
@professorhugo1468 3 ай бұрын
Hi Eli. The link to the sheet code don't works.
@TechTrickswithEli2023
@TechTrickswithEli2023 12 күн бұрын
Check now🌹
@professorhugo1468
@professorhugo1468 11 күн бұрын
@@TechTrickswithEli2023 Not Yet.
@TechTrickswithEli2023
@TechTrickswithEli2023 11 күн бұрын
@@professorhugo1468 The link works correctly🌹 sheetfacts.com/checkout/
@user-pp4pc4vx9c
@user-pp4pc4vx9c 4 ай бұрын
Get this error when I try to pay. "500 SERVER ERROR"
@TechTrickswithEli2023
@TechTrickswithEli2023 4 ай бұрын
Yes, there is a problem. As soon as the problem fixed, I will send you an email with discount coupon ♥️♥️
@everythingyouneed6537
@everythingyouneed6537 6 ай бұрын
hi can you give me your code script plz
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Link to the sheet and code sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/
@petercharney9356
@petercharney9356 2 ай бұрын
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
@naresh8817
@naresh8817 18 күн бұрын
Nice class...mam I want source code ....
@TechTrickswithEli2023
@TechTrickswithEli2023 15 күн бұрын
Hi, Check description.
@safdardasti
@safdardasti 8 ай бұрын
plz help me.i have some mistakes in my sheet app script file.
@TechTrickswithEli2023
@TechTrickswithEli2023 8 ай бұрын
What is the problem?
@safdardasti
@safdardasti 8 ай бұрын
TypeError: Cannot read properties of null (reading 'getLastRow')
@qaisarkhan7282
@qaisarkhan7282 8 ай бұрын
please share script code
@TechTrickswithEli2023
@TechTrickswithEli2023 7 ай бұрын
Hi, Our website is under construction and will be ready soon. You'll find the sheet link there shortly🌹
@pixelperfect1
@pixelperfect1 3 ай бұрын
You speak so cute
@ronaldorbeta1401
@ronaldorbeta1401 7 ай бұрын
Nah.. the scriot does not work on search scipt..hehehe
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Link to the sheet and code sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/
@jonnaguergio8158
@jonnaguergio8158 3 ай бұрын
Delete function : deleted the design of the cell 😂😂😂😂
@jieyuralahmadi329
@jieyuralahmadi329 5 ай бұрын
yuma yuma yuma what this as Robot are you girl?????
@user-cm2ug3fy2y
@user-cm2ug3fy2y 5 ай бұрын
You are going so fast and not saying what you are doing :(
@zhillaburns1160
@zhillaburns1160 3 ай бұрын
Your voice is not clear.
@gilmargilmar865
@gilmargilmar865 8 ай бұрын
Olá !!. Onde encontro o cod script ?.🥸
@TechTrickswithEli2023
@TechTrickswithEli2023 5 ай бұрын
Link to the sheet and code sheetfacts.com/product/how-to-create-a-data-entry-form-in-google-sheets-with-multiple-databases/
How to Resize Rows and Columns in Google Sheets [Manually and Automatically]
4:29
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 373 М.
아이스크림으로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 53 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 54 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 160 МЛН
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 23 МЛН
Form in Google Sheets | Data Entry Form
13:35
raksrahul
Рет қаралды 4,4 М.
Google Sheets Form for Data Entry - Apps Script
59:47
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 331 М.
Create a Many to Many Database inside Google Sheets
7:54
Better Sheets
Рет қаралды 6 М.
Creating a Powerful Advanced Search Box in Google Sheets - Step by Step
7:04
Мой инст: denkiselef. Как забрать телефон через экран.
0:54
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 6 МЛН
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 8 МЛН
Mastering Picture Editing: Zoom Tools Tutorial
0:52
Photoo Edit
Рет қаралды 505 М.