+ Reply to Thread
Results 1 to 2 of 2

How do I do numbering of rows in Excel when there are blank rows?

  1. #1
    V
    Guest

    How do I do numbering of rows in Excel when there are blank rows?

    I want sequential numbering, however, the content contains blank rows. Plus
    every time I add a row e.g. in the middle, then I have to re-number the rest
    of the list. Is there a quicker way to do this?

  2. #2
    Bob Phillips
    Guest

    Re: How do I do numbering of rows in Excel when there are blank rows?

    In B1: =IF(A1<>"",1,"")
    B2: =IF(A2<>"",MAX($B$1:OFFSET(B2,-1,0))+1,"")

    and copy B2 down

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "V" <[email protected]> wrote in message
    news:[email protected]...
    > I want sequential numbering, however, the content contains blank rows.

    Plus
    > every time I add a row e.g. in the middle, then I have to re-number the

    rest
    > of the list. Is there a quicker way to do this?




+ 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