#1   Report Post  
Posted to microsoft.public.excel.misc
Vicky
 
Posts: n/a
Default Cell references

I have two sheets in a workbook. On sheet2, the data in lot of cells come
from the cells on sheet1. The problem is that when I move the data on sheet1,
the cell references on sheet2 also change in formula, which means they are
bound with data, not with the cell address. I want to ensure that the cell
references in formulas on sheet2 do not change, when I move data from the
referred cells on sheet1. Can anyone help me to sort out this problem?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max
 
Posts: n/a
Default Cell references

"Vicky" wrote:
I have two sheets in a workbook. On sheet2, the data in lot of cells come
from the cells on sheet1. The problem is that when I move the data on sheet1,
the cell references on sheet2 also change in formula, which means they are
bound with data, not with the cell address. I want to ensure that the cell
references in formulas on sheet2 do not change, when I move data from the
referred cells on sheet1. Can anyone help me to sort out this problem?


One way ..

In Sheet2,

Instead of using in say, A1: =Sheet1!A1
with A1 copied across / down to link to cells in Sheet1

Try in A1:
=OFFSET(INDIRECT("'Sheet1'!A1"),ROW(A1)-1,COLUMN(A1)-1)
Copy A1 across / down as before to link in the same manner to Sheet1

The formulas will now always point to the same cells in Sheet1, eg: A1 will
always point to Sheet1's A1, B1 to Sheet1's B1, and so on, irrespective of
any subsequent "moves" of data in Sheet1's A1, B1, etc to somewhere else
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 07:01 PM
Furmula Dependent Cell References ned Excel Discussion (Misc queries) 2 May 4th 06 06:03 PM
Automatically Changing Cell Reference's when Pasting in Excel No I'm Spartacus Excel Discussion (Misc queries) 0 February 13th 06 02:01 PM
Cell references change when entering new data [email protected] New Users to Excel 2 May 6th 05 08:48 PM
Absolute cell references and subsequent problems. Pank Mehta Excel Discussion (Misc queries) 2 April 19th 05 12:38 PM


All times are GMT +1. The time now is 06:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"