+ Reply to Thread
Results 1 to 3 of 3

Excel Challenge: Populating Templates by Appending Specific Data

  1. #1
    Registered User
    Join Date
    10-17-2017
    Location
    chciago
    MS-Off Ver
    2013
    Posts
    29

    Excel Challenge: Populating Templates by Appending Specific Data

    Thank you in advance to whoever my be reading this. I have attached a copy of my workbook for your refrence. I know what needs to be done I just need an efficient way to do it.

    Business Goal: I want to compile a list of properties that are applible for each project. Each project has its own tab and table on that tab. The table says if the property is included or not included as apart of that associated project. If it is associated I want it to populate my template with the property name under the specific project. This will be used to facilitate a datas load into another system.


    (What I think would be) The Technical Soution: One of these tabs is a template called 'DRs Template' which I am trying to populate. 'DRs Template' has every tab name transposed across the top row with the names of properties going down (it is the same list of names on each sheet). My code needs to perform the following:

    1. Look up at the sheet/tab name transposed across the top of the 'DRs Template' (starting in B2 and moving across) and go to that specific tab.

    2. Once on this tab I will Look at a list of names in a table below and if the name has 'Yes' next to it in column D, I will copy the name and paste it on the at the coordinates of the Row(name) and the Column(tab name) it was pulled from onto the 'DRs Template' sheet.

    3. From there I wish to repeat the process untuill I run through the entire table pulling only those names with 'Yes' next to it, at which time I would like to go to the next tab (as indicated by the next transposed value on the Template in E1) and do the same.


    Good luck,

    Sam
    Attached Files Attached Files
    Last edited by sb212410; 02-05-2018 at 03:14 PM. Reason: To Provide Clarity

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

    Re: Excel Challenge: Populating Templates by Appending Specific Data

    I'm not sure what you mean by comment 2, but try this forumula in B3 of "DRs Template", copied down and across:

    =IFERROR(IF(VLOOKUP($A3,INDIRECT("'" &B$2&"'!A:D"),4,FALSE)="Yes",$A3,""),"")

    That may get you going in the right direction without using VBA.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: Excel Challenge: Populating Templates by Appending Specific Data

    You can absolutely do this with formulas given your sample. A simple VLOOKUP or an IF(COUNTIFS would likely do exactly what you need. If its just for sheets you can just reference each sheet in each column of your template sheet. Should be relatively simple.
    Ways to get help: Post clear questions, explain your overall goal, supply as much background as possible, respond to questions asked of you by those trying to help and post sample(s) files.

    "I am here to help, not do it for people" -Me

+ 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. Replies: 3
    Last Post: 10-30-2017, 12:41 AM
  2. Replies: 3
    Last Post: 01-26-2016, 08:28 PM
  3. Replies: 0
    Last Post: 01-14-2016, 09:53 AM
  4. Replies: 0
    Last Post: 10-19-2015, 11:27 AM
  5. Replies: 2
    Last Post: 09-18-2014, 10:11 AM
  6. Replies: 3
    Last Post: 09-14-2012, 11:59 AM
  7. How to populate values in Normal.dot template or any Template file
    By csekhar.apps in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-11-2010, 01:03 AM

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