Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If a formula refers to a cell and the content of that cell is moved then the
formula updates to refer to the destination cell. Is it possible to somehow decouple this functionality so that a formula does not change if the content of precedent cells is moved? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT(A1)
in its simplest form -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Henrik" wrote in message ... If a formula refers to a cell and the content of that cell is moved then the formula updates to refer to the destination cell. Is it possible to somehow decouple this functionality so that a formula does not change if the content of precedent cells is moved? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Henrik,
In a word, No. Excel changes cell references regardless of how the cell was moved (edge-dragged, Cut/Pasted, or as a result of inserting/deleting cells). Making it absolute ($A$1) has no effect -- that affects only copying. You can use: INDIRECT("A1") in place of A1 in your formulas. Do include the quote marks. -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Henrik" wrote in message ... If a formula refers to a cell and the content of that cell is moved then the formula updates to refer to the destination cell. Is it possible to somehow decouple this functionality so that a formula does not change if the content of precedent cells is moved? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, Earl. The quotation marks did it.
"Earl Kiosterud" wrote: Henrik, In a word, No. Excel changes cell references regardless of how the cell was moved (edge-dragged, Cut/Pasted, or as a result of inserting/deleting cells). Making it absolute ($A$1) has no effect -- that affects only copying. You can use: INDIRECT("A1") in place of A1 in your formulas. Do include the quote marks. -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Henrik" wrote in message ... If a formula refers to a cell and the content of that cell is moved then the formula updates to refer to the destination cell. Is it possible to somehow decouple this functionality so that a formula does not change if the content of precedent cells is moved? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formulae to look at 52 sheets &count if 2 cells have data entered | Excel Discussion (Misc queries) | |||
formulae to look at 52 sheets &count if 2 cells have data entered | Excel Discussion (Misc queries) | |||
formulae to look at 52 sheets &count if 2 cells have data entered | Excel Discussion (Misc queries) | |||
formulae to look at 52 sheets &count if 2 cells have data entered | Excel Discussion (Misc queries) | |||
Formulae when some cells contain #N/A | Excel Discussion (Misc queries) |