Results 1 to 4 of 4

Match Index between Worbooks

Threaded View

  1. #1
    Registered User
    Join Date
    04-28-2015
    Location
    sterling heights, MI
    MS-Off Ver
    MI
    Posts
    53

    Match Index between Worbooks

    I have tried many ways to do a match index formula in a Summary workbook to read multiple Job workbooks and to make this automatically.Though, the Concatenate formula cannot be done in a match index formula and I cannot use Indirect as there are going be too many Job workbooks to have them open at once. Can someone please help me to set this up as a VBA code in a Command Button.

    Here is the code I have in the Summary Workbook, which I will need it in the Job Workbook's button:
    =IF('[Example_Job Workbook.xlsx]Master List & Hours'!$A$553=$C$52,INDEX('[Example_Job Workbook.xlsx]Master List & Hours'!$C$554:$UU$577,MATCH($D52,'[Example_Job Workbook.xlsx]Master List & Hours'!$B$554:$B$577,0),MATCH(E$2, '[Example_Job Workbook.xlsx]Master List & Hours'!$C$553:$UU$553,0)),"")
    My goal is to have a range of employee's hours per job dumped in one Summary Workbook from multiple Job workbooks. It may need a loop as there will be 1 job with 24 employees (aka 24 rows) and about 3 years worth of dates in the Summary Workbook. Basically if a cell equals to this job number, then match the dates and employee's initials and then dump the hours in the appropriate area.

    Attached are the 2 workbooks, Example_Summary (the data dumped workbook) and Example_Job Workbook (the title will change to the job's number and "_Document Schedule" at the end, but these are just examples).

    I have a VBA code to open the Summary workbook so this shouldn't be a problem. I just need the job's hours to be dumped into the summary's workbook:

    Dim Inputpath As String
    
    Inputpath = "J:\Document Schedules and All Jobs Reports\"
    
    Set WB2 = Workbooks.Open(Inputpath & "All Jobs Documentation List.xlsm")
    Please help!
    Thank you!!!
    Kirsten
    Attached Files Attached Files
    Last edited by JBeaucaire; 10-05-2015 at 04:37 PM. Reason: Fixed the CODE /CODE tags

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  2. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  3. [SOLVED] Index Match from a cell populated from index match
    By MarcLewis in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-15-2013, 05:30 AM
  4. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  6. Help comparing two worbooks
    By SandmanXJ in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-24-2012, 04:46 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 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