Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default 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?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default 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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formulae to look at 52 sheets &count if 2 cells have data entered bsnapool Excel Discussion (Misc queries) 1 July 13th 06 11:50 AM
formulae to look at 52 sheets &count if 2 cells have data entered bsnapool Excel Discussion (Misc queries) 1 July 10th 06 09:42 PM
formulae to look at 52 sheets &count if 2 cells have data entered bsnapool Excel Discussion (Misc queries) 1 July 10th 06 04:55 PM
formulae to look at 52 sheets &count if 2 cells have data entered bsnapool Excel Discussion (Misc queries) 0 July 10th 06 03:53 PM
Formulae when some cells contain #N/A HeatherC Excel Discussion (Misc queries) 6 March 1st 05 01:14 PM


All times are GMT +1. The time now is 04:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"