+ Reply to Thread
Results 1 to 4 of 4

Custom Fill Down

  1. #1
    Registered User
    Join Date
    08-04-2010
    Location
    Cleveland, Ohio
    MS-Off Ver
    Excel 2003
    Posts
    2

    Custom Fill Down

    Hello. I am pretty much an amature when it comes to excel so any help would be great. I looked everywhere and can only find Macro solutions which I could not get to work, because I'm a dolt.

    I need a list with 3 of the same numbers filled down. So starting at 8501 and ending at 9000.

    So 8501, 8501, 8501, 8502, 8502, 8502.....9000, 9000, 9000. In one column.

    Thanks so much, I appreciate it.
    Last edited by NBVC; 08-04-2010 at 11:25 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Custom Fill Down

    Try:

    =8500+INT(MOD((ROW(A1)-1)/3,9000))+1 copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

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

    Re: Custom Fill Down

    Try this:

    E1: 8501
    E2: 8501
    E3: 8501

    E4:=E3+(COUNTIF(E1:E3,E3)=3)

    Copy that formula down as far as you need.
    When done...
    Copy the list...Paste.Special.Values

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Registered User
    Join Date
    08-04-2010
    Location
    Cleveland, Ohio
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Custom Fill Down

    Quote Originally Posted by NBVC View Post
    Try:

    =8500+INT(MOD((ROW(A1)-1)/3,9000))+1 copied down
    That worked. Thank you so much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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