answersLogoWhite

0


Best Answer

Absolute references are very useful in a spreadsheet. You would use them when you want to refer to a cell that is going to be a fixed value in a cell. If that value is likely to change from time to time, it is better to implement it in a cell and use an absolute reference.

So for example: Go to B1 and type in 10%

Then go to A2 and type in any value. Put something into A3 and A4 and so on, down to about A10. Now say you want to find 10% of all of those numbers.

In B2 type:

=A2*$B$1

It will give you 10% of the value in A2. Then copy it down to through all the cells to B10. If you look at the formula you will see they all use $B$2 but the A2 that was in the first formula will be A3 in the second formula and so on. You'll get 10% of all the cells in column A, because all the formulas are looking at cell B2 where the 10% is. Now change the 10% to something else. All the values in the formulas in column B will now change to multiply by the new value, because they are all looking at cell B1. You did not need to change any of the formulas. If you had originally done =A2*10% in B2, you would have had to change all the formulas to the new value. Using absolute references is more efficient.

Another good example of the use of absolute references is for getting running totals. As an example, try this:

Put values in all the cells from A1 to A10. Then go into B1 and type the following formula:

=SUM(A$1:A1)

Copy the formula down through the cells to B10 and you will have a list of running totals in column B.

There are a lot of other ways of using absolute cells. As the last formula shows, you don't always need to use two $ symbols when doing them. In fact, the in the first example, it would have worked if it was B$1. There are reasons for using just one dollar or putting the dollar before the letter instead of the number, but that is more complex to explain. Rest assured that there are many reasons for using absolute cell referencing and they can save you a lot of work.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

Whenever you were going to copy that reference (or range) to other cells and you wanted the reference to stay exactly the same when so doing.

Example:

Imagine you were using a function like VLOOKUP (it's not important if you know what this is or not). You just need to appreciate that to use this you have to declare a range of cells (a table array) to look in. Which would be written something like A1:B100 (for example). Now if you wanted to copy that exact formula to multiple cells you would almost certainly want to make this range absolute so that it didn't change from one cell to the next.

In this example, if the range was absolute it would look like $A$1:$B$100.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

It means the reference to a cell will remain frozen and it wont change no matter where to copy. If you are asking this question related to macros, then it means macro will always start at the same point where you started the recording.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The dollar in front of the letter locks the column. When the formula with the reference is copied across, the letter will not change, like it would if there was no dollar in front of it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does absolute reference mean in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does it mean when you put in a cell reference?

When you absolute reference in Microsoft excel it means that you always want it to reference that cell within the formula. To absolute reference, put $ before the letter and the number.


F61 is a relative reference or absolute?

F61 is a relative reference in Excel. $F$61 is an absolute reference.


What does SHIFT 4 do in Excel?

IT GIVES YOU $ BUT WHAT DOES IT DO IN EXCEL? The dollar signs $ can make the cell reference absolute =$A$1 is absolute reference, if you dragged the formula it will always be A1 =A1 is relative reference if you drag the formula the reference will change accordingly


In excel do you use an absolute reference when you dont want a cell reference to change?

Yes.


Is absolute cell reference the default in Excel?

No. Relative cell referencing is the default.


What do you call an unchanging value in a formula in excel?

It can be called a constant or fixed value. If it is not a value but a cell reference then it can be called an absolute reference.


Is it true that Excel 2010 fixed references are referred to as relative reference?

No, they are called absolute references.


A cell reference with a fixed position in the worksheet that does not automatically change based on its location?

An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.An absolute reference. When the formula is copied, the absolute reference will not change.


Can you use absolute and relative reference in the same worksheet in excel?

Yes, you can use as many combinations of absolute and relative references as you like on the same worksheet.


Absolute references are marked with what?

Absolute references in Excel are marked with a dollar sign ($) before the column letter and/or row number. For example, $A$1 would be an absolute reference to cell A1, meaning that the reference will not change when copied to other cells.


Is B17 is an absolute reference and B17 is a relative reference?

B17 is a relative reference. $B$17 is an absolute reference. See the related question below.


What is the difference between an relative reference?

A relative reference in Excel adjusts based on the position of the cell it refers to. An absolute reference remains fixed when copied to other cells.