I have used the following dynamic named range formula for quite some time to accomplish a dynamic range.
The only problem I have is I can't leave an empty cell between occupied cells. If I do the range is not accurate.
Does anyone have any recommendations apart from converting to a table?
=(OFFSET('Sheet1'!$E$3,0,0,COUNTA('Sheet1'!$E:$E)-1))
The only problem I have is I can't leave an empty cell between occupied cells. If I do the range is not accurate.
Does anyone have any recommendations apart from converting to a table?
=(OFFSET('Sheet1'!$E$3,0,0,COUNTA('Sheet1'!$E:$E)-1))