+ Reply to Thread
Results 1 to 7 of 7

Copy different (and changing) length lists from multiple sheets

  1. #1
    Registered User
    Join Date
    01-09-2015
    Location
    norfolk, VA
    MS-Off Ver
    Excel Office Pro 10 v14.0.7015.1000
    Posts
    3

    Copy different (and changing) length lists from multiple sheets

    Good Day Everyone!

    I have all the names with their division on Sheet "Roster." Each division (1ST DIV and 2ND DIV) will enter what "Type" a person has completed over the reporting period. The DH needs the summary (DEPT HEAD) of who completed Type 2 and Type 3, and their start and stop cycles.

    All data in "yellow" (on 1ST DIV and 2ND DIV) is entered by the individual divisions. All the data in "orange" (on ROSTER) can be updated by the person compiling the Dept Head report. All other cells are locked.

    The trick is that I cannot use VB or macros (system security blocks them). The data flow i have is: 1) each division selects the appropriate Type (dropdown); 2) If Type 2 or Type 3 is selected, the name auto populates (INDEX/SMALL), and the division must enter the START/STOP info; 3) the division-entered data is copied to the ROSTER sheet {VLOOKUP) next to the appropriate name; 4) the DEPT HEAD info is taken from the updated table of data on the ROSTER PAGE (INDEX/SMALL).

    How can I copy the data from the Division sheets to the Dept Head sheet without putting it through the Roster sheet? The data can change daily as to who does what type, making the lists on each division variable in length.
    Attached Files Attached Files
    Last edited by mccannmj4130; 11-07-2020 at 06:10 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Forest through the trees simplification

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)

  3. #3
    Registered User
    Join Date
    01-09-2015
    Location
    norfolk, VA
    MS-Off Ver
    Excel Office Pro 10 v14.0.7015.1000
    Posts
    3

    Re: Forest through the trees simplification

    Thank you for the information. I've updated my submission. I use the ISERROR only to put a blank in the cell if there is no data in the queried cell.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,588

    Re: Copy different (and changing) length lists from multiple sheets

    Hello mccannmj4130 and Welcome to Excel Forum.
    Thank You for changing the title.
    If there are only two tables from which to pull then you could use the following to get the first and last name as well as the start and stop values:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The following will yield the division: =IF(A14="","",IF(ROWS(A$14:A14)<=SUMPRODUCT(--('1ST DIV'!A$14:A$18<>"")),"1ST DIV","2ND DIV"))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    01-09-2015
    Location
    norfolk, VA
    MS-Off Ver
    Excel Office Pro 10 v14.0.7015.1000
    Posts
    3

    Re: Copy different (and changing) length lists from multiple sheets

    JeteMc, thank you for the response. Unfortunately there are 13 divisions totaling about 150 people; it looks like it would be some serious nesting to account for all 13 sheets. I will get a more comprehensive example on here as soon as I can, with a sheet of descriptions of how I attacked it.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,588

    Re: Copy different (and changing) length lists from multiple sheets

    As your profile shows that you are using the 2010 version of Excel do you have, or could you get, the Power Query add-in which is free and is produced by Microsoft?

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

    Re: Copy different (and changing) length lists from multiple sheets

    IN B2 then copied across
    Please Login or Register  to view this content.
    IN A14 then copied to A & B columns
    Please Login or Register  to view this content.
    IN C14 then copied down
    Please Login or Register  to view this content.
    IN D14 then copied to Columns D & E
    Please Login or Register  to view this content.
    suitable changes can be done for second table.

    It is better to keep tables for Different Types Side by side instead of one below the other in all tabs. I have given in example tab.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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] Caculate the number of trees
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-01-2015, 01:00 PM
  2. Generating a hypothetical random forest map
    By ucldon in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-16-2015, 08:09 AM
  3. Forest plot with uneven confidence intervals
    By KarenLeukenhause in forum Excel Charting & Pivots
    Replies: 11
    Last Post: 12-26-2013, 03:13 PM
  4. Displaying Binomial trees in excel
    By darklide in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-13-2010, 12:05 PM
  5. Forest Plots......can these be done in excel or powerpoint
    By Claire8 in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 10-14-2005, 04:05 AM
  6. [SOLVED] telephone trees
    By rbj in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 08-04-2005, 04:05 PM
  7. [SOLVED] Forest & Trees????
    By Ken Loomis in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-11-2005, 09:05 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