Include Row number to print

J

JLatham

The ROW() function will return the row number.
=ROW() will always return the current row number
=ROW(A5) will return the row number of the referenced cell (5 in this case)
 
R

Rechie

Thanks a lot !!!


JLatham said:
The ROW() function will return the row number.
=ROW() will always return the current row number
=ROW(A5) will return the row number of the referenced cell (5 in this case)
 
Top