Posts

Showing posts with the label spreadsheet
Feeling Lucky?

Create Your First Code in Apps Script

Image
Hello everyone, In this article we will try to make a code in Apps Script to get data or value from a cell in Google Sheets and store it in another cell. Apps Script is a coding platform in G Suite that can be used to build simple applications on top of existing apps such as Sheets, Docs, Forms, etc. With Apps Script, you only need a browser and a google account to start scripting. Apps Script allows you to extend and manipulate Google apps like Drive, Sheets, Docs, and Gmail, so you can run the process the way you want.  Create Apps Script File in Your Google Drive Open your google drive account. Right click > More > Google Apps Script. If there is no Google Apps Script, select Connect more apps and search for Google Apps Script. Open your Google Apps Script. At the top of the page, you can rename your Apps Script File. The name of your script file at the top of the page You can rename your script file Create a Google Sheets File in your G Drive and open it. Set B1 Cell as a...

Create Simple Data Entry in Google Sheets

Image
  Bismillah, Assalamualaikum, Hello everyone, in this article I will discuss how to make simple data entry in Google Sheets. Data Entry is the process of entering new data into the database. In this tutorial, we will also discuss how to update and delete existing data. Creating Display Creating display interface can be done by setting the size of rows and columns, adding background color, adding table lines and setting the size and type of font. Data validation In the column to be input, data validation adjustments are made. This feature can be accessed on the Data > Data Validation. Data Validation for Date Data Validation for Email Creating a Button Creating a button can be done by Insert > Drawing. Duplication of the drawing button can be done by going to the edit mode of the button you want to copy, select the button, copy with ctrl + C, save and close, then open a new Drawing menu with Insert > Drawing, paste with ctrl + V Adjust the position of the button on the disp...