#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default cell reference


hi @all!

i'm using excel 2003 on win2k.

i'll explain my problem by an example:
- write "1" in cell A1
- write "=A1" in B1
- select A1, "insert cells".
- now "1" can be found at A2

and here's the problem: the formula in B1 now says "=A2". how can i
prevent excel from changing B1 to "=A2"? it should remain at "=A1"

???

i think i can't use the OFFSET-function, because i need to point to a
cell in an other table (=Table2!A1 for example)

thanks in advance!


--
suffix
------------------------------------------------------------------------
suffix's Profile: http://www.excelforum.com/member.php...o&userid=37305
View this thread: http://www.excelforum.com/showthread...hreadid=570156

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 102
Default cell reference


You are using relative referencing when you use an address like A1. If
you use an absolute reference IE $A$1 then whenever that cell formula
is reproduced it will stay as $A$1 and not increment on you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default cell reference

Try this:

=INDIRECT("A1")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"suffix" wrote in
message ...

hi @all!

i'm using excel 2003 on win2k.

i'll explain my problem by an example:
- write "1" in cell A1
- write "=A1" in B1
- select A1, "insert cells".
- now "1" can be found at A2

and here's the problem: the formula in B1 now says "=A2". how can i
prevent excel from changing B1 to "=A2"? it should remain at "=A1"

???

i think i can't use the OFFSET-function, because i need to point to a
cell in an other table (=Table2!A1 for example)

thanks in advance!


--
suffix
------------------------------------------------------------------------
suffix's Profile:

http://www.excelforum.com/member.php...o&userid=37305
View this thread: http://www.excelforum.com/showthread...hreadid=570156


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
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 09:35 PM
cell reference changes and conditional formatting Maggie Boby Excel Worksheet Functions 4 June 11th 06 05:43 AM
How do I anchor a cell reference? CasaJay Excel Discussion (Misc queries) 3 June 7th 06 08:12 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 10:43 PM
Cell Reference Math Ralph Howarth Excel Worksheet Functions 0 January 26th 05 07:27 PM


All times are GMT +1. The time now is 07:46 AM.

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"