+ Reply to Thread
Results 1 to 4 of 4

INSERT ROWS between ROWS

  1. #1
    Registered User
    Join Date
    07-20-2011
    Location
    Kerala, India
    MS-Off Ver
    Excel 2013
    Posts
    93

    INSERT ROWS between ROWS

    Hi! Good morning all!

    I have a sheet with many values!

    Eg.

    A

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10

    I would like to INSERT a row between each rows

    Desired result:

    A

    1

    2

    3

    4

    5

    6

    7

    8

    9

    10


    Appreciate your early reply!
    Last edited by kjxavier; 09-26-2014 at 01:58 AM. Reason: error

  2. #2
    Valued Forum Contributor Kamboj's Avatar
    Join Date
    09-25-2014
    Location
    India
    MS-Off Ver
    2003 - 2010
    Posts
    430

    Re: INSERT ROWS between ROWS

    dear It is very simple
    just fill a series in a blank column with starting 1 and step value 2 so that it show 1,3,5,7.....
    and in the blank row fill the series starting with 2 and step value 2 so that it show 2,4,6,8.....
    now select the range with this new column and sort the record on this series you will find your result.

  3. #3
    Forum Contributor Bhuvi's Avatar
    Join Date
    04-19-2013
    Location
    Delhi, India
    MS-Off Ver
    MS Excel 2003,07,10
    Posts
    153

    Re: INSERT ROWS between ROWS

    Hi Kjxavier,

    In the attached sheet is a solution with VBA, just run the macro "insert row". Cell "A1" should have a heading.
    Attached Files Attached Files
    If this helped and you wish to say thanks, then Please click on the Star* icon below this post.

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: INSERT ROWS between ROWS

    Assuming you have column header in A1, values start from A2 and you want to insert first blank row in A3 i.e. below the first value in column A in A2, then try this.....
    Please Login or Register  to view this content.
    If you want blank row to start from just below the column header, change the number 3 in the red with 2 in the above code.
    For detail see the attached sheet.
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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] Insert rows based on the current cell value and, then, copy some cells into the new rows
    By Excel-RZ in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-03-2013, 05:19 PM
  2. [SOLVED] Macro code to insert 3 rows on spreadsheet with variable number of rows
    By D18GE in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-17-2013, 07:33 AM
  3. Replies: 0
    Last Post: 05-10-2013, 12:04 PM
  4. [SOLVED] VBA insert/delete rows to accommodate exact number of rows from incoming data
    By iloc in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-12-2012, 06:19 PM
  5. [SOLVED] Insert Multiple Rows Based Off Number in Cell and Copy Data From Above New Rows
    By tstell1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2012, 04:15 PM

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