Hi
Others have advised you about using row 1 (or several top rows alike) as
header row, and about freezing them. There is another feature you may find
usefull - named ranges.
To define the named range, select from menu Insert.Name.Define, enter the
name for range, and the range or formula returning the range like INDEX() or
OFFSET().
An simple example:
You define 2 named ranges
FirstNum=Sheet1!$A$2:$A$10
SecondNum=Sheet1!$B$2:$B$10
Now you can enter anywhere p.e. in 3rd row a formula
=FirstNum+SecondNum
and sum of numbers from A3 and B3 is returned. You can copy the formula into
range from row 2 to row 10, and formlas are adjusted for every row
--
(When sending e-mail, use address (e-mail address removed))
Arvi Laanemets
TheresA said:
I'm so new to computers. I've entered my data and sorted it. Now I need
to label each column. Take out the A,B,C, etc. and give them names like
Last Name, First Name, Teacher, Grade, etc.