Include Row number to print

  • Thread starter Thread starter Rechie
  • Start date Start date
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)
 
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)
 
Back
Top