answersLogoWhite

0

First you do a copy command. Then, instead of using Paste, you pick the Paste Special option and then its Value option. You can paste to another cell or to the cell it is in. The Paste Special option can be got through the Edit menu, or on the menu that appears if you right click on the mouse after doing your Copy.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What Formula in Excel convert lbf to Newton?

If the lbf value was in cell B2, then the formula to convert it to Newton would be:=B2*4.44822162


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.


What is in a constant in Microsoft Excel?

A constant is a value that does not change. In the following formula it is possible for different values to be in cell B3, but the 10 is a constant, and if the formula is copied the B3 will change but the 10 won't: =B3*10


What is a constant (spreadsheet)?

=($A$1+B1) Putting a dollar sign, as shown on the left, turns the A1 cell into a constant value. Any value in the A1 cell will be unchanged no matter where the formula may be copied and pasted on the spreadsheet.


What is the formula to calculate the value of cell J10?

What is the formula to calculate the value of cell J10?


Why is it necessary to determine the cell constant?

Determining the cell constant is necessary because it allows for accurate calibration of the conductivity meter. The cell constant is used to convert the measured electrical conductivity into a value that corresponds to the actual concentration of ions in the solution being tested. Failure to determine the cell constant correctly can lead to inaccurate conductivity readings and incorrect data analysis.


Does the formula bar in Excel display the value or formula of an active cell?

It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.It displays what is called the Cell Contents. The Cell Contents are what was originally typed into the cell. If that is only a value, then it displays the value. If it is a formula, then you will see the formula that was entered. In the cell itself you will normally see the result of that formula, unless the worksheet has been set to show the formulas.


In excel if value is in one column automaticlly put formula in another column?

There is no way to have a value in one cell put a formula in another cell. However, you can put a formula in a cell that will change, based on the value of another cell. If you put the formula =A1 in cell B1, B1 will display the value of whatever you place in cell A1.


What formula will divide the value in Cell e5 by the value in Cell e6?

=E5/E6


Is the entry bar the area where the text a number or formula is displayed for the active cell?

The proper name is the formula bar, but yes a formula or value can be seen there when you have entered a value or formula in a cell.


How do you change the value of a cell?

You can literally type in a new value into a cell. It can also be changed by using controls, such as scroll bars, dropdown lists, spinners etc. The value a cell has may change as a result of a formula, though tecjhnically if it has a formula in it, then that is not really a value even if it shows a value, as what is actually stored in the cell is a formula.


What are constants for in Excel?

Constants are fixed values, so they never change. They are used in formulas where you know a particular value does not change. If you have a formula that is always going to multiply something by 2, then the 2 is a fixed value and can be entered into the formula as a constant, while the other value will be a cell reference, so it can have a variable value, like in the following formula. =H5 * 2