+ Reply to Thread
Results 1 to 2 of 2

Pull data from multiple worksheets into one

  1. #1
    Registered User
    Join Date
    06-15-2021
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    2

    Question Pull data from multiple worksheets into one

    Not sure if i chose the correct forum for this issue - feel free to guide me to the correct one if applicable.

    Here's my scenario:

    Within my workbook are 3 worksheets. 1st called 'Exit Interview', 2nd called 'Rent Roll' and the 3rd called 'File Review Form'. On rent roll, I enter specific information (i.e. Apt. #, Tenant Name, etc.). Total entries on this form can be up to 25. Once complete, I created a macro that copies the 'File Review Form' and creates one per entry on the rent roll. For example, I select a 'copy' button, i'm asked how many copies, I say 5 and 5 file review forms are created within the workbook. In addition, each file review form is renamed to match each entry (i.e. '1A, Crouse, FileRev', '2A, Chig, FileRev' and so on.)

    Here's my question:
    Each file review form has finding notes. I want to pull the finding notes from all created file review forms into the 'Exit Interview' worksheet. I was able to figure out how to do that from one form, however it's not working from the copied forms. Maybe it's because the name of the worksheet changes from 'File Review Form' to 'Apt #, Tenant Name, FileRev' and it cannot pull the new data?

    Any advise is appreciated.

  2. #2
    Valued Forum Contributor
    Join Date
    05-15-2017
    Location
    US
    MS-Off Ver
    365
    Posts
    901

    Re: Pull data from multiple worksheets into one

    You can loop over all the new sheets to get the names and pull the data you need. As long as there is some structure to the naming convention you are using, you can pass those names in as variables to allow the process.

    Uploading a sample file as stated at the top of the page, others may be able to chime in and assist.
    If you find the suggestion or solution helpful, please consider adding reputation to the post.

+ 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. Pull data from multiple worksheets
    By neulite in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-02-2018, 08:53 PM
  2. [SOLVED] Macro to pull columns of data from multiple worksheets into summary worksheets
    By crandell84 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2018, 05:44 PM
  3. [SOLVED] Data Pull from Multiple Worksheets based on Criteria!!!
    By Rajeshkumar R in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-26-2017, 07:10 AM
  4. Formula to Pull Data from Multiple Worksheets
    By BrianaL in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-23-2017, 01:35 AM
  5. INDEX MATCH and INDIRECT to pull in data from multiple worksheets
    By nebshaver123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-16-2015, 03:58 PM
  6. [SOLVED] Help with creating a macro to anaylse and pull data from multiple worksheets
    By eoghanmolloy in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-29-2012, 02:31 AM
  7. Replies: 7
    Last Post: 05-17-2012, 06:42 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