+ Reply to Thread
Results 1 to 4 of 4

How to Separate a Column of data by the same number of rows?

  1. #1
    Registered User
    Join Date
    10-28-2014
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    16

    How to Separate a Column of data by the same number of rows?

    Hi,

    I need to basically have each number in my column (B) be split apart by the same number of blank cells (Column F). Preferred if it would also copy each number into those blank cells (Column H). Thanks!

    ExamplePic1.PNG
    Last edited by blue84rain; 11-20-2014 at 03:34 PM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to Separate a Column of data by the same number of rows?

    Try these two

    =IFERROR(IF(MOD(ROWS(A$1:A3),3)+1=1,INDEX($B$2:$B$4,INT(ROWS(A$1:A3)/3)),""),"")

    and

    =IFERROR(INDEX($B$2:$B$4,INT(ROWS(A$1:A3)/3)),"")

    Row\Col
    B
    C
    D
    E
    2
    111
    111
    111
    3
    112
    111
    4
    113
    111
    5
    112
    112
    6
    112
    7
    112
    8
    113
    113
    9
    113
    10
    113
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    10-28-2014
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    16

    Re: How to Separate a Column of data by the same number of rows?

    Hey Alkey,

    Thanks for the help! I was able to create a pivot table to copy the data out how I wanted. I couldn't get the formula to work for me.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to Separate a Column of data by the same number of rows?

    You could try simply to copy and paste these formulas. Just make sure that
    111
    112
    113

    is in B2:B4

+ 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] Separate data out of column that exists in different rows
    By jonbperrier in forum Excel General
    Replies: 3
    Last Post: 10-27-2013, 10:57 PM
  2. How to separate a column header and duplicate to every rows of data?
    By kong5091 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-18-2013, 08:55 AM
  3. [SOLVED] Repeat form X times, where X is the number of rows containing data in a separate sheet.
    By BB1972 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-07-2013, 05:05 PM
  4. Replies: 3
    Last Post: 08-12-2010, 03:45 PM
  5. [SOLVED] Excel: How to choose data on two separate rows in the same column
    By RicardoE in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2006, 08:45 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