+ Reply to Thread
Results 1 to 3 of 3

Formula to copy a product list across in increments

  1. #1
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Formula to copy a product list across in increments

    Evening all,

    I have a list of products that I want to copy into every third cell of a block of four, across a range.

    I've attached an example of the data I'm working with.

    Thanks in advance,

    Snook

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

    Re: Formula to copy a product list across in increments

    Please try at G6

    =IF(MOD(COLUMNS($G6:G6),4)=3,INDEX($H$3:$L$3,ROUNDUP(COLUMNS($G6:G6)/4,)),"")

  3. #3
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    W: 2021 H: 365
    Posts
    940

    Re: Formula to copy a product list across in increments

    Bang on the money, cheers Bo_Ry!

    For info - I also wrapped the formula in the T function to return blank rather than 0 when the range extends beyond the size of the product list. Fluff13 told me that tip and I absolutely love it.

    Snook

+ 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] Formula to copy across a range of cells that takes account of increments
    By The_Snook in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-01-2018, 04:18 PM
  2. [SOLVED] Looking for formula to copy down that increments the cell reference 5 rows each time
    By Cbird in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-24-2018, 02:16 PM
  3. Copy from list in increments
    By Dave_SDC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-24-2017, 09:02 AM
  4. How to copy formula references across in increments
    By The_Snook in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-19-2015, 07:45 AM
  5. Replies: 7
    Last Post: 11-12-2012, 02:46 PM
  6. Replies: 7
    Last Post: 12-16-2011, 08:41 AM
  7. Replies: 5
    Last Post: 01-27-2010, 05:22 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