+ Reply to Thread
Results 1 to 3 of 3

How to generate sequential intervals from whole number

  1. #1
    Registered User
    Join Date
    02-14-2013
    Location
    California
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    2

    How to generate sequential intervals from whole number

    Is there a way to create Sequential intervals from a whole number?

    for instance:

    Cell B1 contains 5
    I would like Cell C1 to show 1,2,3,4,5 or 1-5

    Thank you.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: How to generate sequential intervals from whole number

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

  3. #3
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: How to generate sequential intervals from whole number

    Hi

    Nothing is springing to my mind to generate the whole series. Simply generating "1-5" is easy enough:

    ="1-"&TEXT(B1,"#,###")

    This will display 1-5 in the cell the above formula resides in. As you change the number in B1, the formula will update.

    Hope that helps.

+ 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