+ Reply to Thread
Results 1 to 11 of 11

Sequential numbering with gaps

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-10-2004
    Posts
    121
    The first sequential number is going to be somewhere between 590 and 620 because of historic data, so let's say 601. I tried adding that to the formula but it returned #VALUE where there were blanks.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,736
    If you want to start at 601 then try this formula in J10 copied down

    =IF(K10="","",COUNTIF(K$10:K10,"?*")+600)

  3. #3
    Forum Contributor
    Join Date
    06-10-2004
    Posts
    121
    Thanks, it works a treat.

    As a matter of interest what does the "?*" do.
    Last edited by tghcogo; 11-12-2007 at 03:14 PM.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,736
    Quote Originally Posted by tghcogo
    Thanks, it works a treat.

    As a matter of interest what does the "?*" do.
    It's just a way of counting text without counting "formula blanks". If your blanks are genuinely blank [ and not formulas that generate ""] then you could use COUNTA which counts text and numbers....[but also formula blanks]

+ 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