|
Re: Automatic data selection
Hi,
You can create a named range.
For example, if your data in in column A, starting in A1,
press CTRL and F3 to create a named range, for example "data" with this formula
=OFFSET(Sheet1!$A$1,COUNT(Sheet1!$A:$A)-1,0,-10,1)
and use that named range in the graph data box (where it asks for the range of values)
=Sheet1!data
__________________
This week, I will be mostly overcomplicating things
|