+ Reply to Thread
Results 1 to 5 of 5

Duplicate Cells One Row Below

  1. #1
    Registered User
    Join Date
    09-24-2019
    Location
    Makassar, Indonesia
    MS-Off Ver
    2019
    Posts
    4

    Duplicate Cells One Row Below

    Hello, is there an easy way to duplicate cells to one row below? (see attached picture for example)

    I need the simplest method since i have thousands of data to duplicate and my fingers are starting to hurt from manually copy-pasting it lol
    Attached Images Attached Images
    Last edited by ersyadiaz; 12-30-2019 at 04:29 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Duplicate Cells One Row Below

    Yes, like this:

    =INDEX(A$2:A$5,1+INT((ROWS($1:1)-1)/2))

    copied across and down. See sheet. Adjust the bit in red to suit your data.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Duplicate Cells One Row Below

    Hi

    simple method is that copy the data and paste below it and sort on NO.

    or assume your data in A1:a1000
    then
    NO. =INDEX($A$2:$C$1000,INT(ROW()/2),1)
    NAME=INDEX($A$2:$C$1000,INT(ROW()/2),2)
    AGE=INDEX($A$2:$C$1000,INT(ROW()/2),3)

  4. #4
    Registered User
    Join Date
    09-24-2019
    Location
    Makassar, Indonesia
    MS-Off Ver
    2019
    Posts
    4

    Re: Duplicate Cells One Row Below

    Thank you so much!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Duplicate Cells One Row Below

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] Need to combine cells to one string of text if duplicate values exist in multiple cells
    By Chris McGlothen in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 02-17-2017, 09:13 PM
  2. Replies: 8
    Last Post: 06-25-2015, 08:59 AM
  3. Macro to hide cells with duplicate week number cells
    By Jehanim009 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2015, 11:23 AM
  4. [SOLVED] Please I need a macro to delete duplicate cells in a several selected cells in Excel?
    By amkoloui in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-15-2014, 02:17 PM
  5. Find duplicate text in cells in column, then give names of cells containing duplicate text
    By spelunkerforlife in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-19-2013, 10:13 AM
  6. [SOLVED] Conditional formatting of duplicate rows (not duplicate cells)
    By ExcelStefan in forum Excel General
    Replies: 2
    Last Post: 06-19-2012, 06:09 AM
  7. Replies: 2
    Last Post: 06-10-2011, 10:26 AM

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