Google Sheets: Types of Cell References (2024)

Lesson 14: Types of Cell References

/en/googlespreadsheets/creating-complex-formulas/content/

Introduction

There are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells. Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain constant no matter where they are copied.

Watch the video below to learn how to use relative and absolute references.

Relative references

By 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+B2. Relative references are especially convenient whenever you need to repeat the same calculation across multiple rows or columns.

To create and copy a formula using relative references:

In the following example, we want to create a formula that will multiply each item's price by the quantity. Instead of creating a new formula for each row, we can create a single formula in cell D4 and then copy it to the other rows. We'll use relative references so the formula calculates the total for each item correctly.

  1. Select the cell that will contain the formula. In our example, we'll select cell D4.

    Google Sheets: Types of Cell References (1)

  2. Enter the formula to calculate the desired value. In our example, we'll type=B4*C4.

    Google Sheets: Types of Cell References (2)

  3. Press Enter on your keyboard. The formula will be calculated, and the result will be displayed in the cell.
  4. Select the cell you want to copy. In our example, we'll select cell D4. The fill handle will appear in the bottom-right corner of the cell.

    Google Sheets: Types of Cell References (3)

  5. Click and drag the fill handle over the cells you want to fill. In our example, we'll select cells D5:D13.Google Sheets: Types of Cell References (4)
  6. Release the mouse. The formula will be copied to the selected cells with relative references, displaying the result in each cell.Google Sheets: Types of Cell References (5)

You can double-click the filled cells to check their formulas for accuracy. The relative cell references should be different for each cell, depending on their rows.Google Sheets: Types of Cell References (6)

Absolute references

There 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.

Google Sheets: Types of Cell References (7)

You will most likely use the $A$2 format when creating formulas that contain absolute references. The other two formats are used much less often.

To create and copy a formula using absolute references:

In the example below, we're going to use cell E2 (which contains the tax rate at 7.5%) to calculate the sales tax for each item in column D. To make sure the reference to the tax rate stays constant—even when the formula is copied and filled to other cells—we'll need to make cell $E$2 an absolute reference.

  1. Select the cell that will contain the formula. In our example, we'll select cell D4.Google Sheets: Types of Cell References (8)
  2. Enter the formula to calculate the desired value. In our example, we'll type =(B4*C4)*$E$2, making $E$2 an absolute reference.Google Sheets: Types of Cell References (9)
  3. Press Enter on your keyboard. The formula will calculate, and the result will display in the cell.
  4. Select the cell you want to copy. In our example, we'll select cell D4. The fill handle will appear in the bottom-right corner of the cell.Google Sheets: Types of Cell References (10)
  5. Click and drag the fill handle over the cells you want to fill (cells D5:D13 in our example).Google Sheets: Types of Cell References (11)
  6. Release the mouse. The formula will be copied to the selected cells with an absolute reference, and the values will be calculated in each cell.Google Sheets: Types of Cell References (12)

You can double-click the filled cells to check their formulas for accuracy. The absolute reference should be the same for each cell, while the other references are relative to the cell's row.Google Sheets: Types of Cell References (13)

Be sure to include the dollar sign ($) whenever you're making an absolute reference across multiple cells. Without the dollar sign, Google Sheets will interpret it as a relative reference, producing an incorrect result when copied to other cells.

Google Sheets: Types of Cell References (14)

Challenge!

  1. Open our example file. Make sure you're signed in to Google, then click File > Make a copy.
  2. Select the Challenge sheet.
  3. In cell D4, create a formula that would calculate how much the customer would save on each item by multiplying the unit price, quantity, and discount shown in cell E2.
  4. Use the fill handle to copy the formula you created in step 3 to cells D5:D12.
  5. When you're finished, your spreadsheet should look something like this:

    Google Sheets: Types of Cell References (15)

Google Sheets: Types of Cell References (17)

Previous: Creating Complex Formulas

Next:Working with Functions

Google Sheets: Types of Cell References (18)

/en/googlespreadsheets/working-with-functions/content/

Google Sheets: Types of Cell References (2024)

FAQs

What are the different types of references in Google Sheets? ›

In Google Sheets, cell references are crucial for creating formulas that automate calculations and link data across your spreadsheet. There are two main types of cell references: absolute and relative. Relative references change when you copy or fill formulas to other cells.

What are the different types of cell references? ›

Introduction. There are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells.

How do I dynamically reference a cell in Google Sheets? ›

Implement the INDIRECT Function for Dynamic Referencing

In a separate cell, enter the INDIRECT function with your reference cell as its argument, e.g., =INDIRECT(B4) in cell C4, to dynamically fetch and display the value from A1.

What are the different types of reference sheets? ›

Instruction sheets, how-to guides, procedure checklists, and troubleshooting flowcharts are all examples of reference sheets. Rules, policies, codes, formulas, phone numbers, and similar lists are also common types of quick reference documents.

How many types of referencing are there in a spreadsheet? ›

Relative, absolute and mixed cell references. There are three types of cell references in Excel: relative, absolute and mixed. When writing a formula for a single cell, you can go with any type.

What is an example of a cell reference? ›

By default, a cell reference is a relative reference, which means that the reference is relative to the location of the cell. If, for example, you refer to cell A2 from cell C2, you are actually referring to a cell that is two columns to the left (C minus A)—in the same row (2).

