+ Reply to Thread
Results 1 to 5 of 5

Copy a single cell from one sheet and repeat multiple times on another.

  1. #1
    Registered User
    Join Date
    09-08-2010
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    43

    Copy a single cell from one sheet and repeat multiple times on another.

    Hey guys I have a list of data that i need to repeat on another list 4 times over and i can't figure out how to do it.

    Any advice would be great.


    Sheet 1.

    List of repeated data

    Sheet 2.

    List of single items.

    Goal

    Figure out an easy way to have the single items off of sheet 2 repeated 4 times in a a row on sheet 1.
    Attached Files Attached Files

  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 2403
    Posts
    44,023

    Re: Copy a single cell from one sheet and repeat multiple times on another.

    In Sheet 1, A2, copiwd down:

    =OFFSET(Sheet2!$A$1,INT((ROWS($A$2:A2)-1)/4),,,)
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,586

    Re: Copy a single cell from one sheet and repeat multiple times on another.

    A non volatile formula. In A2 then drag down
    =INDEX(Sheet2!$A$1:$A$14,INT((ROWS($A$2:$A2)-1)/4)+1)

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

    Re: Copy a single cell from one sheet and repeat multiple times on another.

    In your example Sheet1 you show Item1 repeated 4 times, but Item2 and Item3 are repeated 5 times each - are these typing mistakes, or indicative of what you want to achieve?

    Pete

  5. #5
    Registered User
    Join Date
    09-08-2010
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    43

    Re: Copy a single cell from one sheet and repeat multiple times on another.

    @Glenn Kennedy & @ kvsrinivasamurthy Thanks for you help this is perfect,

    @Pete_UK that was just a Typo

+ 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] Copy range multiple times in other sheet
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-20-2016, 04:05 PM
  2. Replies: 2
    Last Post: 01-23-2016, 01:16 PM
  3. Replies: 4
    Last Post: 03-08-2014, 08:01 AM
  4. [SOLVED] Excel Time formatting for multiple times in a single cell
    By Benisato in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 04:18 AM
  5. Reproducing an entire list for a single entry from another sheet multiple times
    By Cakin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-03-2011, 05:26 PM
  6. Copy entire row x times and repeat
    By PY_ in forum Excel General
    Replies: 2
    Last Post: 08-27-2010, 10:27 AM
  7. Replies: 2
    Last Post: 01-12-2006, 12:25 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