answersLogoWhite

0


Best Answer

A relative formula uses relative addresses. These will change when the formula is copied. Say you had columns of numbers, in columns A to G, and from row 2 to 25 in each column. Say you wanted to add up the total for each column. You could do a separate formula for each one, but using a relative formula it can be done with one formula which would then be copied. In cell A26 you could put:

=SUM(A2:A25)

That would total up the column A cells. When you copy it to B26 the references would change and the formula would now be:

=SUM(B2:B25)

You could copy it on across through all the cells to G26 and you would have totals for each column. The formula is relative. What it does is think of the cells mentioned, relative to where the formula has been entered. So the first formula doesn’t really think of A2 to A25, but the 24 cells above A26. So when it is copied to B26, the 24 cells above it are B2 to B25. This change continues as it is copied to the other cells, so that each formula adds its own set of cells.

If the formula was absolute it would specifically think of A2 to A25 and when copied across, it would still just add those cells. The absolute version would be like:

=SUM($A$2:$A$25)

The dollar signs have the effect of locking in the cell references so that they don’t change when the formula is copied. Absolute references also have their uses in other situations.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you enter a relative formula in Excel?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of entry does Excel assume you are?

Excel assumes data is text initially, but can treat it differently depending on the way you enter it. That is why you enter an equals sign at the beginning of a formula to indicate to Excel that you are creating a formula.


What is relative reference?

if you move or copy the formula to another cell, the cells referred formula will changed. Excel adjusts the cell references relative to the new cell in which the formula is pasted. this is called relative referencing.


Where does excel display the data as you enter it?

in the cell and in the formula bar


What is it called where excel displays data as you enter it?

formula bar


What is the area of the excel window in which you enter and edit data?

cell or formula bar!


What is the location called that excel adjusts the cell address to when coping a formula?

Relative Address


When you enter a formula in a cell Excel assigns the cell the same format as the cell reference in the formula?

first


How many ways of referencing cells in a formula in an Excel Sheet?

Three: Relative, Absolute and Mixed.


How do you enter an array formula?

After you enter your formula, press CTRL+SHIFT+ENTER at the same time. You will see the array formula displayed with brackets ({}) around it. If you type the same text, including the brackets and press just ENTER, you will not tell Excel the formula is an array and may display only text. You need to enter the formula, without the brackets, and press CTRL+SHIFT+ENTER to let Excel know it is an array. See related links for more details about array formulas.


What is a formula bar used for in Excel?

To enter the formula in selected cell, To view the farmula or content of selected cell.


Where is the enter box in Excel?

The Enter box is the green tick that appears beside the formula bar when you are entering or editing a cell.


When writing a formula by pointing how do you end the formula in Excel?

You could press the Enter key, but if doing it exclusively with the mouse, you could click on the green tick at the left end of the Formula Bar and enter the formula that way.