I have been using the offset function to create dynamic graphs. This has worked in to other virtually identical spreadsheet but in this worksheet the offset will only work for rows and columns (which is very frustrating as everything is laid out in column form). I've been staring at it for days now and think I need some outside perspective.
I have been defining the name using the formula (which has worked in my previous spreadsheets):
=OFFSET(LDContent!$B$4,0,0,-1,COUNTA(LDContent!$B:$N))
But it will not register as defining the column.
If however, I change the formula to either:
=OFFSET(LDContent!$B$4,0,0,COUNTA(LDContent!$B:$N),1)
or
=OFFSET(LDContent!$B$4,-1,0,COUNTA(LDContent!$B:$M))
It works perfectly fine for defining the rows.
Any one got any ideas why this could be happening?
Bookmarks