[Solved] Get Around Updating of Absolute References

Discuss the spreadsheet application
Post Reply
Mung
Posts: 3
Joined: Thu Sep 01, 2011 11:43 am

[Solved] Get Around Updating of Absolute References

Post by Mung »

Hello,
When a row or column is inserted absolute references are updated. How can I avoid or get around this?
To demonstrate if A1 contains =$D$1. If a column is inserted b/n columns A to D then A1 becomes =$E$1 returning the same value for A1 as column D has been displaced to the column E position. I want A1 to = the new value in D1, how do I get this? ThanKs for your time.
Last edited by Mung on Fri Sep 02, 2011 2:24 am, edited 2 times in total.
OpenOffice 3.1 on Windows 7
Mung
Posts: 3
Joined: Thu Sep 01, 2011 11:43 am

Re: How do I get Around Updating of Absolute References on r

Post by Mung »

Sorry, Should have said colomn inserted. Mung
OpenOffice 3.1 on Windows 7
Richarda44
Posts: 351
Joined: Sat May 24, 2008 6:59 pm

Re: How do I get Around Updating of Absolute References on r

Post by Richarda44 »

Menu > Tools > Options > calc > general > tick the expand ref box
OOo 4.1.1. bld 9593 on MS Windows 10 64 SP1 Chillblast fusion i5 and Acer Aspire E1-572 Laptop

There's got to be a better way
And for all accountants - The change is coming
User avatar
MrProgrammer
Moderator
Posts: 5424
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: How do I get Around Updating of Absolute References on r

Post by MrProgrammer »

Hi, and welcome to the forum.

See first response in Calc references across sheets while inserting rows

If this answered your question please go to your first post use the Edit button and add [Solved] to the start of the title. You can select the green checkmark icon at the same time.
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7.8, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
User avatar
Villeroy
Volunteer
Posts: 31363
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: How do I get Around Updating of Absolute References on r

Post by Villeroy »

Option "Expand references" has nothing to do withit.
To demonstrate if A1 contains =$D$1. If a column is inserted b/n columns A to D then A1 becomes =$E$1 returning the same value for A1 as column D has been displaced to the column E position.
A1 =OFFSET($A$1;0;3) [no, this won't return a circular reference error]
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Mung
Posts: 3
Joined: Thu Sep 01, 2011 11:43 am

Re: How do I get Around Updating of Absolute References on r

Post by Mung »

Hello,
Thank you MrProgrammer for your warm welome to the forum. Thanks also to Richarda44 and Villeroy for their suggestions. I was unsuccessful with "expanding references" but the OFFSET function will do the trick. Thanks all. Mung
OpenOffice 3.1 on Windows 7
Post Reply