answersLogoWhite

0


Best Answer

No. A formula can have anything in it. It doesn't even have to have cells at all, though it would be bad practice to only have numbers in formulas. So you could do something like:

=10+2

But it would be better to put the 10 and the 2 into cells and multiply the cells by each other. Sometimes though, you might put a single value in a formula and a cell, to do something like add a fixed value to cells or multiply cells by fixed values, like in these:

=10+A1

=A1*25

Both of those formulas have only one cell reference, so they are a good example of where you might have one cell only.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does a formula have to consists of more than one cell reference?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When using Excel does a circular reference occur when a formula in a Cell refers to another cell or cells that include a formula that refers back to the original cell?

A circular reference usually happens when a formula refers to the cell that it is in. So it could be doing something like adding itself to itself or including itself when totalling a group of cells. That creates an infinity situation as it keeps referring back to itself, causing a circular reference. It can also happen when it refers to another cell that refers to the cell that the formula is in. If you have a circular reference it is usually a matter or excluding the cell reference of the cell that the formula is in from within the formula. For more complex circular references it may be a case of reviewing the logic of your spreadsheet. This can always be done.


What is a 3-D formula in Excel?

It is a formula that refers to the same cell addresses on more than one sheet. So if you wanted to add the value in C3 on Sheet1, Sheet2 and Sheet3, you would use a 3D formula. To refer to the sheet, you type its name followed by an exclamation mark and then the cell reference. You could start the formula in the cell you want the total to appear. You would type =SUM( and then click on the sheet tab for the first sheet, hold down Shift and select the tab for the third sheet, then click cell C3 and press Enter. The 3D formula created would be: =SUM(Sheet1:Sheet3!C3)


What sign must be typed at the beginning and end of cell locations in a formula?

An equals sign is needed at the beginning of a formula. There is no particular character needed at the end of a formula. A cell reference will begin with one or more letters and end with a number. If it is an absolute reference, it would start with a $ sign. A mixed reference will start with a $ sign or a letter.


How do you program the absolute value of a negative number in Excel?

You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)You use the ABS function. So you could have something like this:=ABS(-3)That will obviously give you 3. You would be more likely to have a cell reference, so the -3 could be in cell D8, which would leave the formula as being:=ABS(D8)


What is a relative cell reference in Excel?

relative cell reference


How to gets the number of characters of the content of cell25 in Microsoft Excel?

The LEN function will get the length of text in a cell. There is no cell25, although you could define a name for a cell and call it cell25. In that case the formula would be: =LEN(cell25) It is more likely you are talking about a cell reference, such as cell C25. The formula for that would be: =LEN(C25)


What is made up by the column letter and the row number?

A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.A cell reference or a cell address.


How to add text in Excel cell for already existing text?

Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.Select the cell and either click on the formula bar or press the F2 key and you can start to edit the text in the cell and add more to it.


When do you use mixed reference in Excel?

In most cases where people use an absolute reference, a mixed reference will do. A mixed reference will lock a column or row, but not both. Most formulas are copied either down or across, but rarely both. If a cell needs to be locked in a formula, then we lock the row when copying down or lock the column when copying across. See the related question below for more details on the different kinds of cell references.


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.


What is a multicellular orginisam?

Any (single) living organism that consists of more than a single cell.


What is a calculation involving one or more cell references in a spreadsheet?

It can be called a formula.