I have a question , similar to this VBA: Modify chart data range But I the answer was based on horizontal data set.
How can I make this named range update to include latest row on a vertical column set ?
This is what I got as my formula, B1 being the header, and Column B will have all my data.
=OFFSET(Sheet1!$B$1,,,1,COUNTA(Sheet1!$B2:$B))
Edit
I am using the following defined range now:
=OFFSET(Sheet1!$B$2,,,COUNTA(Sheet1!$B2:$B1000),1)
but when I add it to my chart I get the following error:
