answersLogoWhite

0


Best Answer

An absolute reference would be the normal type to use:

=B2*$A$2

However, if your formula is being copied down a column, it would be sufficient to use a mixed address in this form:

=B2*A$2

In the same way, if your formula is being copied across a row, this form of mixed address will work:

=B2*$A2

In either of those last two scenarios, people still tend to use an absolute address anyway and that usually works perfectly.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What references when you want different formulas to refer to the same cell?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use numbers or cell references in formulas?

You can use both numbers and cell references in formulas.


When rows are added to an existing worksheet what do cell references in formulas become?

different


Is cell referencing used for all formulas in Excel?

No. You can have formulas that just use numbers, though for those it is better to put the numbers into the cells and refer to the cells. There are also some functions that do not refer to cells, like the TODAY() function.


What is the function of the cell refrance in Microsoft Excel?

In order to do formulas that use values in cells, you need to be able to refer to those cells in the formulas. That is what a cell reference does. You can then create formulas that can be copied quickly and be used for any values that may appear in the cells. As much as possible cell references, rather than values, should be used in formulas.


Cell references refer to cells by their fixed position in the worksheet?

Cell references in a spreadsheet are used to identify and locate a specific cell within a worksheet. There are two types of cell references: relative references, which adjust when copied to other cells, and absolute references, which remain fixed. By using cell references, formulas can automatically update and calculate based on changes made to the cells they reference.


Are cell column references letters or numbers?

Letters refer to columns.


Cell references formulas should be used in worksheets instead of?

hard-coding values because it allows for easier updates and maintenance of the worksheet. By using cell references, you can change the value of a single cell and have that update reflected throughout the worksheet, improving efficiency and accuracy. Additionally, cell references make formulas more flexible and dynamic, accommodating changes in data without the need to rewrite formulas.


Can you copy cells with an absolute reference?

A relative cell reference is one that will change to a different cell if you copy the formula. An absolute reference is one that will always use the same cell. For example, say you have a percentage in cell B1 that you want to add to all the cells from A3 down. In cell B3 you could use the formula '=A3*(1+$B$1)'. If you copy this formula to the cells below B3, the reference to A3 will change to be the cell immediately to the left, because it is a relative cell reference. By adding the $ symbol before the B and the 1, however, an absolute reference is created. It will always refer to cell B1.


In a Spreadsheet what are equations you build yourself using values and cell references?

formulas


What are horizontal references in excel?

Horizontal references in Excel refer to a method of referencing data in a row. This means that data is organized in rows and referenced using row numbers. Horizontal references allow you to use formulas to work with data across an entire row instead of just a single cell.


Can you use relative references in a formula?

Yes. Formulas can contain all sorts of things, including absolute and relative cell references.


What cell formula does not change even with new formula inserted?

Formulas with absolute references.