+ Reply to Thread
Results 1 to 5 of 5

Making values in one column repeat every 12th row in a different column

  1. #1
    Registered User
    Join Date
    11-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    24

    Making values in one column repeat every 12th row in a different column

    Hello,

    I have a list of addresses in Column A with 11 blank cells in between each address. I'd like the addresses in Column A to repeat themselves in Column B, but I need the blank cells to be replaced with the addresses from Column A so that each address is copied in 12 consecutive rows in Column B. Please see the attached example workbook to see what I'm looking for. Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Making values in one column repeat every 12th row in a different column

    Try this in B2 and filled down

    =IF(A2="",B1,A2)



    Also, if your goal is for the original data in column A to be filled in..
    Highlight column A (beginning in row 2)
    Press CTRL + G
    Click Special
    Select Blanks
    Click OK
    Press =
    Press UP Arrow
    Press CTRL + ENTER
    Last edited by Jonmo1; 12-03-2013 at 04:10 PM.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Making values in one column repeat every 12th row in a different column

    Hi,

    One way

    B2 copied down

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

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    11-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Making values in one column repeat every 12th row in a different column

    Thanks Richard, that worked well.

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Making values in one column repeat every 12th row in a different column

    Glad to have helped.

    Personally I prefer jonmo's second offering which I'd completely forgotten about.

    It's not a very well known technique but is rather slick and more efficient for this particular requirement.

+ 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] Search Column for Repeat values and output
    By cp41 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-06-2013, 03:44 PM
  2. Making a macro repeat for all values in column and leave results on WS2
    By jackuspi2010 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-19-2013, 12:34 PM
  3. [SOLVED] Making column C repeat in final printout
    By Clark in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-26-2006, 01:10 PM
  4. [SOLVED] Making column C repeat in final printout
    By Clark in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-26-2006, 12:30 PM
  5. Making column C repeat in final printout
    By Clark in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-26-2006, 12:25 PM

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