Today, we will dis­cuss rel­a­tive and absolute ref­er­ences. Let’s start with rel­a­tive ref­er­ences to count a prof­it. If you want to count the prof­it, you just deduct expens­es from income (Fig. 1).

Rel­a­tive and absolute cell references

Source data
Fig. 1 — Source data

It means that you sub­tract the cell C3 val­ue from the val­ue in cell B3 (Fig. 2):
=B3 — C3

 Income minus expenses
Fig. 2 — Income minus expenses

When we copy this for­mu­la down, it’s chang­ing because we have dif­fer­ent results in dif­fer­ent cells. When we look at our for­mu­la, it refers to cells B3 and C3. But, in real­i­ty, it refers the cells which are one place to the left and two places to the left (Fig. 1). In the last for­mu­la (=B14-C14), we can see B14 minus C14 (Fig. 3) but it’s still one cell to the left and two cells to the left. The rel­a­tive ref­er­ence is mov­ing with the for­mu­la and cell.

Formula change after copying down
Fig. 3 — For­mu­la change after copy­ing down

We don’t always want the for­mu­la to behave this way. In our sec­ond exam­ple you can see an absolute ref­er­ence. We want to count the tax for each prod­uct. That’s why we have to mul­ti­ply the price by our tax. How­ev­er, we don’t want the tax cell to move, so we must lock cell J2 by press­ing F4 key — add two $ signs (Fig. 4):

=G2*$J$2

Tax calculations
Fig. 4 Tax calculations

When we copied our for­mu­la down, only cell G2 had changed because it’s a rel­a­tive ref­er­ences. Cell J2 stayed the same and it will not move from this cell (Fig. 5)

Absolute reference after dragging down
Fig. 5 Absolute ref­er­ence after drag­ging down

https://www.youtube.com/watch?v=d8xsDODKuaM