+ Reply to Thread
Results 1 to 2 of 2

fill cells on multiple sheets from columns of different lengths

Hybrid View

  1. #1
    Registered User
    Join Date
    01-08-2008
    Location
    Fort Worth, Tx
    MS-Off Ver
    2016
    Posts
    19

    fill cells on multiple sheets from columns of different lengths

    I have a table. Columns have a company name as a header and a list of employees. I want to autopopulate the cells on multiple pages from the list of employees, without any blanks.vEach page has a spot for 8 names, A2, C2, E2, G2, A5, C5, E5, G5.
    From the table i want to populate these cells on sequential pages until all the names from the table are used.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,296

    Re: fill cells on multiple sheets from columns of different lengths

    I _think_ this will work. If you list is in column A of Sheet1, starting in cell A2, on the next sheet (with the 8 spots) enter this formula in cell A2 and enter 1 into cell Z1 (or change the $Z$1 to another free cell):

    =INDEX(Sheet1!$A:$A,IF(ROW()=2,0,4)+(COLUMN(A$1)+1)/2+$Z$1)

    Then copy that formula to C2, E2, etc. and then on the next sheets, use the same formulas but enter 9 into cell Z1, then 17, 25, 33, etc
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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] Merge Multiple Columns of Different Lengths With Common Values
    By jcolarusso in forum Excel General
    Replies: 3
    Last Post: 07-28-2015, 10:44 AM
  2. [SOLVED] Sumproduct, Indirect, Address over multiple sheets and varying row lengths
    By dma1976 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-08-2014, 11:12 AM
  3. [SOLVED] Multiple Columns which need to be combined with some columns not having all the cells fill
    By kikboxr777 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-30-2014, 01:38 AM
  4. [SOLVED] VBA fill in cells in a new column in table based on multiple criteria from other columns
    By HRA in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-14-2013, 06:48 AM
  5. Joining columns of different lengths from different sheets
    By David Obeid in forum Excel General
    Replies: 8
    Last Post: 02-03-2011, 02:34 AM
  6. Copy formulas to adjacent columns - multiple cells and multiple sheets
    By swanseaexcel in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 01-12-2011, 06:21 AM
  7. Fill down formula using VBA to varying column lengths
    By Lee Jeffery in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 01-28-2005, 08:40 PM

Tags for this Thread

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