ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I need to make cell a1 on sheet 2 ALWAYS = a1 on sheet 1 (https://www.excelbanter.com/excel-worksheet-functions/181406-i-need-make-cell-a1-sheet-2-always-%3D-a1-sheet-1-a.html)

tarabull

I need to make cell a1 on sheet 2 ALWAYS = a1 on sheet 1
 
I need to duplicate the data in sheet 1 on sheet 2, but only certain columns.
I have been able to get the items to duplicate by hitting = (sheet1a2) or
whatever, but if I insert a line above a1 on sheet 1, cell a1 on sheet 2
references cell a2.

T. Valko

I need to make cell a1 on sheet 2 ALWAYS = a1 on sheet 1
 
One way:

=INDIRECT("Sheet1!A1")

That will *always* refer to Sheet1 A1.


--
Biff
Microsoft Excel MVP


"tarabull" wrote in message
...
I need to duplicate the data in sheet 1 on sheet 2, but only certain
columns.
I have been able to get the items to duplicate by hitting = (sheet1a2) or
whatever, but if I insert a line above a1 on sheet 1, cell a1 on sheet 2
references cell a2.




tarabull

I need to make cell a1 on sheet 2 ALWAYS = a1 on sheet 1
 
wonderful, is there a way that you can fill-down, so that a2 always = a2 and
so on?

"T. Valko" wrote:

One way:

=INDIRECT("Sheet1!A1")

That will *always* refer to Sheet1 A1.


--
Biff
Microsoft Excel MVP


"tarabull" wrote in message
...
I need to duplicate the data in sheet 1 on sheet 2, but only certain
columns.
I have been able to get the items to duplicate by hitting = (sheet1a2) or
whatever, but if I insert a line above a1 on sheet 1, cell a1 on sheet 2
references cell a2.





T. Valko

I need to make cell a1 on sheet 2 ALWAYS = a1 on sheet 1
 
One way:

=INDIRECT("Sheet1!A"&ROWS(A$1:A2))

Copied down.


--
Biff
Microsoft Excel MVP


"tarabull" wrote in message
...
wonderful, is there a way that you can fill-down, so that a2 always = a2
and
so on?

"T. Valko" wrote:

One way:

=INDIRECT("Sheet1!A1")

That will *always* refer to Sheet1 A1.


--
Biff
Microsoft Excel MVP


"tarabull" wrote in message
...
I need to duplicate the data in sheet 1 on sheet 2, but only certain
columns.
I have been able to get the items to duplicate by hitting = (sheet1a2)
or
whatever, but if I insert a line above a1 on sheet 1, cell a1 on sheet
2
references cell a2.








All times are GMT +1. The time now is 01:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com