+ Reply to Thread
Results 1 to 4 of 4

Repeating Numbers In Sequential Order

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Repeating Numbers In Sequential Order

    Hello,
    I'm looking for a formula that would repeat a number 24 times and then move on to the next number in sequential order. Any help with this would be greatly appreciated. Thank You.

    Example:

    1111...(24 times then) 2222...(24 times then)3333... and so on.
    Last edited by artiststevens; 12-14-2010 at 08:01 PM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Repeating Numbers In Sequential Order

    A3: 1111
    A4: =A3+IF(MOD(ROWS($3:3),24)=0,1111)
    Copy that formula down as far as you need.

    or...
    A3: =REPT(CEILING(ROWS($3:3),24)/24,4)
    Copy that formula down.

    Is that something you can work with?
    Last edited by Ron Coderre; 12-14-2010 at 10:20 AM.
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor
    Join Date
    10-05-2010
    Location
    CA
    MS-Off Ver
    Excel 365
    Posts
    539

    Re: Repeating Numbers In Sequential Order

    Thanks Ron! That's exactly what I needed!

  4. #4
    Registered User
    Join Date
    02-05-2015
    Location
    Madrid
    MS-Off Ver
    2007
    Posts
    1

    Re: Repeating Numbers In Sequential Order

    I've been looking for this for hours!

    Many Thanks!

+ 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