+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP From a File That Gets Updated Everyday

  1. #1
    Registered User
    Join Date
    03-18-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    4

    VLOOKUP From a File That Gets Updated Everyday

    Hi,

    I've been looking for a solution to this for a while and haven't found a solution yet. Here's my situation....

    Everyday I am sent an updated "Worksheet 1" (master) that I need to integrate it into "Worksheet 2" (secondary) which has more specific information on it. I can vlookup the information from the worksheet 1 to worksheet 2 very easily. The issue comes up the next day when I am sent a new worksheet 1 and I have to redo all of my formulas.

    =IF(VLOOKUP($A7,'C:\Users\co-kallen1\Documents\[NC LTE Master_Construction Tracker 3-18-13 Updated.xlsx]Master Tracker'!$A$3:$EA$733,63,FALSE)="","",VLOOKUP($A7,'C:\Users\co-kallen1\Documents\[NC LTE Master_Construction Tracker 3-18-13 Updated.xlsx]Master Tracker'!$A$3:$EA$733,63,FALSE))

    Is there anyway to get this file to update without redoing the formulas? Hopefully this makes some sense. Thanks in advance!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: VLOOKUP From a File That Gets Updated Everyday

    Hi and welcome to the forum

    for a start off, as you are using 2010, you can shorten your formula to...

    =IFerror(VLOOKUP($A7,'C:\Users\co-kallen1\Documents\[NC LTE Master_Construction Tracker 3-18-13 Updated.xlsx]Master Tracker'!$A$3:$EA$733,63,FALSE),"")

    what do you need to change in that formula, for the next day?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-18-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: VLOOKUP From a File That Gets Updated Everyday

    Thanks for the warm welcome!

    This morning I received the new tracker "NC LTE Master_Construction Tracker 3-19-13" which will need to replace the old one. So I believe this is what it would look like today....

    =IFerror(VLOOKUP($A7,'C:\Users\co-kallen1\Documents\[NC LTE Master_Construction Tracker 3-19-13.xlsx]Master Tracker'!$A$3:$EA$733,63,FALSE),"")

    This formula is repeated ~25 times throughout, referencing different col_index_num. I have been manually modifying the table array, but I feel like there is probably a more efficient way to do this. I tried changing the new file to the name of the table array in the formula but they all end up showing the #REF! error. Thanks for shortening the formula as well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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