Excel For Mac 2011 Fix Link Error



  1. Guess I'm late to the party here - but I have this problem as well. Per the MS auto update for office 2011 - I am on the latest version of Office 2011 for Mac, macOS Sierra version 10.12.3, Safari 10.0.3. I'm using Norton Internet Security - with application and connection controls active, but Word is permitted.
  2. Excel for Mac crashes and slow performance FIXED Excel does not respond when using 'Save as Picture' WORKAROUND Excel prompts you to grant access to files and then hangs or shows a warning that it cannot open the.xlsx file because the format or extension is not valid. Known issues, changed functionality, and blocked or discontinued features.
  3. Noting down the steps associated with the manual process, here you go to fix the broken excel file. Step 1: Select File and click on the option of Open. Step 2: Select the location and folder which contains the broken excel file. Step 3: In the tab of the Open dialog box, click the broken excel file.

If you are operating Excel for Mac 2011 or 2016, you may receive the following message: Cell references in the formula refer to the formula's result, creating a circular reference. For help with correcting a circular reference, click OK. To continue without changing the formula, Click Cancel.

-->

Note

Office 365 ProPlus is being renamed to Microsoft 365 Apps for enterprise. For more information about this change, read this blog post.

Symptoms

Consider the following scenario:

  • You create a workbook (workbook A) and save it as an .xlsx file in Microsoft Excel.
  • You create a defined name under the Formulas tab that refers to a three-dimensional reference.
  • You save workbook A.
  • You create another workbook (workbook B) and save it as an .xlsx file.
  • You add an external reference link to the defined name in workbook A.
  • You save workbook B, you close both workbooks, and then you open workbook B again.
  • You update external reference links when you are prompted to do this.

In this scenario, you receive one of the following error messages:

Error

Workaround

Excel For Mac 2011 Fix Link Error

To work around this issue, use either of the following methods:

  • Save workbook A and workbook B as .xlsb files.
  • Do not add an external reference link to a defined name that refers to a 3-D reference in workbook B.

Manually finding external links or references in a spreadsheet is a cumbersome task. Microsoft does not have any inbuilt function that can find external references or links but still there do exist some workarounds to do this. And this is what I am going to share with you today.

Method 1: Finding external References by using the find function

Though this is not a foolproof method still it can reduce the manual effort drastically. The main logic behind this method is that excel always encloses external references in long brackets “[]”. So, if you find all the “[]” brackets, you can easily get the list of external references used.

  • Open the excel sheet, for which you want to find the external references.
  • After this press the “Ctrl+F” keys to open the ‘Find’ and replace the dialog box.
  • In the find, textbox enter the string “[*]” (without quotes). This string means that resultant will be any string enclosed within long brackets.
  • Next, in the ‘Look in’ dropdown select Formulas and hit the “Find All” button.
  • The resultant will be a set of external references that are used in the sheet.
Fix

Method 2: Edit Links Option

Excel For Mac 2011 Fix Link Error Password

On the excel ribbon there a ‘Data’ tab, inside this tab, there is an option called “Edit Links”.

2011

Basically, the edit link option displays all the other files to which your spreadsheet is linked to. Please note that this option will be disabled by default and will only become active if your sheet contains some external references.

So, this can become a quick check to verify if your excel sheet contains external references or not. Using “Edit Links” is quite easy just follow the below steps to remove external references from your excel sheet:

  • Open your excel sheet and navigate to the ‘Data’ tab, select the option “Edit Links”.
  • In the “Edit Links” window all the spreadsheets which are referenced in your excel file will be listed.
  • On the right side of this Edit Links window there are options like ‘Update values (can be used for reloading the values)’, ‘Change Source (can be used to change the referenced file)’, ‘Open Source (opens the referenced excel files)’ and ‘Break Links (can be used to break the referenced links)’.
  • Among all these options ‘Break Links’ option is the one that we will be using, it breaks the references and replaces them with their current values.
  • Please note that the use of this feature should be done with utmost care as this cannot be undone.

Method 3: Find External Reference links by using Excel Macro

Using excel macros can be really helpful in finding the external reference links. To create a macro that can find and list down all the external links in a spreadsheet, follow the below steps:

  • With the excel sheet opened, navigate to the ‘View’ Tab, click on the ‘Macros’ button.
Error
  • Now enter the macro name say “Fetch_Links” (without quotes) and hit the create button.
  • This will open the Excel VBA editor, simply paste the below code after the first line.
  • The whole code should look the same as shown in the below screenshot.
  • Now simply press the ‘F5’ button to run the macro. The code will create a new worksheet that contains all the external referenced links.

Microsoft Excel For Mac 2011

Method 4: Find and Delete Links Add-in

Broken Links In Excel File

If you don’t want to use any of the first 3 methods then you should probably go for this one. Microsoft has now developed an Excel add-in that can run as a wizard and finds all the external links that your spreadsheet contains. It also has a feature to delete the referenced links.

Excel Update Link Error

You can find this add-in here.