I have one row that uses =MEAN(A1:A15), and another one that uses =SUM(A1:A15). But many times I have to alter this range to, let's say, A1:A13;A15 in both cells. I would like to alter the range in one place and have both formulas to use the same updated range.
| |||
|
feedback
|
|
What you can do is use the As for how this pertains to your question, if for example we place the text string | |||||||||
feedback
|
|
You can use a named range to do this, and it's really the recommended way. That is where you give a name to a range of cells, and then you use that name in any formulas. You can later go back and update the range of cells that the name applies to. (You can also do more sophisticated things like having the range automatically adjust in size when you add rows at the end.) Creating and applying named ranges is under Formula > Named Cells > Name a Range. More details in this tutorial: http://www.homeandlearn.co.uk/excel2007/excel2007s7p6.html | |||
|
feedback
|