L
Legacy 330376
Guest
Hi All,
I am trying to avoid #ref appearing when I delete a row from the source spreadsheet. Does anyone have a solution. I want to avoid using Indirect function as the source spreadsheet needs to be open, for it to work.
Any ideas, would be great!!
The formulas are below, that I am trying
I am trying to avoid #ref appearing when I delete a row from the source spreadsheet. Does anyone have a solution. I want to avoid using Indirect function as the source spreadsheet needs to be open, for it to work.
Any ideas, would be great!!
The formulas are below, that I am trying
Code:
=INDEX([MS.xlsm]C!A3,ROWS(A3:A3)):INDEX([MS.xlsm]C!A3,COUNTA([MS.xlsm]C!A3))
Code:
=OFFSET(MS.xlsm]C!A3,0,0)