+ Reply to Thread
Results 1 to 2 of 2

Nonsequential column numbering

  1. #1
    dziw
    Guest

    Nonsequential column numbering

    I have a spreadsheet that needs numbers in the far left column to track row data. Some rows have data, while others are skipped. I need to be able to number the rows sequentially without numbering empty rows. Any idea how? What if I need to insert a row - would the solution resequence?

    Thanks!

  2. #2
    JE McGimpsey
    Guest

    Re: Nonsequential column numbering

    One way:

    A1: 1
    A2: =IF(COUNTA(B2:IV2),MAX($A$1:$A1)+1,"")

    Copy A2 down as far as necessary.

    If you inserted a row the solution would resequence. Is that what you
    wanted?


    In article <[email protected]>,
    dziw <[email protected]> wrote:

    > I have a spreadsheet that needs numbers in the far left column to track
    > row data. Some rows have data, while others are skipped. I need to be
    > able to number the rows sequentially _without_ numbering empty rows.
    > Any idea how? What if I need to -insert - a row - would the solution
    > resequence?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1