View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Putting row numbers in cells

You can use a formula

=ROW()




--
Regards Ron de Bruin
http://www.rondebruin.nl



wrote in message ups.com...
I want to set up a column in which the entry in each row is simply the
row number, possibly with a constant offset.

Thank for any help.