+ Reply to Thread
Results 1 to 5 of 5

Create New Blank Row after each 4 rows

  1. #1
    Registered User
    Join Date
    04-13-2021
    Location
    Syria
    MS-Off Ver
    Microsoft Office Home and Student 2021
    Posts
    81

    Create New Blank Row after each 4 rows

    For Example I have this data,
    1.png

    How I can insert 1 New Blank Row after each 4 rows,
    To be look like:
    2.png
    Thanks in advance for any help
    Attached Files Attached Files
    Last edited by HiS2oKa; 12-05-2022 at 05:09 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,598

    Re: Create New Blank Row after each 4 rows

    Several possibilities described at https://www.exceldemy.com/excel-inse...every-nth-row/

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Create New Blank Row after each 4 rows

    I used this formula in cell E4, so that it could be compared directly with what you want to achieve:

    =IF(MOD(ROWS($1:4),5)=0,"",INDEX(A$4:A4,COUNTIF(E$3:E3,"?*")+1))

    If you want it to work in column C you need to change the references to column E (shown in red above).

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    04-13-2021
    Location
    Syria
    MS-Off Ver
    Microsoft Office Home and Student 2021
    Posts
    81

    Re: Create New Blank Row after each 4 rows

    Thanks to both of you @Pepe Le Mokko And @Pete_UK

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Create New Blank Row after each 4 rows

    You're welcome, and thanks for the rep.

    Pete

+ 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] Create multiple blank rows and adding a formula in the first newly created blank row
    By Ratso in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-20-2018, 11:23 AM
  2. Create Blank Rows to Match Pre-Set Calculations
    By tlombardi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-21-2016, 06:20 PM
  3. Need some help please - Macro to create a CSV file and remove blank rows.
    By stuhelhall in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-05-2016, 09:34 PM
  4. How to create a macro to insert blank rows and copy data into blank rows?
    By zodiack101 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2013, 01:18 PM
  5. Removing blank rows to create list
    By drs3eb in forum Excel General
    Replies: 6
    Last Post: 07-16-2010, 05:13 PM
  6. [SOLVED] create blank rows
    By Coal Miner in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-20-2006, 12:40 PM
  7. [SOLVED] create blank rows
    By Coal Miner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-19-2006, 07:24 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