+ Reply to Thread
Results 1 to 2 of 2

Repeating numbers

  1. #1
    Registered User
    Join Date
    10-15-2010
    Location
    san francisco
    MS-Off Ver
    Excel 2003
    Posts
    6

    Repeating numbers

    Hi,

    I have data that starts in B3 and goes down to B1097. I need the data stating in B3 to repeat itself once in its row so for example if B3 is 10, then B3 and C3 are both 10. The second row (B4) will then repeat itself 3 times), the third row (B5) will then repeat itself 4 times. This pattern will continue until it ends at B1097.

    I'm not sure if there is an easier way to do it besides copying the data myself manually but if anyone has any suggestions i would appreciate it. Thanks!

    I also attached an example of what i'm attempting to do. My data set is a lot bigger.
    Attached Files Attached Files
    Last edited by shawzito; 06-20-2014 at 01:18 AM.

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Repeating numbers

    In C3, put the formula
    =IF(COLUMN(A1)<=ROW(A1),B3,"")

    and drag down/right
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Without repeating numbers
    By thair in forum Excel General
    Replies: 6
    Last Post: 05-20-2012, 03:12 PM
  2. Repeating numbers
    By Sarina2424 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2010, 11:54 AM
  3. Non-repeating numbers
    By Tashia in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-05-2008, 05:04 AM
  4. for repeating numbers!!!
    By p4pints in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-24-2006, 11:26 AM
  5. REPEATING NUMBERS IN A ROW
    By nazzoli in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-17-2006, 10:00 AM

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