Excel reference to always the same cell

Talicius

New Member
Joined
Aug 8, 2020
Messages
16
Office Version
  1. 2016
Hi, I have sheet1 and sheet2.

Let say I have some data in sheet1, in cell A1, A2, A3... for example. And I want to reference cell A1 in sheet2, then A2, then A3.

But the thing is if you e.g. detele the cell from sheet1, or you add some rows or columns the reference changes accordingly (to A2, or B1 or whatever...).

I want to reference cell A1 no matter what happens with the actual cell, always reference to A1.

Do you have some function for that?

Thank you very much!
 
You could use:
Excel Formula:
=INDEX(Sheet1!A:A,ROWS($A$1:$A1))

If the formula is in column A, then use a different column for the reference in the ROWS function.
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You could use:
Excel Formula:
=INDEX(Sheet1!A:A,ROWS($A$1:$A1))

If the formula is in column A, then use a different column for the reference in the ROWS function.
When I type it like this it doesnt work. This ROWS($A$1:$A1) references the sheet2 and not sheet1.
 
Upvote 0
Yes, that is as it should be. It's only there to return the 1, 2, 3 etc as you copy the formula down. So what exactly do you mean by "doesn't work"?
 
Upvote 0
And what is in A1 on Sheet1? Nothing?
 
Upvote 0
Then the most likely option is that you created a circular reference; what cell is that formula in?
 
Upvote 0
The cell with the INDEX function is in another sheet, can you upload here Excel file how it should look, please? Thank you very much.
 
Upvote 0
It is not possible to upload files here.

Which cell is the formula in, and what is the exact formula?
 
Upvote 0
=INDEX('PHM-rozuctovanie pravidelne'!U:U;ROWS('PHM-rozuctovanie pravidelne'!$U$8:$U8))
This gives "0" even tho I have value in sheet 'PHM-rozuctovanie pravidelne' and cell U8.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,490
Members
448,967
Latest member
visheshkotha

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