=pi*(radius^2)
than
=$D$1*(E5^2)
Define Name...
from the Formula
menuName
.
You are not allowed to use spaces in names. If you feel that a space would make your name much clearer, you can use the underbar to make names like average_income
. You can type an underbar by holding down shift and pressing the hyphen key next to the zero (but not the one on the numeric keypad).
OK
=mass*acceleration
or =hat_size*price_of_tea_in_China
.
The behavior of named ranges can be confusing. A good rule of thumb is that the name refers to the whole range only where that would make sense; otherwise, it refers to the cell corresponding to (e.g., in the same row as) the cell containing the formula. For example, if we give a column of numbers the name cost
, then the formula =cost*0.10
located a few columns over would compute 10% of the cost on that line. On the other hand, =sum(cost)
would add up all of the numbers in the named range.