+ Reply to Thread
Results 1 to 3 of 3

Data Link - Excel Keep asking for file to update valves

  1. #1
    Registered User
    Join Date
    11-07-2017
    Location
    Houston, TX
    MS-Off Ver
    2016
    Posts
    11

    Question Data Link - Excel Keep asking for file to update valves

    I am using Index-Match function for two separate (reference) files into one worksheets. While one data link works properly, the other continues to ask for selection of file/file location every time I created a new command which references the spreadsheet. Can two files be used in one spreadsheet to gather data from? Any reason why this file keeps asking for file selection on every new command.

    Sample formulas:

    =INDEX('M:\Echart\[EChart 1053 Trim Code Sheet Rev 19.xls]Trim Codes with MCS'!AS20:AS1070, MATCH($G$1, 'M:\Echart\[EChart 1053 Trim Code Sheet Rev 19.xls]Trim Codes with MCS'!$A20:$A1070,0))

    =INDEX('M\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps’!B2:B215, MATCH($G$24, 'M\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps’!$A2:$A215,0))

    [The second is the one giving me the grief]

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Data Link - Excel Keep asking for file to update valves

    If this is your formula
    =INDEX('M\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps’!B2:B215, MATCH($G$24, 'M\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps’!$A2:$A215,0))

    then fix the errors indicated in RED
    =INDEX('M:\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps’!B2:B215, MATCH($G$24, 'M:\Echart\[EChart 1049 Oracle Trim Code Sheet Nextech.xlsx]Trim Code with Temps'!$A2:$A215,0))

    * Missing colon: M:
    * fix apostrophe (a single quote): Trim Code with Temps'!$A2:$A215
    Last edited by Syrkrasi; 11-14-2017 at 11:18 AM.

  3. #3
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Data Link - Excel Keep asking for file to update valves

    Glad that I was able to assist you.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, thanks for the rep!

+ 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. Data and Valves
    By cosmo325 in forum Excel General
    Replies: 6
    Last Post: 04-11-2017, 11:39 PM
  2. How to update automatically to xml file which is link to excel
    By clairechanmyae in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-06-2013, 05:37 AM
  3. Replies: 3
    Last Post: 03-26-2013, 05:28 PM
  4. [SOLVED] How do I link together two excel workbooks to update data?
    By russl722 in forum Excel General
    Replies: 8
    Last Post: 10-17-2012, 04:32 PM
  5. Link .txt file for excel to update changes
    By lorne17 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-29-2009, 11:07 AM
  6. [SOLVED] How to bypass Update link dialog when open an excel file from vb
    By chin_yen83 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-07-2005, 12:10 AM

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