Google Sheet Multi-user Data Entry Dashboard | Data Entry Form | No Coding Knowledge

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • In this video, you will see how to create a multi-user data entry form on Google Sheets. This data entry form can be used for single users and multi-users.
    You can share the same Google sheet with other users to work simultaneously. This is not just a data entry form; it also works as a data entry dashboard. This means you can search for already entered data and edit existing data.
    I have used the Google Sheet app script to make the data entry dashboard work.
    Appscript requires coding knowledge to design an interactive dashboard. But in this video, I have shown the method to create the data entry form without having coding knowledge.
    Link for the Google Sheet: docs.google.com/spreadsheets/...
    Get the prompts here: docs.google.com/document/d/1k...
    In this step-by-step video tutorial, you will see:
    ✏️ How to design a simple yet effective data entry form with standard fields like name, grade, gender, date of admission, etc. Useful features like dropdowns and date pickers are added to streamline data entry.
    🔍 How to effectively leverage ChatGPT prompts to generate Google Apps Script code for the form. Functions are created for Enter 📥, Search 🔎, Edit ✏️ and Clear 🗑️ buttons to make the form interactive.
    📥 The Enter button takes data entered in the form and adds it to the data sheet with the date and operator details. A duplicate check is also implemented.
    🔎 Search button fetches existing student data based on the roll number entered for editing.
    ✏️ The Edit button saves any changes made to the student data.
    🗑️ Clear button conveniently clears the form fields.
    👥 How to share the Sheet with other users so they can also enter data through the same form by selecting their name from the operator dropdown.
    📆 The sheet records the operator name and timestamp along with each entry's details.
    🔮 How to use claud AI as an alternative to ChatGPT if you don't have access to it.
    Tips on authorizing the Apps Script functions when using the form for the first time.
    This is an incredibly simple yet powerful way to create a web form on Google Sheets without knowing how to write code! The video shows how to implement it step-by-step, making creating a multi-user data entry form easy. Let me know if you need any clarification!
    Timestamps:
    0:00 Google Sheet Multi-user Data Entry Form Into
    2:03 Create and design the Google Sheet
    3:13 Create Drop-downs & Date Picker
    4:56 Create Buttons on Google Sheet
    5:44 Create a Worksheet to store the data
    6:31 Google Appscript to add the new functions
    7:01 Create the scripts using ChatGPT
    9:06 Add the functions to the Google App script
    9:40 Assign a function to the button
    10:05 Authorize the script to the Google sheet
    11:45 Create Edit, Search, and Clear fields functions
    15:37 Share the Multi-user data entry dashboard with other users
    Subscribe to the channel:
    / @technologiate
    Follow and engage on social media:
    Facebook: / technologiate
    Instagram: / technologiate
    #dataentry #googlesheets #appscript
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @heyitspyu
    @heyitspyu หลายเดือนก่อน +2

    Thank you for your tutorial!
    I have tried using this method without the help of ai and it didnt work, so i just gave up. But when i saw your video it was so easy, you explained it clearly !
    I modified it and tried it and worked perfectly! This will be a great tool. IThank you for sharing it. :)

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

      I'm so glad to hear that the tutorial helped you! Thanks for sharing your success, and I appreciate your kind words!

  • @muraly3523
    @muraly3523 13 วันที่ผ่านมา +1

    Great 👍

  • @AadarshRajput-qj9cr
    @AadarshRajput-qj9cr 20 วันที่ผ่านมา

    Hi, Can this be done for micro Excel too I don't know how to feed duplicate in this section.. is there any chance that I can feed multiple duplicate data

  • @anupomshidhukubi9135
    @anupomshidhukubi9135 18 วันที่ผ่านมา

    Thanks for the videos.
    how about I want to lock the data part and only the admin can unlock it and see the updated data?

  • @gaapsafetyinc375
    @gaapsafetyinc375 20 วันที่ผ่านมา +1

    Thanks!

  • @vishal80
    @vishal80 19 วันที่ผ่านมา +1

    Thank you

  • @user-np2pu3er7h
    @user-np2pu3er7h 4 หลายเดือนก่อน +1

    thank you for you tutorial , it was clear and helpful. but for the apps script when you need authorization and it has a disclaimer that google spreadsheet can delete etc etc.
    is it safe to use apps script? cause im confused , its extension from the google itself but the google hasnt verified it. or is there other way to do the macro without apps script
    thank you in advance

    • @technologiate
      @technologiate  4 หลายเดือนก่อน +1

      You are welcome.
      I am glad that you find the tutorial helpful.
      It is completely safe to use the Appscript. Google shows the warning because the script is not verified with them. You can verify the script with Google using OAuth client verification.
      Since the script can only manipulate the worksheet, there is no harm. You can see the whole script; there is no code that can harm your data.
      Still, if you do not want to see that warning, you can follow this guide from Google: developers.google.com/apps-script/guides/client-verification
      Thank you.

  • @gilmargilmar865
    @gilmargilmar865 7 หลายเดือนก่อน +2

    Parabéns pelo conteúdo. Você poderia disponibilizar o código app script para fins didáticos ?.

    • @technologiate
      @technologiate  7 หลายเดือนก่อน +2

      Hi, I have updated the video description with a link to the Google Sheet. You can copy the Google Sheet. Please consider subscribing to the channel. Thank you.

    • @gilmargilmar865
      @gilmargilmar865 7 หลายเดือนก่อน +1

      @@technologiate Ok. Já escreví-me. Obbrigado.

  • @robinmacdoc883
    @robinmacdoc883 6 วันที่ผ่านมา

    When you share the sheet with others to collaborate on, will the script still work or not?

    • @technologiate
      @technologiate  6 วันที่ผ่านมา

      Yes, it will work. They need to authorize the script for the first time.

  • @goalconsultancy4093
    @goalconsultancy4093 4 หลายเดือนก่อน +1

    Hello Thank you to creating very useful video. I am create one data entry form follow all the instructions, But in end data is not save received an error "Google hasn’t verified this app" Can you please help how to slow the same.

    • @technologiate
      @technologiate  4 หลายเดือนก่อน

      Hi, you are welcome.
      Please check at 9:56; I have explained how to verify the script. Click on the 'Advanced' link and then select 'Go to ..... (unsafe)'. It will verify the script.
      Thank you.

  • @lalandas_jharkhandiboyvlog374
    @lalandas_jharkhandiboyvlog374 9 วันที่ผ่านมา

    I need some help

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

    Bro, Is that possible to make it password protected so that the operators will automatically registrar there instead of manual change.

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

      Yes, it is possible to grab the operator's name from the user entering the data. It will require additional code.

  • @user-ek9vb7rk2l
    @user-ek9vb7rk2l 5 หลายเดือนก่อน

    what if 2 people or more using the form input, will the data overwrite each other?

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

      (I modified the comment; I oversaw your comment.)
      It will overwrite the data when more than one person is working on the inputs simultaneously.
      To make it work, you need to create a separate worksheet as the database and then create multiple worksheets for people for the inputs. All of the worksheets should be connected to the data worksheet.

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

      @@technologiate i mean, when 2 people doing input, they will overwrite each other. can u solve this?

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

      It will overwrite the data when more than one person simultaneously works on the inputs.
      To make it work, you need to create a separate worksheet as the database and then create multiple worksheets for people for the inputs. All of the worksheets should be connected to the data worksheet.

  • @winderraine
    @winderraine 6 หลายเดือนก่อน

    Is there a way for me to access the form from my mobile phone?

    • @technologiate
      @technologiate  6 หลายเดือนก่อน +1

      If you want to create dashboards to access from mobile, I suggest you get 'AppSheet.' This tool has a lot of cool features and integrates with Google Sheets and Drive.
      I use this regularly for a client.

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

    Hello, greetings.
    I'm looking for videos that explain how I can create a logging system, that is, I need that when a user with access to the spreadsheet as an editor makes some insertion, change or even deletes a cell from a specific range of a given tab, this information is written in another tab called: "Logs" where ifnrome the date and time of the event, the user's email and what the status of the action was, whether the content was deleted, inserted or changed.
    Is there any way you can help me with this?

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

      Hi, By default, Google Sheets keeps the logs of the changes.
      There are other Google services that can do it. What is your use case?

    • @muraly3523
      @muraly3523 12 วันที่ผ่านมา

      Is it solved?

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

    Button not working on mobile. Please help.

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

    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

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

      Hi,
      Could you please send me an email(find it on the channel about page) with the requirements you have thought about?
      I will try to help you.
      Thank you.

  • @user-dv7xe5ks9o
    @user-dv7xe5ks9o 4 หลายเดือนก่อน

    Hello sir multiple user cannot entry data at a same time, how can i solved it

    • @technologiate
      @technologiate  4 หลายเดือนก่อน

      In that case, you need to create a sheet for the database and separate data entry sheets for each person.

    • @user-dv7xe5ks9o
      @user-dv7xe5ks9o 4 หลายเดือนก่อน

      @@technologiate how to connect different sheet with database sheet

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

    I need write in a sheet the events that happens in one determinade range.

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

      Could you please send an email with the requirements? The complete workflow you need. We can design that for you.

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

      @@technologiate Ty bro.
      I sent you an email

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

    How to do this for multiple spreadsheets

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

      To be precise i need add delete modify data for multiple sheets which is present in 1 single spreadsheet . How to select the respective sheet for respective entry

  • @mohammeda.abdulkareem1945
    @mohammeda.abdulkareem1945 3 หลายเดือนก่อน

    How the search works if more than one record meet the search criteria?

    • @technologiate
      @technologiate  3 หลายเดือนก่อน +1

      Initially, it doesn't enter duplicate entries.
      However, if you add duplicate entries to the data sheet at the time of the search, it will fetch the first record it finds.

    • @mohammeda.abdulkareem1945
      @mohammeda.abdulkareem1945 3 หลายเดือนก่อน

      @@technologiate First of all, let me thank you for the great work and efforts that you did. Second, thanks for responding to my question.
      In my case, I am doing a citizens complaints management system that some users do entries from different service offices in this system. I am not expecting a duplicate entries, but expect that some information would be similar. For instance, if I search for complaints related to water services, I should expect more than one entriy, in which case, I should be able to have all related entries for further action (update, edit, delete).
      Thanks again.

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

      Hi Mohammed,
      You are welcome.
      The way it works, as shown in the video, is it has a unique key for the record; for a student, the roll number is the unique value, and for employees, employee ID is the unique value. And the search works with the unique value only.
      But you can create your dashboard with the method you need.

    • @mohammeda.abdulkareem1945
      @mohammeda.abdulkareem1945 3 หลายเดือนก่อน

      Hello,
      Thanks for the clarification.
      I tried to follow the steps, but when I select the Apps Script from Extensions menue, it gives me Bad Request Error 400. Any thoughts about that?
      Thanks.

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

      Do you have multiple Google accounts signed in? It could be a possible error.
      You have the Appscript with an account, and when you open it, it tries to load the page with the other account.
      What I do is create multiple Google Chrome profiles for each Google account.

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

    How to add picture??

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

    How to" fix reading get last row"

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

    'Promosm' 💥