![]() |
Google Sheets is a powerful spreadsheet tool that allows you to create and edit sheets with ease. It also boasts real-time collaboration features, making it perfect for teamwork. But where Sheets truly shines is in its formula capabilities. Formulas can automate calculations, saving you time and effort. This article will teach you how to create basic formulas in Google Sheets, including those for addition, subtraction, multiplication, average, and count. Table of Content
What is Cell Referencing in Google SheetsCell referencing in Google Sheets is a way to refer to the data in a particular cell or a range of cells in formulas. There are two types of cell references: relative and absolute1. Relative ReferencesBy default, all cell references are relative references. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B21. Absolute ReferencesThere may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row and/or column constant in the formula. An absolute reference is designated in the formula by the addition of a dollar sign ($). It can precede the column reference, the row reference, or both. For example, =$A$1 Using Cell References in Google SheetsWhen a formula includes a cell address, it’s employing a cell reference. Formulating with cell references allows for easy numerical value updates without rewriting. How to Create Formulas in Google SheetsStep 1: Select your CellFormulas always reside within cells. Choose the cell where you want the calculated result to appear. Step 2: Put Equal Sign (=)Every formula starts with an equals sign (=). This tells Google Sheets you’re about to craft a magical instruction. Step 3: Referencing the Magic (Cell References)Formulas often rely on values from other cells. Use cell references (e.g., A1, B2) to tell the formula where to find its ingredients. Step 4: Mathematical Mastery (Basic Operators)Google Sheets supports all the basic mathematical operators you know and love: + (addition) – (subtraction) * (multiplication) / (division) Example: In cell C1, type =A1 + B1 to add the values from cells A1 and B1. Adding the CellsStep 1: Select the CellsIf you want to calculate the addition of some particular numbers, then first you need to select the cell that will show you the output and then enter the formula. The alternate method for adding the number within the cell address is to use the formula (=SUM R1+C1), where R1 and C1 are the rows and columns. ![]() Select the Cell Step 2: Start with “=” and Type Cell AddressAfter selecting the particular cell that will hold the output type the formula starting with the “=” and enter the cell addresses according to the rows and columns, remember to enter the operator that you want the number to perform. ![]() Enter the = sign >> Enter Cell References Subtracting the CellsStep 1: Select the Output CellSelect the cell in which you want to make the output of the values that are subtracting. ![]() Select the Cell Step 2: Type “=” and Enter Operator (-) and Enter Cell AddressFor subtracting the values using cell reference enter the subtracting formula in the cell, start with “=” and enter cell address. Also, enter the “-” operator between the cell address. ![]() Type ‘=’ >> Enter Cell Reference Multiplying the cellsStep 1: Select the CellSelect the cell which will reflect the output of the multiplied values. ![]() Select the Cell Step 2: Enter “=” and Enter Operator (*) and Cell AddressAs always start with the “=’ sign and enter the operator “*” between the cell references. ![]() Enter the ‘*’ operator >> Enter Cell Reference How to create a formula using the point-and-click methodStep 1: Open Google SheetsGo to Google Sheets and select a sheet in which you want to perform calculations. ![]() Open Google Sheets >> Select a Sheet Step 2: Select the Output Cell and Type “=”After opening the sheet in which you want to perform the calculations select the cell which will contain the output of the reference cells. Now in the selected cell type the “=” sign as you are going to perform the calculations. ![]() Select the Output Cell >> Type “=” Step 3: Click on the Reference Cell, Type Operator and Click second reference cellNow take your pointer to the cell that you want to refer to and click on it, then enter the operator you want to perform and choose the second reference cell. Your cells will be calculated. ![]() Click on first reference cell >> Enter Operator >> Click on second Reference cell How to Find the Average of Numbers in Google SheetsStep 1: Open Google Sheets and Select a DocumentGo to Google Sheets and select a sheet in which you want to perform calculations. ![]() Open Google Sheets >> Select a Sheet Step 2: Select the Cell and Type ‘=AVERAGE’To find the average between two cell numbers select an output cell and type “=AVERAGE” in it. ![]() Select the Cell >> Type ‘=AVERAGE’ Step 3: Give the Cell ReferenceNow give the cell reference to the AVERAGE function to calculate the average of the numbers.
![]() Give Cell Reference How to use COUNT Function in Google SheetsStep 1: Open Google Sheets and Select a DocumentGo to Google Sheets and select a sheet in which you want to perform calculations. ![]() Open Google Sheets >> Select a Document Step 2: Select a Cell and Type ‘=COUNT (range)’The COUNT function is used to count the number of cells in the range passed in the function. So, to use it select a cell and type the function ‘COUNT’ along the range passing in it.
![]() Type ‘=COUNT (RANGE)’ ConclusionCreating simple formulas in Google Sheets helps you in your lengthy calculations and makes it easier. You can simply create your formulas in Google Sheets by starting with the ‘=’ sign as it indicates that you want to create a formula. There are many formulas used in Google Sheets and some of the basic formulas of Google Sheets are AVERAGE, SUM, COUNT, etc. Google Sheets Formulas – FAQsHow can I find the minimum value in the range in Google Sheets?
How can I find the maximum value in the range in Google Sheets?
How can join text in Google Sheets?
Can I automate formulas in Google Sheets?
|
Reffered: https://www.geeksforgeeks.org
Google Workspace |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |