+ Reply to Thread
Results 1 to 2 of 2

List every number in a number range

Hybrid View

rhudgins List every number in a number... 12-02-2010, 03:03 PM
martindwilson Re: List every number in a... 12-02-2010, 06:20 PM
  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    List every number in a number range

    In A2 is the number 10. In A3 is the number 15. Is there a formula that can list every number in the range 10-15?

    ie- Starting in A26 through A31 I would like to list the numbers 11, 12, 13, 14 and 15.
    Last edited by rhudgins; 12-02-2010 at 03:38 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: List every number in a number range

    this is marked as solved ,is it?
    else in a26 put
    =A2
    in a27 put
    =IF(ROW(A1)>$A$3-$A$2,"",A26+1)
    and drag down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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