+ Reply to Thread
Results 1 to 5 of 5

Creat blank cell between some row cells with formula

  1. #1
    Forum Contributor
    Join Date
    05-21-2019
    Location
    Tabriz,Iran
    MS-Off Ver
    2010
    Posts
    186

    Creat blank cell between some row cells with formula

    Hi All,

    I have two columns. Code & Name

    I need to use Aggregate or Index & Match formula to get My output

    It needs to be 2 blank cells between cells
    Name1.gif

    Please, Without VBA & help column

    Regards,
    Jacob
    Last edited by Yaghoub61; 05-02-2020 at 03:41 PM.
    Notice:
    my main language is not English

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Creat blank cell between some row cells with formula

    If you start the data in a3 and b3 you can use the formula

    D3 =IF(MOD(ROW(),3)=0,INDIRECT("A"&(ROW()/3)+2),"") and drag down.

    E3 =IF(MOD(ROW(),3)=0,INDIRECT("B"&(ROW()/3)+2),"") and drag down.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Creat blank cell between some row cells with formula

    Using your current layout, this formula in D2 then fill right to E2 and down as many rows as needed:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Creat blank cell between some row cells with formula

    D2
    =if(mod(row()-2,3),"",index(a:a,row()/3+2))

  5. #5
    Forum Contributor
    Join Date
    05-21-2019
    Location
    Tabriz,Iran
    MS-Off Ver
    2010
    Posts
    186

    Re: Creat blank cell between some row cells with formula

    Thank you so much!

+ 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. Replies: 3
    Last Post: 08-30-2018, 11:13 PM
  2. [SOLVED] Formula to leave cell Blank until cells of formula have data
    By mbauman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-27-2015, 01:28 PM
  3. [SOLVED] Help with code to creat Reset button to clear cells and copy back the original formula
    By rv02 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-30-2015, 02:25 PM
  4. Replies: 11
    Last Post: 09-15-2014, 02:36 AM
  5. Replies: 10
    Last Post: 07-08-2013, 01:47 PM
  6. [SOLVED] Formula for Repeating Cell Value in Blank Cells
    By sbhattacharya99 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-19-2012, 04:49 PM
  7. I want a formula cell to be blank if cells computing formula are blank
    By asawyer3 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2011, 05: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