Absolute referencing in different excel sheet

niam07

New Member
Joined
Mar 13, 2014
Messages
11
Hi ya,

I have an excel sheet with three sheets.

First sheet has certain information as follows.

[TABLE="width: 500"]
<tbody>[TR]
[TD]S.No[/TD]
[TD]Name[/TD]
[TD]Job[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]B[/TD]
[TD]X1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]C[/TD]
[TD]X2[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]D[/TD]
[TD]X3[/TD]
[/TR]
</tbody>[/TABLE]

In second sheet, I sometimes cut and paste entire rows from first sheet. So as an example, my second sheet could be.

[TABLE="width: 500"]
<tbody>[TR]
[TD]S.No[/TD]
[TD]Name[/TD]
[TD]Job[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]

My third sheet, has formulas so that it copies exact same information from sheet 1.

so, A1 in sheet 3 will be = 'Sheet1'!A1 and so on.

But, my issue is that once I cut some information from sheet 1 and paste it sheet 2,

Now,

in my sheet 3, my A2 = becomes 'Sheet2'!A2

What I want in Sheet 3 is always to look for absolute values in sheet 1,

A1 = 'Sheet1'!A1
A2 = 'Sheet2'!A2

and so on. Irrespective of whether I insert new rows, or cut existing rows in sheet 3, I want sheet 3 values to be copy cat of sheet 1 values. Always.

I tried INDEX and Indirect but could not get to work. Will be grateful for any help.

Regards,
Naim
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top