#1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default An 'Insert' question

I have a cell A1 which = 5
I have a second cell B1 which =A1
I have a third cell C1 which = $A$1

When I insert a cell above A1, so its data becomes situated on A2, I would
expect B1 to track it, because it doesn't have the $ so that B1 = A2. I
would expect C1 to remain pointed at A1, because of the $ symbol, so C1 =
$A$1 as before.

In fact this isn't what happens. They both point to A2 after the insert.
This is very inconvenient in the context of a particular spreadsheet I'm
working with. I know I can work around it by changing C1 to the value $$$=A1
and then changing it back again after the insert, but that creates an
undesired side effect elsewhere.

Is there any setting or formula that will stop C1 tracking A1 after an
insert and keep it pointed at A1 irrespective?

Many thanks


  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 913
Default An 'Insert' question

On Sun, 28 Dec 2008 11:18:24 -0000, "teepee"
wrote:

I have a cell A1 which = 5
I have a second cell B1 which =A1
I have a third cell C1 which = $A$1

When I insert a cell above A1, so its data becomes situated on A2, I would
expect B1 to track it, because it doesn't have the $ so that B1 = A2. I
would expect C1 to remain pointed at A1, because of the $ symbol, so C1 =
$A$1 as before.

In fact this isn't what happens. They both point to A2 after the insert.
This is very inconvenient in the context of a particular spreadsheet I'm
working with. I know I can work around it by changing C1 to the value $$$=A1
and then changing it back again after the insert, but that creates an
undesired side effect elsewhere.

Is there any setting or formula that will stop C1 tracking A1 after an
insert and keep it pointed at A1 irrespective?

Many thanks


Try the following formula in cell C1:

=INDIRECT("A1")

Hope this helps / Lars-Åke
  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default An 'Insert' question

=INDIRECT("A1")
  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default An 'Insert' question


wrote

=INDIRECT("A1")


Thank you both. That's most helpful.


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
Cannot insert worksheet in exel - not available in insert menu pedro39 Excel Worksheet Functions 1 July 24th 08 12:09 PM
Excel insert question Kevin W[_2_] Excel Worksheet Functions 2 June 13th 08 05:41 PM
Can I auto insert a worksheet when I insert a value in a cell. iainc Excel Worksheet Functions 0 April 27th 06 08:37 AM
Insert Page Break Question Don Excel Discussion (Misc queries) 1 June 10th 05 02:05 PM
Chart question insert Alfred Excel Worksheet Functions 2 November 4th 04 08:03 PM


All times are GMT +1. The time now is 08:54 AM.

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

About Us

"It's about Microsoft Excel"