# Absolute & Relative Referencing

**Absolute & Relative Referencing**&#x20;

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.

**Relative Reference**

> C1 = A1 + B1

**Absolute Reference**

> C1 = $A$1 + $B$1

{% file src="<https://2721809844-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LR_tHSREe3Wm40fY9NG%2F-LRfLGaIMcKWWRUtPX0P%2F-LRfLKa6coh8Ebb8g7ao%2FAbsolute_Relative_Reference.xlsx?alt=media&token=d205b66e-f86d-4c90-8011-6d737a3d8428>" %}
Example of Absolute & Relative Reference
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://books-gyansetu.gitbook.io/advanced-excel/absolute-and-relative-referencing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
