Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Cell referencing between differnt worksheets

There are 2 worksheets. Say I want cell A2 in sheet2 ALWAYS to equal cell A2
in sheet1. The data in sheet1 is cut and pasted quite a lot due to the way
we work and when this happens the link is corrupted. I think I could use
INDIRECT but there are quite a lot of links and if I used this method what is
the best way to set it up - does every cell have to be set up individually?
A lot of work!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Cell referencing between differnt worksheets

In cell A2 on sheet 2, type the = sign, then click on sheet 1, click in cell
A2, & the formula should show =Sheet1!A2
Accept the formula.
--
David Biddulph

"John" wrote in message
...
There are 2 worksheets. Say I want cell A2 in sheet2 ALWAYS to equal cell
A2
in sheet1. The data in sheet1 is cut and pasted quite a lot due to the
way
we work and when this happens the link is corrupted. I think I could use
INDIRECT but there are quite a lot of links and if I used this method what
is
the best way to set it up - does every cell have to be set up
individually?
A lot of work!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Cell referencing between differnt worksheets

"John" wrote in message
...
There are 2 worksheets. Say I want cell A2 in sheet2 ALWAYS to equal cell
A2
in sheet1. The data in sheet1 is cut and pasted quite a lot due to the
way
we work and when this happens the link is corrupted. I think I could use
INDIRECT but there are quite a lot of links and if I used this method what
is
the best way to set it up - does every cell have to be set up
individually?
A lot of work!!!


If I understand you correctly, you want a formula that will always reference
Sheet1!A2, even if another cell is cut and pasted at that location (thus
becoming Sheet1!A2). If that is so, you could use
=INDIRECT("Sheet1!A2")

However, as I think you may already have discovered, if you then copy this
to another cell in Sheet2, the reference does not change - you get an exact
copy of the original. One way you could use to get around this is to make up
the text string argument for the INDIRECT formula by concatenating a shorter
text string for the sheet name and a cell address that will change depending
on where the formula is located:
=INDIRECT("Sheet1!"&ADDRESS(ROW(),COLUMN()))

Does this solve your problem?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Cell referencing between differnt worksheets

This looks like the magic I have been searching for. I'll give it a go after
xmas and let you know. Thanks very much for your help. Merry xmas.

"Stephen" wrote:

"John" wrote in message
...
There are 2 worksheets. Say I want cell A2 in sheet2 ALWAYS to equal cell
A2
in sheet1. The data in sheet1 is cut and pasted quite a lot due to the
way
we work and when this happens the link is corrupted. I think I could use
INDIRECT but there are quite a lot of links and if I used this method what
is
the best way to set it up - does every cell have to be set up
individually?
A lot of work!!!


If I understand you correctly, you want a formula that will always reference
Sheet1!A2, even if another cell is cut and pasted at that location (thus
becoming Sheet1!A2). If that is so, you could use
=INDIRECT("Sheet1!A2")

However, as I think you may already have discovered, if you then copy this
to another cell in Sheet2, the reference does not change - you get an exact
copy of the original. One way you could use to get around this is to make up
the text string argument for the INDIRECT formula by concatenating a shorter
text string for the sheet name and a cell address that will change depending
on where the formula is located:
=INDIRECT("Sheet1!"&ADDRESS(ROW(),COLUMN()))

Does this solve your problem?



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
Naming Cell on differnt worksheet Yan Excel Worksheet Functions 0 September 25th 06 05:52 PM
Referencing worksheets yukon_phil Excel Discussion (Misc queries) 5 September 1st 06 08:25 PM
referencing same cell in several worksheets coriolis Excel Discussion (Misc queries) 2 May 20th 06 12:51 AM
in excel how do you quote a differnt cell dan Excel Discussion (Misc queries) 2 March 30th 06 02:39 PM
Referencing worksheets NewExcelGuy Excel Worksheet Functions 2 September 11th 05 05:26 PM


All times are GMT +1. The time now is 06:03 PM.

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"