number column

T

thelfj

what is the name for the column on the left with the numbers? i need to know
for the sake of equations i am trying to get to work online
 
M

Mangesh Yadav

Well, why do you require the name of this column. You just need to know the
'name' of the cell which can be referred to by its column number and its row
number.

Mangesh
 
B

bj

Some people call it the "row index". others call it "Row Header" (this is
what it is refered to in <tools><options><view>)
the Function
=row()
gives the row number for that row the equation is in.
 
Top