When copying a formula to another cell there are two things to be happening to the formula.
- Adjust the formula in the new cell according to the cell
- Didn't change the formula or part of it according to the destination cell
There are two names for these situations
- Relative Reference
- Absolute Reference
Relative reference means that the formula changing according the new cell it copying and absolute reference is not adjusting the formula as it copies. The difference made by the $ in the formula (before/after the column letter) Without $ mark in the formula, it works as a relative formula.
There are 3 types of absolute references.
- Use Fixed Cells
- Use Fixed Columns
- Use Fixed Rows
If use =$A$1 ($ in both sides of column letter) in any cell, this formula will not change according to
If we use =$A1 and copy it to a new cell, the column will not change. As an example, let's think we