Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nesting a sheet name reference within a cell reference??? | Excel Discussion (Misc queries) | |||
cell reference changes and conditional formatting | Excel Worksheet Functions | |||
How do I anchor a cell reference? | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Cell Reference Math | Excel Worksheet Functions |