View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.setup
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default align row numbers with row data

You can't change the row headers numbering system built into Excel.

Row 1 is row 1.

You can insert numbers down Column A in any order you want starting at A2 if A1
is taken up by a column title.

In A2 enter =ROW()-1 to give you a 1

Copy that formula down column A.


Gord Dibben MS Excel MVP


On Mon, 15 Oct 2007 12:44:05 -0700, Bill Hazel <Bill
wrote:

I am using a basic spreadsheet with colunm headers and numbering rows
starting at 1. How can I get Row 1 to align with Number 1? Is there a way
to have row numbers start with ZERO or even a negative number?