What is a mixed cell reference? ›

Mixed reference Excel definition: A mixed reference is made up of both an absolute reference and relative reference. This means that part of the reference is fixed, either the row or the column, and the other part is relative.

What is an absolute cell reference? ›

Absolute cell reference is a method of writing a formula in a spreadsheet document so copying that formula to another cell does not change the cell its formula references. Using an absolute reference allows you to lock the column you reference, the row you reference or both.

What is the cell Info_type reference in Google Sheets? ›

The "info_type" argument specifies the type of information that you want to retrieve, such as the address of the cell, its content type, formatting, or protection. The "reference" argument is the reference to the cell that you want to examine.

How do I make a cell reference static in Google Sheets? ›

To create an absolute reference in Google Sheets, the user must add a “$” symbol before the column and/or row reference they want to lock. For example, if the user wants to lock the reference to cell A1, they would enter “$A$1” in the formula.

How do you create a dynamic cell reference? ›

Assume you want to dynamically reference cells in Excel: A1 from Sheet2 in your current worksheet. You can use the formula =INDIRECT(“Sheet2! A1”). This formula will reference A1 from whatever sheet name is typed into cell B1.

How do I reference a cell in conditional formatting in Google Sheets? ›

Use advanced conditional formatting
  1. On your computer, open a spreadsheet in Google Sheets.
  2. Select the cells you want to format.
  3. Click Format. Conditional formatting.
  4. Under the "Format cells if" drop-down menu, click Custom formula is. ...
  5. Click Value or formula and add the formula and rules.
  6. Click Done.

What is the difference between relative and absolute reference in Google Sheets? ›

Relative reference: a referred cell or range shifts the same way a formula does. (Example: A1, A1:B1) Absolute reference: a referred cell or range is always fixed. (Example: $A$1, $A$1:$B$1)

How do you reference different Google Sheets? ›

Get data from other sheets in your spreadsheet

Select a cell. Type = followed by the sheet name, an exclamation point, and the cell being copied. For example, =Sheet1! A1 or ='Sheet number two'!

What are the different types of references in APA format? ›

Textual Works
  • Journal Article References.
  • Magazine Article References.
  • Newspaper Article References.
  • Blog Post and Blog Comment References.
  • UpToDate Article References.

How do you identify reference types? ›

Information Literacy: Identifying Type of References
  1. Which Topic ?
  2. Find the Context.
  3. Find Books.
  4. Find Articles in Journals, Newspapers, Magazines.
  5. Find Internet Sources.
  6. Evaluate what you find.
  7. Cite what you find.
Apr 2, 2024

References

Top Articles
Revelation 7:9-12 meaning | TheBibleSays.com
Detroit Area Craigslist
How To Check Your Rust Inventory Value? 🔫
Boost Mobile 69Th Ashland
Craigslist Placer County
Edgenuity Answer Key Algebra 1 Pdf
Woman Jumps Off Mount Hope Bridge 2022
Academic Calendar Biola
Chronological Age Calculator - Calculate from Date of Birth
Parx Raceway Results
Large Storage Unit Nyt Crossword
Www Craigslist Com Pueblo Co
Scrotal Support Walgreens
1V1.Lol Pizza Edition
Magicseaweed Capitola
BugBitten Jiggers: a painful infestation
Six Oaks Rv Park Mooresburg Tn
Kind Farms Reserve Medical And Recreational Cannabis Photos
Mcallen Craiglist
Christmas Song Figgerits
Fortnite Chapter 5: All you need to know!
Colt Gray and his father, Colin Gray, appear in court to face charges in Georgia school shooting
Taco Bell Fourth Of July Hours
Infinity Pool Showtimes Near Cinemark 14 Chico
Craiglist Morgantown
91 Freeway news - Today’s latest updates
Management Trainee: Associate Adjuster - June 2025
Affordable Prom Dresses for Women | Fashion Nova
What is a W-8BEN Form and Why Does It Matter?
Ridgid Pro Tool Storage System
Central Valley growers, undocumented farmworkers condemn Trump's 'emergency'
Our Favorite Paper Towel Holders for Everyday Tasks
Www.playgd.mobi Wallet
Adding Performance to Harley Davidson & Motorcycles is Easy with K&N
80s Z Cavaricci Pants
Tamusso
celebrity guest tape Videos EroThots 🍌 celebrity guest tape Videos EroThots
Smoque Break Rochester Indiana
Ticketmaster La Dodgers
Petra Gorski Obituary
Detroit Area Craigslist
Goldthroat Goldie
Souvenir Shopping and Local Markets in Belgium
Fifty Shades Of Gray 123Movies
5613192063
Eliza Hay, MBA on LinkedIn: I’m happy to share that I’ve started a new position as Regional Director… | 36 comments
Csgo Xray Command
Uk Pharmacy Turfland
Kamzz Llc
18K Gersc Stamped Inside Ring
Finastra Gfx
Niw 一亩三分地
Latest Posts
Article information

Author: Patricia Veum II

Last Updated:

Views: 5684

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Patricia Veum II

Birthday: 1994-12-16

Address: 2064 Little Summit, Goldieton, MS 97651-0862

Phone: +6873952696715

Job: Principal Officer

Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.