+ Reply to Thread
Results 1 to 3 of 3

autofill vertical list horizontally with 2 blank cells in-between each list item

  1. #1
    Registered User
    Join Date
    06-10-2013
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2011 Mac
    Posts
    50

    autofill vertical list horizontally with 2 blank cells in-between each list item

    I have a list in column L2:L352. I would like to be able to start at AD2 and drag horizontally so that AD2 = L2, AE2 = <BLANK>, AF2 = <BLANK>, AG2 = L3, AH2 = <BLANK>, AI2 = <BLANK>, AJ2 = L4, etc.... until L352 has been autofilled.

    Thanks.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: autofill vertical list horizontally with 2 blank cells in-between each list item

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: autofill vertical list horizontally with 2 blank cells in-between each list item

    in ad2
    =IF(MOD(COLUMNS($A$1:A1),3)=1,INDEX($L$2:$L$352,CEILING(COLUMNS($A$1:A1),3)/3),"") fill across
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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. Vertical List to Sort Horizontally on another sheet
    By ncurran217 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-04-2013, 02:01 PM
  2. [SOLVED] Not able to remove blank cells in new list keeps repeating same item?
    By omallyfoster in forum Excel General
    Replies: 2
    Last Post: 05-21-2013, 02:16 PM
  3. Replies: 4
    Last Post: 03-11-2013, 06:43 PM
  4. Replies: 3
    Last Post: 12-14-2006, 01:58 PM
  5. Function to list values of last 3 non-blank cells in a vertical bl
    By ANJ in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2005, 08:06 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