Using names for cell ranges
You can define ranges as names from the Insert Menu. This makes subsequent enhancements and maintenance of the worksheet easy.
First, select the range of cells to which you wish to assign a name. Then INsert->Names->Define (below)

A dialog will appear as is shown below..

You can then use the defined names to specify a range in a table as shown in this example.

If you change the Range name, the formulas will adjust automatically.
December 3rd, 2007 at 11:39 am
Thanks for the great site. You wouldn’t happen to know if I can somehow not use range names directly, but derive them from some other data?
Let’s say I got 4 ranges, called “range1″, “range2″, “range3″ and “range4″.
Now I’ve got a formula where I want to use one of these ranges, but which one is up to another data. So can I do something like =FORMULA(range+”data”) ?
January 13th, 2008 at 3:53 pm
Hi,
first, thank for the hints!
I created a cell range which changes depending if cells in a determined column are blank, using INDIRECT. I’d like to have this dynamic range in the chart as well, so as to not show blank labels and to allow people to create new labels that will be added dynamically to the chart. But I saw that the chart dialog doesn’t accept cell range’s names. Is there a way to do it?
thanks!
daniel tygel