matrixindicator
IS-IT--Management
For excel experienced users this should be an easy question ?
On my first Sheet I make a reference to my second sheet. Absolute to the first cell. This works.
When I insert a row on the first line, the value of my first row is placed A2.
My reference is also automatic moving to the second row
However I like that my reference should remain fixed on the first cell $A$1 How can I do this.
On my first Sheet I make a reference to my second sheet. Absolute to the first cell. This works.
Code:
=Sheet2!$A$1
When I insert a row on the first line, the value of my first row is placed A2.
My reference is also automatic moving to the second row
Code:
=Sheet2!$A$2