Microsoft Excel – Relative Cell Reference

Course - Fun With Excel


Published on 5 Dec 2020 at 04:67
about_image_text

Relative Cell Reference –

When you created formula with the cell address or cell names likes A1 or D3 etc. cell reference is known as Relative cell reference. Because on copying formula from one place to another, formula will change with reference cell new address.

For example, you want to add cell A1 and B1 and enter formula “=A1+B1” in cell C1. Now, on copied formula in cell C2, excel change the cell address also in formula as A2 and B2. Formula will changed to the new cell address.

Absolute Cell Reference –

Absolute cell reference is differ from first one, here cell reference is not change when you moved or copied a formula from its original place. Or you can say that absolute cell reference has fixed row and column.

For this, we use a “$” sign to fixed the row or column. Here is above example we fix the row and column in cell reference, that why when you copied a formula from one place to another cell reference didn’t change.

=$A$1 + $B$1

Dollar “$” sign before column and row name fixed it. While in below image we only fixed a column not row so formula will change while copied.

See image -

What’s a need to fix a cell address in formula?

Absolute cell reference is used to fix a cell reference, it’s prevent us to rewrite a same cell reference multiple time and hence save our time. Imagine a condition, where you need to make a reports on a metal with changing time and pressure but at constant temperature. You create a column of Metal name, Time, Pressure, Temperature and Observation.

At the time of calculation, when you enter a formula in Observation column it’s good to fixed the cell reference with the help of $ sign then writing it every time because it has a constant value.

Imagine another condition,
You are owner of Restaurant, you need to pay monthly rent to shop owner. On making a monthly profit report you need to reduce rent from monthly sales. Here rent is fixed so instead of writing it every time in formula while making a monthly report you can use absolute cell reference to reduce your efforts.

Focus on Formula bar in images.

Share Your Knowledge
A Campaign to Learn

If you know something well enough, share it with others.Mail us your own written article and we share it with other students, on our portal with your name !!

Read More

Is this helpful ?

Give us your feedback, review or rate us so, we can improve ourself in order to gives you Best !!