ozbeachbum
Board Regular
- Joined
- Jun 3, 2015
- Messages
- 221
- Office Version
- 2021
- Platform
- Windows
Hi all,
A follow on from my last post although I got the formula;
=OFFSET('[02 REG CHR securities.xlsx]Securities Info'!$BX$75,(ROW('[02 REG CHR securities.xlsx]Securities Info'!BX1)-1)*6,0)
to work, it does not recalculate unless the linked workbook '[02 REG CHR securities.xlsx] is open.
I have done some research and apparently this is the case when using OFFSET, therefore I tried INDEX as suggested in the article;
=INDEX('[02 REG CHR securities.xlsx]Securities Info'!$BX$75,(ROW('[02 REG CHR securities.xlsx]Securities Info'!BX1)-1)*6,0)
I though this solved the issue as it worked, but only in the first cell, when I copied it down, I get an invalid reference or error.
It seams obvious that it is how it calculates the rows after the first one, I tried some adjustments but to no avail.
Any thoughts would be greatly appreciated.
Dave.
A follow on from my last post although I got the formula;
=OFFSET('[02 REG CHR securities.xlsx]Securities Info'!$BX$75,(ROW('[02 REG CHR securities.xlsx]Securities Info'!BX1)-1)*6,0)
to work, it does not recalculate unless the linked workbook '[02 REG CHR securities.xlsx] is open.
I have done some research and apparently this is the case when using OFFSET, therefore I tried INDEX as suggested in the article;
=INDEX('[02 REG CHR securities.xlsx]Securities Info'!$BX$75,(ROW('[02 REG CHR securities.xlsx]Securities Info'!BX1)-1)*6,0)
I though this solved the issue as it worked, but only in the first cell, when I copied it down, I get an invalid reference or error.
It seams obvious that it is how it calculates the rows after the first one, I tried some adjustments but to no avail.
Any thoughts would be greatly appreciated.
Dave.