ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Decoupling cells and formulae (https://www.excelbanter.com/excel-discussion-misc-queries/108123-decoupling-cells-formulae.html)

Henrik

Decoupling cells and formulae
 
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?

Bob Phillips

Decoupling cells and formulae
 
=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?




Earl Kiosterud

Decoupling cells and formulae
 
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?




Henrik

Decoupling cells and formulae
 
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?






All times are GMT +1. The time now is 11:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com