+ Reply to Thread
Results 1 to 3 of 3

How to fill series with consecutive (but repetitive) numbers

  1. #1
    Registered User
    Join Date
    06-21-2012
    Location
    Greece
    MS-Off Ver
    Excel 2007
    Posts
    30

    How to fill series with consecutive (but repetitive) numbers

    Dear All,

    I need to fill down a column with numbers (from 1 to 100 for istance), but they are not 'purely consecutive' one another but with double or triple of the same numbers, like A1=1 - A2=1 - A3=1 , A4=2 A5=2 - A6=2 , A7=3 - A8=3 - A9=3 and so on...
    How can I fill down the series in a succession like this one? Will I need a formula for it instead?

    apreciate your help, thank you!

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,605

    Re: How to fill series with consecutive (but repetitive) numbers

    Something like this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    or

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: How to fill series with consecutive (but repetitive) numbers

    Here's a formula for A1 which you can copy down as far as needed

    =CEILING(ROW()/3,1)

    Here's code to insert the fomula then replace it with the result.
    Please Login or Register  to view this content.

+ 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