Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have absolute references set up to access data from a different sheet in
the same workbook. When I insert new columns in the data source sheet, the absolute reference change to reflect the movement of the columns. I don't want them to do that. How do I keep the absolute references absolute. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use an INDIRECT function to give you the range, and as it is a
string within the function then it will not change when rows are inserted. Hope this helps. Pete On Mar 24, 3:23*pm, John Bare <John wrote: I have absolute references set up to access data from a different sheet in the same workbook. *When I insert new columns in the data source sheet, the absolute reference change to reflect the movement of the columns. *I don't want them to do that. *How do I keep the absolute references absolute. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Absolute reference means that the reference will always point to the same
cell(s). No matter what changes you make to the sheet in terms of inserting rows or columns the reference will always poit to the original cell(s) you specified. To do what you are asking requires using a formula such as indirect. With indirect you create your cell reference in static text. =Indirect("A1") Will always return the value in cell A1. Note that this formula can not be dragged to increment the reference. Additionally the formula is volatile so if you have a lot of this type of formula your recacluation performance will suffer. -- HTH... Jim Thomlinson "John Bare" wrote: I have absolute references set up to access data from a different sheet in the same workbook. When I insert new columns in the data source sheet, the absolute reference change to reflect the movement of the columns. I don't want them to do that. How do I keep the absolute references absolute. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look up the INDIRECT worksheet function and see the advice under the example
RegMigrant "John Bare" wrote: I have absolute references set up to access data from a different sheet in the same workbook. When I insert new columns in the data source sheet, the absolute reference change to reflect the movement of the columns. I don't want them to do that. How do I keep the absolute references absolute. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Advance Filter Reference in Source Sheet | Excel Discussion (Misc queries) | |||
can't insert a column, can't shift columns off the sheet. | Excel Discussion (Misc queries) | |||
How to Insert Columns in a big Sheet... | Excel Worksheet Functions | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
How do I reference non-contiguous columns in another sheet and th. | Excel Discussion (Misc queries) |