Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Google Sheets Absolute References


Absolute References

Absolute reference is when a reference has the dollar sign ($).

It locks a reference in the formula.

Add $ to the formula to use absolute references.

The dollar sign has three different states:

  • Absolute for column and row. The reference is absolutely locked.
    Example =$A$1

  • Absolute for the column. The reference is locked to that column. The row remains relative.
    Example =$A1

  • Absolute for the row. The reference is locked to that row. The column remains relative.
    Example =A$1

Let's have a look at an example helping the Pokemon trainers to calculate prices for Pokeballs

Type or copy the following data:

Copy Values

Data explained

  • There are 6 trainers: Iva, Liam, Adora, Jenny, Iben and Kasper.
  • They have different amount of Pokeballs each in their shop cart
  • The price per Pokeball is 2 coins

Help them to calculate the prices for the Pokeballs.

The price's reference is B11, we do not want the fill function to change this, so we lock it.

The reference is absolutely locked by using the formula $B$11.

How to do it, step by step:

  1. Type C2(=)

  1. Select B11

  1. Type ($) before the B and 11 ($B$11)

  1. Type (*)
  1. Select B2

  1. Hit Enter

  1. Auto fill C2:C7

Congratulations! You successfully calculated the prices for the Pokeballs using an absolute reference.

Note: You can press F4 on your keyboard and toggle between different states of absolute references.


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.