Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet with formulae referring to the next cell to the left,
for example B1=A1*2. When I insert a column to the left of B, B becomes C. I want the formulae to continue to refer to the next cell at left, so that B1=A1*2 and C1=B1*2. But when I insert this new column, the references in new C/old B remain the same - C1=A1*2. New B is never included in the calcs, even when I copy the formula. The formulae have only relative references, no absolutes. Any help appreciated! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=OFFSET(B1,,-1)*2 -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Spokane" wrote in message ... I have a spreadsheet with formulae referring to the next cell to the left, for example B1=A1*2. When I insert a column to the left of B, B becomes C. I want the formulae to continue to refer to the next cell at left, so that B1=A1*2 and C1=B1*2. But when I insert this new column, the references in new C/old B remain the same - C1=A1*2. New B is never included in the calcs, even when I copy the formula. The formulae have only relative references, no absolutes. Any help appreciated! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for this tip. But is this something new in Excel?? I have never had
this problem before. "RagDyer" wrote: Try this: =OFFSET(B1,,-1)*2 -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Spokane" wrote in message ... I have a spreadsheet with formulae referring to the next cell to the left, for example B1=A1*2. When I insert a column to the left of B, B becomes C. I want the formulae to continue to refer to the next cell at left, so that B1=A1*2 and C1=B1*2. But when I insert this new column, the references in new C/old B remain the same - C1=A1*2. New B is never included in the calcs, even when I copy the formula. The formulae have only relative references, no absolutes. Any help appreciated! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's always been this way!
Perhaps, in the past, you were clicking on Column A when you performed the "Insert". -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Spokane" wrote in message ... Thanks for this tip. But is this something new in Excel?? I have never had this problem before. "RagDyer" wrote: Try this: =OFFSET(B1,,-1)*2 -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Spokane" wrote in message ... I have a spreadsheet with formulae referring to the next cell to the left, for example B1=A1*2. When I insert a column to the left of B, B becomes C. I want the formulae to continue to refer to the next cell at left, so that B1=A1*2 and C1=B1*2. But when I insert this new column, the references in new C/old B remain the same - C1=A1*2. New B is never included in the calcs, even when I copy the formula. The formulae have only relative references, no absolutes. Any help appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell References absolute? | Excel Discussion (Misc queries) | |||
convert relative cell references to absolute cell references via amacro? | Excel Discussion (Misc queries) | |||
Cell Absolute $ References Keep Changing themselves | Excel Discussion (Misc queries) | |||
Absolute references in a cell | Excel Discussion (Misc queries) | |||
Absolute References in cell formula | Excel Worksheet Functions |