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.
[Solved] Get Around Updating of Absolute References
[Solved] Get Around Updating of Absolute References
Last edited by Mung on Fri Sep 02, 2011 2:24 am, edited 2 times in total.
OpenOffice 3.1 on Windows 7
Re: How do I get Around Updating of Absolute References on r
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
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
There's got to be a better way
And for all accountants - The change is coming
- 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
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.
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).
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).
Re: How do I get Around Updating of Absolute References on r
Option "Expand references" has nothing to do withit.
A1 =OFFSET($A$1;0;3) [no, this won't return a circular reference error]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.
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
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Re: How do I get Around Updating of Absolute References on r
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
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