Results 1 to 8 of 8

Excel Forumula for Sequential Numbers

Threaded View

  1. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Excel Forumula for Sequential Numbers

    Quote Originally Posted by Ferarri View Post
    The formula I'm using does not capture the missing numbers.
    Sure it does. However, it won't return multiple results to a single cell. You have to return each result to its own cell (with that formula).

    Data Range
    A
    B
    1
    101
    103
    2
    102
    106
    3
    104
    4
    105
    5
    107
    6
    ------
    ------


    This array formula** entered in B1:

    =IFERROR(SMALL(IF(ISNA(MATCH(ROW(INDIRECT("101:107")),A$1:A$5,0)),ROW(INDIRECT("101:107"))),ROWS(B$1:B1)),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Last edited by Tony Valko; 05-03-2015 at 09:11 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 03-12-2014, 12:16 PM
  2. can excel return sequential numbers in an IF statement?
    By aldermju in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-28-2008, 04:16 AM
  3. Help with Forumula for Whole Numbers
    By johnnygirl51 in forum Excel General
    Replies: 2
    Last Post: 10-19-2006, 12:38 PM
  4. Replies: 2
    Last Post: 04-05-2005, 11:06 AM
  5. [SOLVED] How do I assign sequential numbers in an Excel 2003 PO template?
    By skiusa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-28-2005, 06:06 PM

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