randomhouse
New Member
- Joined
- Jun 7, 2012
- Messages
- 4
Hello,
I'm trying to create a formula that will reference a diffrent line when a row is deleted above it.
Example:
I have a cell for example B7 in Sheet 1 that sees B7 on Sheet 2, and row 4 is deleted, it will still locate B7 on Sheet 2. The problem is I want the cell to now see B6 on Sheet 2.
Is there a fromula that will see only that particular row that it is on when changed?
I tried this formula =index(sheet2!A1:I28, row(), 4)
But this formula does not work when I have around a hundred that need referencing in this way.
The problem is when a row is deleted, it changes the parameters in the cell below
I'm trying to create a formula that will reference a diffrent line when a row is deleted above it.
Example:
I have a cell for example B7 in Sheet 1 that sees B7 on Sheet 2, and row 4 is deleted, it will still locate B7 on Sheet 2. The problem is I want the cell to now see B6 on Sheet 2.
Is there a fromula that will see only that particular row that it is on when changed?
I tried this formula =index(sheet2!A1:I28, row(), 4)
But this formula does not work when I have around a hundred that need referencing in this way.
The problem is when a row is deleted, it changes the parameters in the cell below