Hi,
I am trying to define a range in Excell, dynamically. Currently I am using the following:
Insert>Name>Define box -
sourcedata =OFFSET(Sheetname!$A$1,0,0,COUNTA(Sheetname!$A:$A),COUNTA(Sheetname!$1:$1))
But my main problem is that each week there is new data, in which the size of the...