How to find broken links in Excel that can't be broken with 'Break Links'?












20















I have an Excel workbook that complains about broken links every time I open it:



enter image description here



I've tried using 'Find' to search for [. as suggested in Microsoft's guide. I've also tried searching for objects as the guide suggests and turned up nothing.



How can I find this troublesome broken link?










share|improve this question

























  • You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

    – Scott
    Oct 14 '16 at 4:31











  • This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

    – kackleyjm
    Feb 13 at 3:58
















20















I have an Excel workbook that complains about broken links every time I open it:



enter image description here



I've tried using 'Find' to search for [. as suggested in Microsoft's guide. I've also tried searching for objects as the guide suggests and turned up nothing.



How can I find this troublesome broken link?










share|improve this question

























  • You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

    – Scott
    Oct 14 '16 at 4:31











  • This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

    – kackleyjm
    Feb 13 at 3:58














20












20








20


3






I have an Excel workbook that complains about broken links every time I open it:



enter image description here



I've tried using 'Find' to search for [. as suggested in Microsoft's guide. I've also tried searching for objects as the guide suggests and turned up nothing.



How can I find this troublesome broken link?










share|improve this question
















I have an Excel workbook that complains about broken links every time I open it:



enter image description here



I've tried using 'Find' to search for [. as suggested in Microsoft's guide. I've also tried searching for objects as the guide suggests and turned up nothing.



How can I find this troublesome broken link?







microsoft-excel links






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 13 '16 at 20:12









thilina R

2,19041633




2,19041633










asked Feb 21 '14 at 15:17









blargblarg

2232310




2232310













  • You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

    – Scott
    Oct 14 '16 at 4:31











  • This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

    – kackleyjm
    Feb 13 at 3:58



















  • You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

    – Scott
    Oct 14 '16 at 4:31











  • This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

    – kackleyjm
    Feb 13 at 3:58

















You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

– Scott
Oct 14 '16 at 4:31





You’re saying “broken link(s)”, but as far as I can tell, you aren’t talking about broken links. What am I missing?

– Scott
Oct 14 '16 at 4:31













This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

– kackleyjm
Feb 13 at 3:58





This can occur from conditional formatting. I fixed this by going to each tab and clicking Home>Conditional Formatting>Clear Rules>Clear Rules from Entire Sheet. You then have to save, close, and reopen. Upon reopening the links will no longer exist. If you had any desired conditional formatting you'll need to reapply

– kackleyjm
Feb 13 at 3:58










13 Answers
13






active

oldest

votes


















15














One place that these links can "hide" in is named ranges. Excel is only breaking links inside formulas. To fix named ranges, Go to Formulas->Name Manager and see if you have outside workbooks referenced there. You can shift-click to select a bunch and delete them.






share|improve this answer
























  • Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

    – Madball73
    Feb 25 '14 at 16:44






  • 3





    Check for hidden worksheets too.

    – coburne
    Apr 13 '15 at 14:08











  • That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

    – thanos.a
    Sep 10 '18 at 21:32



















11














I just had this exact problem, and found another broken link location not mentioned here: Data Validation (otherwise known as drop down menus).



Similar to finding "Objects" in the Microsoft support, go under "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" to find all cells with data validation on the worksheet. Then you will need to more or less check the Data Validation cells one by one, which you do by clicking one of the Data Validation cells, then going under "Data (Tab) -> Data Tools (Group) -> Data Validation -> Settings -> Source." When updating the Source, be sure to check the box "Apply these changes to all other cells with the same settings" to change all sources that are the same.






share|improve this answer































    9














    Here's a solution that has been very reliable for me:




    1. Change the file extension of your .xlsx file to .zip

    2. Unzip this zip file in a new folder

    3. Using Explorer, in that folder, search for the file name in the file CONTENTS.


    Note: Sometimes the name is written in URL format, e.g., %20 instead of spaces, so you might consider using a simplified string that is found only in the problematic file. I used last word of the filename + .xlsx.




    1. It will probably return sheetN.xml as a result. This is the file corresponding to your problematic sheet, where N is the number of the problematic sheet in the order they are displayed. Open it in a text editor such as Notepad.


    2. Find the search string and look at the code around it; it should point you to some cell references that you can lookup in the problematic sheet.



    Note: As pointed out before, it could also be in Conditional Formatting or Data Validation.






    share|improve this answer


























    • This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

      – jasttim
      Nov 27 '18 at 15:41



















    3














    After checking objects, formulas, Names, chart titles and data series, I discovered that my external reference was in "Conditional Formatting". However, there was no reference to another workbook, such as [Budget.xls] in any of the fields or conditions. Only afterward was I able to successfully break the link in the "Connections" Group. I hope this helps!






    share|improve this answer
























    • Could you include a screenshot of the location of this?

      – Burgi
      May 26 '16 at 20:28



















    2














    It's probably simpler than that. The period is the end of the sentence in help. You should just be searching for the open square bracket. In other words, search for:



    [


    not for



    [.


    in formulas. The latter will only find a square bracket followed by a period. Excel find doesn't do regular expressions.






    share|improve this answer































      1














      i found "Dan G" entry was my issue. A validation cell with a link to another sheet.
      However I had a few hundred to go through, I found using Dan G's search method worked but with a little twist.



      Find a validation cell that is valid, select "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" but select the "Same" radio button under Data Validation to find all cells with the same data validation on the worksheet.



      The one that is causing you the issue should stand out as it won't be highlighted/selected.






      share|improve this answer































        1














        I was having similar external link issues in excel 2016. I have tried various methods but finally succeeded by data validation tab under data tab. I have clicked "Circle Invalid data" and immediately noted two drop down menu was pointing towards the worksheet from where I coped data from. After sourcing the issue, immediately I could update the data within the work book. Problem solved...






        share|improve this answer
























        • Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

          – Rajesh S
          Feb 14 '18 at 11:07





















        0














        To summarize (and to add an answer I just stumbled across), look at:




        • Formulas (search for "[")

        • Name Manager

        • Hidden worksheets

        • Cells having Conditional Formatting

        • Cells having Data Validation

        • Objects

        • Buttons that call macros (i.e. is that macro in THIS workbook?)


        On any sheet, the last three can be reached easily by F5 --> "Special..."



        Save, close and reopen the file to update the "Edit Link" list, otherwise the links may still appear even if the source has been successfully removed.



        The brute force method would make a copy of the workbook, delete every suspicious object, button, and even worksheet, one at a time, and see when the "Edit Link" window shows that the troublesome link is no more.






        share|improve this answer

































          0














          For Excel 2010 or higher, follow these steps.




          1. Click the Options Command.

          2. Then Hit Advanced.


          Under section General ,




          1. Click to clear the "Ask to update automatic links" check box.


          NB: When the Ask to update automatic links check box is cleared, the links are automatically updated. And no such message appears. This option applies to the current user only and affects every workbook that the current user opens, if Other users of the same workbooks are not affected.



          Other method is to Update the links using Commands, follow these steps.



          In Excel 2010 or higher



          Click Edit Links in the Connections group on the Data tab.



          Click Update Values and Click Close.



          Hope this Help you.






          share|improve this answer































            0














            I wrote a quick macro to find a validation rule that links to an excel spreadsheet:



            Public Sub FindExtValidation()

            Set s1 = ActiveSheet
            Set v1 = s1.Cells.SpecialCells(xlCellTypeAllValidation)
            For i = 1 To s1.UsedRange.Rows.Count
            For j = 1 To s1.UsedRange.Columns.Count
            If Not Intersect(v1, s1.Cells(i, j)) Is Nothing Then
            If InStr(s1.Cells(i, j).Validation.Formula1, ".xl") > 0 Then
            s1.Cells(i, j).Activate
            Exit Sub
            End If
            End If
            valid_error:
            Next
            Next
            End Sub


            It fails if the current sheet has no validation at all. Not sure how to fix that, don't really care enough to try.






            share|improve this answer































              -1














              I had an Excel file that when opened displayed a message regarding a missing external link.
              No such link could be found and various tools- Kutools, FormulaDesk etc did find nothing.
              Finally- I solved the problem by opening the xlsx file as zip+xml and deleting the folder dealing with external links (if you want more details- ask me).






              share|improve this answer
























              • This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                – DavidPostill
                Nov 22 '16 at 11:04











              • "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                – shimonyk
                May 15 '17 at 14:22



















              -1














              I found my zombie links were stashed in the conditional formatting formulas. As soon as i found and removed all, I was able to break the links.




              1. On the Home tab, select the Conditional Formatting tool

              2. At the bottom of the list select manage rules

              3. At the very top is a pull down for each sheet in your workbook, defaulted to the Current Selection. (If nothing is selected then it defaults to the current sheet from which you accessed the conditional formatting tools)

              4. Examine any of the formula based conditions looking for references to outside documents. Delete the ones that are no longer valid.

              5. From the pull down at the top, select the next sheet until you have eliminated all invalid links used in the conditional formatting.






              share|improve this answer

































                -3














                Check out the following link for more ways to find broken links:
                https://support.office.com/en-us/article/find-external-references-links-in-a-workbook-fcbf4576-3aab-4029-ba25-54313a532ff1#bmfind_external_references_used_in_name



                ALSO, broken links can be hiding in conditional formatting rules.






                share|improve this answer



















                • 2





                  Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                  – Ramhound
                  May 16 '16 at 20:00










                protected by Community Feb 11 at 21:20



                Thank you for your interest in this question.
                Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                Would you like to answer one of these unanswered questions instead?














                13 Answers
                13






                active

                oldest

                votes








                13 Answers
                13






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                15














                One place that these links can "hide" in is named ranges. Excel is only breaking links inside formulas. To fix named ranges, Go to Formulas->Name Manager and see if you have outside workbooks referenced there. You can shift-click to select a bunch and delete them.






                share|improve this answer
























                • Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                  – Madball73
                  Feb 25 '14 at 16:44






                • 3





                  Check for hidden worksheets too.

                  – coburne
                  Apr 13 '15 at 14:08











                • That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                  – thanos.a
                  Sep 10 '18 at 21:32
















                15














                One place that these links can "hide" in is named ranges. Excel is only breaking links inside formulas. To fix named ranges, Go to Formulas->Name Manager and see if you have outside workbooks referenced there. You can shift-click to select a bunch and delete them.






                share|improve this answer
























                • Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                  – Madball73
                  Feb 25 '14 at 16:44






                • 3





                  Check for hidden worksheets too.

                  – coburne
                  Apr 13 '15 at 14:08











                • That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                  – thanos.a
                  Sep 10 '18 at 21:32














                15












                15








                15







                One place that these links can "hide" in is named ranges. Excel is only breaking links inside formulas. To fix named ranges, Go to Formulas->Name Manager and see if you have outside workbooks referenced there. You can shift-click to select a bunch and delete them.






                share|improve this answer













                One place that these links can "hide" in is named ranges. Excel is only breaking links inside formulas. To fix named ranges, Go to Formulas->Name Manager and see if you have outside workbooks referenced there. You can shift-click to select a bunch and delete them.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 25 '14 at 16:39









                Madball73Madball73

                2,0351814




                2,0351814













                • Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                  – Madball73
                  Feb 25 '14 at 16:44






                • 3





                  Check for hidden worksheets too.

                  – coburne
                  Apr 13 '15 at 14:08











                • That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                  – thanos.a
                  Sep 10 '18 at 21:32



















                • Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                  – Madball73
                  Feb 25 '14 at 16:44






                • 3





                  Check for hidden worksheets too.

                  – coburne
                  Apr 13 '15 at 14:08











                • That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                  – thanos.a
                  Sep 10 '18 at 21:32

















                Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                – Madball73
                Feb 25 '14 at 16:44





                Note, the MS page you reference also talks about this, but your link is to farther down the page--you'd have to scroll up to see about Name References.

                – Madball73
                Feb 25 '14 at 16:44




                3




                3





                Check for hidden worksheets too.

                – coburne
                Apr 13 '15 at 14:08





                Check for hidden worksheets too.

                – coburne
                Apr 13 '15 at 14:08













                That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                – thanos.a
                Sep 10 '18 at 21:32





                That was exactly my issue. Really thanks for helping me to get rid of this annoying pop-up message.

                – thanos.a
                Sep 10 '18 at 21:32













                11














                I just had this exact problem, and found another broken link location not mentioned here: Data Validation (otherwise known as drop down menus).



                Similar to finding "Objects" in the Microsoft support, go under "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" to find all cells with data validation on the worksheet. Then you will need to more or less check the Data Validation cells one by one, which you do by clicking one of the Data Validation cells, then going under "Data (Tab) -> Data Tools (Group) -> Data Validation -> Settings -> Source." When updating the Source, be sure to check the box "Apply these changes to all other cells with the same settings" to change all sources that are the same.






                share|improve this answer




























                  11














                  I just had this exact problem, and found another broken link location not mentioned here: Data Validation (otherwise known as drop down menus).



                  Similar to finding "Objects" in the Microsoft support, go under "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" to find all cells with data validation on the worksheet. Then you will need to more or less check the Data Validation cells one by one, which you do by clicking one of the Data Validation cells, then going under "Data (Tab) -> Data Tools (Group) -> Data Validation -> Settings -> Source." When updating the Source, be sure to check the box "Apply these changes to all other cells with the same settings" to change all sources that are the same.






                  share|improve this answer


























                    11












                    11








                    11







                    I just had this exact problem, and found another broken link location not mentioned here: Data Validation (otherwise known as drop down menus).



                    Similar to finding "Objects" in the Microsoft support, go under "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" to find all cells with data validation on the worksheet. Then you will need to more or less check the Data Validation cells one by one, which you do by clicking one of the Data Validation cells, then going under "Data (Tab) -> Data Tools (Group) -> Data Validation -> Settings -> Source." When updating the Source, be sure to check the box "Apply these changes to all other cells with the same settings" to change all sources that are the same.






                    share|improve this answer













                    I just had this exact problem, and found another broken link location not mentioned here: Data Validation (otherwise known as drop down menus).



                    Similar to finding "Objects" in the Microsoft support, go under "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" to find all cells with data validation on the worksheet. Then you will need to more or less check the Data Validation cells one by one, which you do by clicking one of the Data Validation cells, then going under "Data (Tab) -> Data Tools (Group) -> Data Validation -> Settings -> Source." When updating the Source, be sure to check the box "Apply these changes to all other cells with the same settings" to change all sources that are the same.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 6 '16 at 15:30









                    Dan GDan G

                    11112




                    11112























                        9














                        Here's a solution that has been very reliable for me:




                        1. Change the file extension of your .xlsx file to .zip

                        2. Unzip this zip file in a new folder

                        3. Using Explorer, in that folder, search for the file name in the file CONTENTS.


                        Note: Sometimes the name is written in URL format, e.g., %20 instead of spaces, so you might consider using a simplified string that is found only in the problematic file. I used last word of the filename + .xlsx.




                        1. It will probably return sheetN.xml as a result. This is the file corresponding to your problematic sheet, where N is the number of the problematic sheet in the order they are displayed. Open it in a text editor such as Notepad.


                        2. Find the search string and look at the code around it; it should point you to some cell references that you can lookup in the problematic sheet.



                        Note: As pointed out before, it could also be in Conditional Formatting or Data Validation.






                        share|improve this answer


























                        • This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                          – jasttim
                          Nov 27 '18 at 15:41
















                        9














                        Here's a solution that has been very reliable for me:




                        1. Change the file extension of your .xlsx file to .zip

                        2. Unzip this zip file in a new folder

                        3. Using Explorer, in that folder, search for the file name in the file CONTENTS.


                        Note: Sometimes the name is written in URL format, e.g., %20 instead of spaces, so you might consider using a simplified string that is found only in the problematic file. I used last word of the filename + .xlsx.




                        1. It will probably return sheetN.xml as a result. This is the file corresponding to your problematic sheet, where N is the number of the problematic sheet in the order they are displayed. Open it in a text editor such as Notepad.


                        2. Find the search string and look at the code around it; it should point you to some cell references that you can lookup in the problematic sheet.



                        Note: As pointed out before, it could also be in Conditional Formatting or Data Validation.






                        share|improve this answer


























                        • This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                          – jasttim
                          Nov 27 '18 at 15:41














                        9












                        9








                        9







                        Here's a solution that has been very reliable for me:




                        1. Change the file extension of your .xlsx file to .zip

                        2. Unzip this zip file in a new folder

                        3. Using Explorer, in that folder, search for the file name in the file CONTENTS.


                        Note: Sometimes the name is written in URL format, e.g., %20 instead of spaces, so you might consider using a simplified string that is found only in the problematic file. I used last word of the filename + .xlsx.




                        1. It will probably return sheetN.xml as a result. This is the file corresponding to your problematic sheet, where N is the number of the problematic sheet in the order they are displayed. Open it in a text editor such as Notepad.


                        2. Find the search string and look at the code around it; it should point you to some cell references that you can lookup in the problematic sheet.



                        Note: As pointed out before, it could also be in Conditional Formatting or Data Validation.






                        share|improve this answer















                        Here's a solution that has been very reliable for me:




                        1. Change the file extension of your .xlsx file to .zip

                        2. Unzip this zip file in a new folder

                        3. Using Explorer, in that folder, search for the file name in the file CONTENTS.


                        Note: Sometimes the name is written in URL format, e.g., %20 instead of spaces, so you might consider using a simplified string that is found only in the problematic file. I used last word of the filename + .xlsx.




                        1. It will probably return sheetN.xml as a result. This is the file corresponding to your problematic sheet, where N is the number of the problematic sheet in the order they are displayed. Open it in a text editor such as Notepad.


                        2. Find the search string and look at the code around it; it should point you to some cell references that you can lookup in the problematic sheet.



                        Note: As pointed out before, it could also be in Conditional Formatting or Data Validation.







                        share|improve this answer














                        share|improve this answer



                        share|improve this answer








                        edited Oct 13 '16 at 20:35









                        Scott

                        16.1k113990




                        16.1k113990










                        answered Oct 13 '16 at 14:14









                        Geoff MGeoff M

                        9111




                        9111













                        • This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                          – jasttim
                          Nov 27 '18 at 15:41



















                        • This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                          – jasttim
                          Nov 27 '18 at 15:41

















                        This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                        – jasttim
                        Nov 27 '18 at 15:41





                        This helped, thanks! I had to remove hundreds of rouge conditional-formatting rules, some of which contained references to the template used to generate the final xlsx file

                        – jasttim
                        Nov 27 '18 at 15:41











                        3














                        After checking objects, formulas, Names, chart titles and data series, I discovered that my external reference was in "Conditional Formatting". However, there was no reference to another workbook, such as [Budget.xls] in any of the fields or conditions. Only afterward was I able to successfully break the link in the "Connections" Group. I hope this helps!






                        share|improve this answer
























                        • Could you include a screenshot of the location of this?

                          – Burgi
                          May 26 '16 at 20:28
















                        3














                        After checking objects, formulas, Names, chart titles and data series, I discovered that my external reference was in "Conditional Formatting". However, there was no reference to another workbook, such as [Budget.xls] in any of the fields or conditions. Only afterward was I able to successfully break the link in the "Connections" Group. I hope this helps!






                        share|improve this answer
























                        • Could you include a screenshot of the location of this?

                          – Burgi
                          May 26 '16 at 20:28














                        3












                        3








                        3







                        After checking objects, formulas, Names, chart titles and data series, I discovered that my external reference was in "Conditional Formatting". However, there was no reference to another workbook, such as [Budget.xls] in any of the fields or conditions. Only afterward was I able to successfully break the link in the "Connections" Group. I hope this helps!






                        share|improve this answer













                        After checking objects, formulas, Names, chart titles and data series, I discovered that my external reference was in "Conditional Formatting". However, there was no reference to another workbook, such as [Budget.xls] in any of the fields or conditions. Only afterward was I able to successfully break the link in the "Connections" Group. I hope this helps!







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered May 26 '16 at 19:32









                        AndyUpNorthAndyUpNorth

                        411




                        411













                        • Could you include a screenshot of the location of this?

                          – Burgi
                          May 26 '16 at 20:28



















                        • Could you include a screenshot of the location of this?

                          – Burgi
                          May 26 '16 at 20:28

















                        Could you include a screenshot of the location of this?

                        – Burgi
                        May 26 '16 at 20:28





                        Could you include a screenshot of the location of this?

                        – Burgi
                        May 26 '16 at 20:28











                        2














                        It's probably simpler than that. The period is the end of the sentence in help. You should just be searching for the open square bracket. In other words, search for:



                        [


                        not for



                        [.


                        in formulas. The latter will only find a square bracket followed by a period. Excel find doesn't do regular expressions.






                        share|improve this answer




























                          2














                          It's probably simpler than that. The period is the end of the sentence in help. You should just be searching for the open square bracket. In other words, search for:



                          [


                          not for



                          [.


                          in formulas. The latter will only find a square bracket followed by a period. Excel find doesn't do regular expressions.






                          share|improve this answer


























                            2












                            2








                            2







                            It's probably simpler than that. The period is the end of the sentence in help. You should just be searching for the open square bracket. In other words, search for:



                            [


                            not for



                            [.


                            in formulas. The latter will only find a square bracket followed by a period. Excel find doesn't do regular expressions.






                            share|improve this answer













                            It's probably simpler than that. The period is the end of the sentence in help. You should just be searching for the open square bracket. In other words, search for:



                            [


                            not for



                            [.


                            in formulas. The latter will only find a square bracket followed by a period. Excel find doesn't do regular expressions.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Oct 20 '15 at 14:21









                            RHMRHM

                            211




                            211























                                1














                                i found "Dan G" entry was my issue. A validation cell with a link to another sheet.
                                However I had a few hundred to go through, I found using Dan G's search method worked but with a little twist.



                                Find a validation cell that is valid, select "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" but select the "Same" radio button under Data Validation to find all cells with the same data validation on the worksheet.



                                The one that is causing you the issue should stand out as it won't be highlighted/selected.






                                share|improve this answer




























                                  1














                                  i found "Dan G" entry was my issue. A validation cell with a link to another sheet.
                                  However I had a few hundred to go through, I found using Dan G's search method worked but with a little twist.



                                  Find a validation cell that is valid, select "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" but select the "Same" radio button under Data Validation to find all cells with the same data validation on the worksheet.



                                  The one that is causing you the issue should stand out as it won't be highlighted/selected.






                                  share|improve this answer


























                                    1












                                    1








                                    1







                                    i found "Dan G" entry was my issue. A validation cell with a link to another sheet.
                                    However I had a few hundred to go through, I found using Dan G's search method worked but with a little twist.



                                    Find a validation cell that is valid, select "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" but select the "Same" radio button under Data Validation to find all cells with the same data validation on the worksheet.



                                    The one that is causing you the issue should stand out as it won't be highlighted/selected.






                                    share|improve this answer













                                    i found "Dan G" entry was my issue. A validation cell with a link to another sheet.
                                    However I had a few hundred to go through, I found using Dan G's search method worked but with a little twist.



                                    Find a validation cell that is valid, select "Home (Tab) -> Editing (Group) -> Find & Select -> Go To Special... -> Data Validation" but select the "Same" radio button under Data Validation to find all cells with the same data validation on the worksheet.



                                    The one that is causing you the issue should stand out as it won't be highlighted/selected.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Apr 19 '17 at 16:39









                                    Jm McFarlaneJm McFarlane

                                    111




                                    111























                                        1














                                        I was having similar external link issues in excel 2016. I have tried various methods but finally succeeded by data validation tab under data tab. I have clicked "Circle Invalid data" and immediately noted two drop down menu was pointing towards the worksheet from where I coped data from. After sourcing the issue, immediately I could update the data within the work book. Problem solved...






                                        share|improve this answer
























                                        • Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                          – Rajesh S
                                          Feb 14 '18 at 11:07


















                                        1














                                        I was having similar external link issues in excel 2016. I have tried various methods but finally succeeded by data validation tab under data tab. I have clicked "Circle Invalid data" and immediately noted two drop down menu was pointing towards the worksheet from where I coped data from. After sourcing the issue, immediately I could update the data within the work book. Problem solved...






                                        share|improve this answer
























                                        • Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                          – Rajesh S
                                          Feb 14 '18 at 11:07
















                                        1












                                        1








                                        1







                                        I was having similar external link issues in excel 2016. I have tried various methods but finally succeeded by data validation tab under data tab. I have clicked "Circle Invalid data" and immediately noted two drop down menu was pointing towards the worksheet from where I coped data from. After sourcing the issue, immediately I could update the data within the work book. Problem solved...






                                        share|improve this answer













                                        I was having similar external link issues in excel 2016. I have tried various methods but finally succeeded by data validation tab under data tab. I have clicked "Circle Invalid data" and immediately noted two drop down menu was pointing towards the worksheet from where I coped data from. After sourcing the issue, immediately I could update the data within the work book. Problem solved...







                                        share|improve this answer












                                        share|improve this answer



                                        share|improve this answer










                                        answered Feb 14 '18 at 9:22









                                        Hisham KoyaHisham Koya

                                        111




                                        111













                                        • Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                          – Rajesh S
                                          Feb 14 '18 at 11:07





















                                        • Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                          – Rajesh S
                                          Feb 14 '18 at 11:07



















                                        Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                        – Rajesh S
                                        Feb 14 '18 at 11:07







                                        Before you post your answer proper research is required. Your answer seem baseless, since you have failed to address the basic reasons along with rectifications. Better refer the link How do I write a good answer, superuser.com/help/how-to-answer .

                                        – Rajesh S
                                        Feb 14 '18 at 11:07













                                        0














                                        To summarize (and to add an answer I just stumbled across), look at:




                                        • Formulas (search for "[")

                                        • Name Manager

                                        • Hidden worksheets

                                        • Cells having Conditional Formatting

                                        • Cells having Data Validation

                                        • Objects

                                        • Buttons that call macros (i.e. is that macro in THIS workbook?)


                                        On any sheet, the last three can be reached easily by F5 --> "Special..."



                                        Save, close and reopen the file to update the "Edit Link" list, otherwise the links may still appear even if the source has been successfully removed.



                                        The brute force method would make a copy of the workbook, delete every suspicious object, button, and even worksheet, one at a time, and see when the "Edit Link" window shows that the troublesome link is no more.






                                        share|improve this answer






























                                          0














                                          To summarize (and to add an answer I just stumbled across), look at:




                                          • Formulas (search for "[")

                                          • Name Manager

                                          • Hidden worksheets

                                          • Cells having Conditional Formatting

                                          • Cells having Data Validation

                                          • Objects

                                          • Buttons that call macros (i.e. is that macro in THIS workbook?)


                                          On any sheet, the last three can be reached easily by F5 --> "Special..."



                                          Save, close and reopen the file to update the "Edit Link" list, otherwise the links may still appear even if the source has been successfully removed.



                                          The brute force method would make a copy of the workbook, delete every suspicious object, button, and even worksheet, one at a time, and see when the "Edit Link" window shows that the troublesome link is no more.






                                          share|improve this answer




























                                            0












                                            0








                                            0







                                            To summarize (and to add an answer I just stumbled across), look at:




                                            • Formulas (search for "[")

                                            • Name Manager

                                            • Hidden worksheets

                                            • Cells having Conditional Formatting

                                            • Cells having Data Validation

                                            • Objects

                                            • Buttons that call macros (i.e. is that macro in THIS workbook?)


                                            On any sheet, the last three can be reached easily by F5 --> "Special..."



                                            Save, close and reopen the file to update the "Edit Link" list, otherwise the links may still appear even if the source has been successfully removed.



                                            The brute force method would make a copy of the workbook, delete every suspicious object, button, and even worksheet, one at a time, and see when the "Edit Link" window shows that the troublesome link is no more.






                                            share|improve this answer















                                            To summarize (and to add an answer I just stumbled across), look at:




                                            • Formulas (search for "[")

                                            • Name Manager

                                            • Hidden worksheets

                                            • Cells having Conditional Formatting

                                            • Cells having Data Validation

                                            • Objects

                                            • Buttons that call macros (i.e. is that macro in THIS workbook?)


                                            On any sheet, the last three can be reached easily by F5 --> "Special..."



                                            Save, close and reopen the file to update the "Edit Link" list, otherwise the links may still appear even if the source has been successfully removed.



                                            The brute force method would make a copy of the workbook, delete every suspicious object, button, and even worksheet, one at a time, and see when the "Edit Link" window shows that the troublesome link is no more.







                                            share|improve this answer














                                            share|improve this answer



                                            share|improve this answer








                                            edited Feb 6 '17 at 7:54









                                            NiMip

                                            31




                                            31










                                            answered Oct 11 '16 at 22:33









                                            Shawn V. WilsonShawn V. Wilson

                                            1217




                                            1217























                                                0














                                                For Excel 2010 or higher, follow these steps.




                                                1. Click the Options Command.

                                                2. Then Hit Advanced.


                                                Under section General ,




                                                1. Click to clear the "Ask to update automatic links" check box.


                                                NB: When the Ask to update automatic links check box is cleared, the links are automatically updated. And no such message appears. This option applies to the current user only and affects every workbook that the current user opens, if Other users of the same workbooks are not affected.



                                                Other method is to Update the links using Commands, follow these steps.



                                                In Excel 2010 or higher



                                                Click Edit Links in the Connections group on the Data tab.



                                                Click Update Values and Click Close.



                                                Hope this Help you.






                                                share|improve this answer




























                                                  0














                                                  For Excel 2010 or higher, follow these steps.




                                                  1. Click the Options Command.

                                                  2. Then Hit Advanced.


                                                  Under section General ,




                                                  1. Click to clear the "Ask to update automatic links" check box.


                                                  NB: When the Ask to update automatic links check box is cleared, the links are automatically updated. And no such message appears. This option applies to the current user only and affects every workbook that the current user opens, if Other users of the same workbooks are not affected.



                                                  Other method is to Update the links using Commands, follow these steps.



                                                  In Excel 2010 or higher



                                                  Click Edit Links in the Connections group on the Data tab.



                                                  Click Update Values and Click Close.



                                                  Hope this Help you.






                                                  share|improve this answer


























                                                    0












                                                    0








                                                    0







                                                    For Excel 2010 or higher, follow these steps.




                                                    1. Click the Options Command.

                                                    2. Then Hit Advanced.


                                                    Under section General ,




                                                    1. Click to clear the "Ask to update automatic links" check box.


                                                    NB: When the Ask to update automatic links check box is cleared, the links are automatically updated. And no such message appears. This option applies to the current user only and affects every workbook that the current user opens, if Other users of the same workbooks are not affected.



                                                    Other method is to Update the links using Commands, follow these steps.



                                                    In Excel 2010 or higher



                                                    Click Edit Links in the Connections group on the Data tab.



                                                    Click Update Values and Click Close.



                                                    Hope this Help you.






                                                    share|improve this answer













                                                    For Excel 2010 or higher, follow these steps.




                                                    1. Click the Options Command.

                                                    2. Then Hit Advanced.


                                                    Under section General ,




                                                    1. Click to clear the "Ask to update automatic links" check box.


                                                    NB: When the Ask to update automatic links check box is cleared, the links are automatically updated. And no such message appears. This option applies to the current user only and affects every workbook that the current user opens, if Other users of the same workbooks are not affected.



                                                    Other method is to Update the links using Commands, follow these steps.



                                                    In Excel 2010 or higher



                                                    Click Edit Links in the Connections group on the Data tab.



                                                    Click Update Values and Click Close.



                                                    Hope this Help you.







                                                    share|improve this answer












                                                    share|improve this answer



                                                    share|improve this answer










                                                    answered Feb 14 '18 at 11:22









                                                    Rajesh SRajesh S

                                                    4,2651524




                                                    4,2651524























                                                        0














                                                        I wrote a quick macro to find a validation rule that links to an excel spreadsheet:



                                                        Public Sub FindExtValidation()

                                                        Set s1 = ActiveSheet
                                                        Set v1 = s1.Cells.SpecialCells(xlCellTypeAllValidation)
                                                        For i = 1 To s1.UsedRange.Rows.Count
                                                        For j = 1 To s1.UsedRange.Columns.Count
                                                        If Not Intersect(v1, s1.Cells(i, j)) Is Nothing Then
                                                        If InStr(s1.Cells(i, j).Validation.Formula1, ".xl") > 0 Then
                                                        s1.Cells(i, j).Activate
                                                        Exit Sub
                                                        End If
                                                        End If
                                                        valid_error:
                                                        Next
                                                        Next
                                                        End Sub


                                                        It fails if the current sheet has no validation at all. Not sure how to fix that, don't really care enough to try.






                                                        share|improve this answer




























                                                          0














                                                          I wrote a quick macro to find a validation rule that links to an excel spreadsheet:



                                                          Public Sub FindExtValidation()

                                                          Set s1 = ActiveSheet
                                                          Set v1 = s1.Cells.SpecialCells(xlCellTypeAllValidation)
                                                          For i = 1 To s1.UsedRange.Rows.Count
                                                          For j = 1 To s1.UsedRange.Columns.Count
                                                          If Not Intersect(v1, s1.Cells(i, j)) Is Nothing Then
                                                          If InStr(s1.Cells(i, j).Validation.Formula1, ".xl") > 0 Then
                                                          s1.Cells(i, j).Activate
                                                          Exit Sub
                                                          End If
                                                          End If
                                                          valid_error:
                                                          Next
                                                          Next
                                                          End Sub


                                                          It fails if the current sheet has no validation at all. Not sure how to fix that, don't really care enough to try.






                                                          share|improve this answer


























                                                            0












                                                            0








                                                            0







                                                            I wrote a quick macro to find a validation rule that links to an excel spreadsheet:



                                                            Public Sub FindExtValidation()

                                                            Set s1 = ActiveSheet
                                                            Set v1 = s1.Cells.SpecialCells(xlCellTypeAllValidation)
                                                            For i = 1 To s1.UsedRange.Rows.Count
                                                            For j = 1 To s1.UsedRange.Columns.Count
                                                            If Not Intersect(v1, s1.Cells(i, j)) Is Nothing Then
                                                            If InStr(s1.Cells(i, j).Validation.Formula1, ".xl") > 0 Then
                                                            s1.Cells(i, j).Activate
                                                            Exit Sub
                                                            End If
                                                            End If
                                                            valid_error:
                                                            Next
                                                            Next
                                                            End Sub


                                                            It fails if the current sheet has no validation at all. Not sure how to fix that, don't really care enough to try.






                                                            share|improve this answer













                                                            I wrote a quick macro to find a validation rule that links to an excel spreadsheet:



                                                            Public Sub FindExtValidation()

                                                            Set s1 = ActiveSheet
                                                            Set v1 = s1.Cells.SpecialCells(xlCellTypeAllValidation)
                                                            For i = 1 To s1.UsedRange.Rows.Count
                                                            For j = 1 To s1.UsedRange.Columns.Count
                                                            If Not Intersect(v1, s1.Cells(i, j)) Is Nothing Then
                                                            If InStr(s1.Cells(i, j).Validation.Formula1, ".xl") > 0 Then
                                                            s1.Cells(i, j).Activate
                                                            Exit Sub
                                                            End If
                                                            End If
                                                            valid_error:
                                                            Next
                                                            Next
                                                            End Sub


                                                            It fails if the current sheet has no validation at all. Not sure how to fix that, don't really care enough to try.







                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Mar 29 '18 at 10:57









                                                            PhilHibbsPhilHibbs

                                                            143111




                                                            143111























                                                                -1














                                                                I had an Excel file that when opened displayed a message regarding a missing external link.
                                                                No such link could be found and various tools- Kutools, FormulaDesk etc did find nothing.
                                                                Finally- I solved the problem by opening the xlsx file as zip+xml and deleting the folder dealing with external links (if you want more details- ask me).






                                                                share|improve this answer
























                                                                • This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                  – DavidPostill
                                                                  Nov 22 '16 at 11:04











                                                                • "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                  – shimonyk
                                                                  May 15 '17 at 14:22
















                                                                -1














                                                                I had an Excel file that when opened displayed a message regarding a missing external link.
                                                                No such link could be found and various tools- Kutools, FormulaDesk etc did find nothing.
                                                                Finally- I solved the problem by opening the xlsx file as zip+xml and deleting the folder dealing with external links (if you want more details- ask me).






                                                                share|improve this answer
























                                                                • This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                  – DavidPostill
                                                                  Nov 22 '16 at 11:04











                                                                • "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                  – shimonyk
                                                                  May 15 '17 at 14:22














                                                                -1












                                                                -1








                                                                -1







                                                                I had an Excel file that when opened displayed a message regarding a missing external link.
                                                                No such link could be found and various tools- Kutools, FormulaDesk etc did find nothing.
                                                                Finally- I solved the problem by opening the xlsx file as zip+xml and deleting the folder dealing with external links (if you want more details- ask me).






                                                                share|improve this answer













                                                                I had an Excel file that when opened displayed a message regarding a missing external link.
                                                                No such link could be found and various tools- Kutools, FormulaDesk etc did find nothing.
                                                                Finally- I solved the problem by opening the xlsx file as zip+xml and deleting the folder dealing with external links (if you want more details- ask me).







                                                                share|improve this answer












                                                                share|improve this answer



                                                                share|improve this answer










                                                                answered Nov 22 '16 at 9:52









                                                                Danny SavilleDanny Saville

                                                                1




                                                                1













                                                                • This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                  – DavidPostill
                                                                  Nov 22 '16 at 11:04











                                                                • "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                  – shimonyk
                                                                  May 15 '17 at 14:22



















                                                                • This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                  – DavidPostill
                                                                  Nov 22 '16 at 11:04











                                                                • "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                  – shimonyk
                                                                  May 15 '17 at 14:22

















                                                                This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                – DavidPostill
                                                                Nov 22 '16 at 11:04





                                                                This duplicates another answer and adds no new content. Please don't post an answer unless you actually have something new to contribute.

                                                                – DavidPostill
                                                                Nov 22 '16 at 11:04













                                                                "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                – shimonyk
                                                                May 15 '17 at 14:22





                                                                "if you want more details- ask me" is not a useful answer. If you have more details, post them. Otherwise the response is just noise.

                                                                – shimonyk
                                                                May 15 '17 at 14:22











                                                                -1














                                                                I found my zombie links were stashed in the conditional formatting formulas. As soon as i found and removed all, I was able to break the links.




                                                                1. On the Home tab, select the Conditional Formatting tool

                                                                2. At the bottom of the list select manage rules

                                                                3. At the very top is a pull down for each sheet in your workbook, defaulted to the Current Selection. (If nothing is selected then it defaults to the current sheet from which you accessed the conditional formatting tools)

                                                                4. Examine any of the formula based conditions looking for references to outside documents. Delete the ones that are no longer valid.

                                                                5. From the pull down at the top, select the next sheet until you have eliminated all invalid links used in the conditional formatting.






                                                                share|improve this answer






























                                                                  -1














                                                                  I found my zombie links were stashed in the conditional formatting formulas. As soon as i found and removed all, I was able to break the links.




                                                                  1. On the Home tab, select the Conditional Formatting tool

                                                                  2. At the bottom of the list select manage rules

                                                                  3. At the very top is a pull down for each sheet in your workbook, defaulted to the Current Selection. (If nothing is selected then it defaults to the current sheet from which you accessed the conditional formatting tools)

                                                                  4. Examine any of the formula based conditions looking for references to outside documents. Delete the ones that are no longer valid.

                                                                  5. From the pull down at the top, select the next sheet until you have eliminated all invalid links used in the conditional formatting.






                                                                  share|improve this answer




























                                                                    -1












                                                                    -1








                                                                    -1







                                                                    I found my zombie links were stashed in the conditional formatting formulas. As soon as i found and removed all, I was able to break the links.




                                                                    1. On the Home tab, select the Conditional Formatting tool

                                                                    2. At the bottom of the list select manage rules

                                                                    3. At the very top is a pull down for each sheet in your workbook, defaulted to the Current Selection. (If nothing is selected then it defaults to the current sheet from which you accessed the conditional formatting tools)

                                                                    4. Examine any of the formula based conditions looking for references to outside documents. Delete the ones that are no longer valid.

                                                                    5. From the pull down at the top, select the next sheet until you have eliminated all invalid links used in the conditional formatting.






                                                                    share|improve this answer















                                                                    I found my zombie links were stashed in the conditional formatting formulas. As soon as i found and removed all, I was able to break the links.




                                                                    1. On the Home tab, select the Conditional Formatting tool

                                                                    2. At the bottom of the list select manage rules

                                                                    3. At the very top is a pull down for each sheet in your workbook, defaulted to the Current Selection. (If nothing is selected then it defaults to the current sheet from which you accessed the conditional formatting tools)

                                                                    4. Examine any of the formula based conditions looking for references to outside documents. Delete the ones that are no longer valid.

                                                                    5. From the pull down at the top, select the next sheet until you have eliminated all invalid links used in the conditional formatting.







                                                                    share|improve this answer














                                                                    share|improve this answer



                                                                    share|improve this answer








                                                                    edited Feb 18 '17 at 23:26









                                                                    DavidPostill

                                                                    108k27235270




                                                                    108k27235270










                                                                    answered Feb 10 '17 at 17:50









                                                                    LenLen

                                                                    1




                                                                    1























                                                                        -3














                                                                        Check out the following link for more ways to find broken links:
                                                                        https://support.office.com/en-us/article/find-external-references-links-in-a-workbook-fcbf4576-3aab-4029-ba25-54313a532ff1#bmfind_external_references_used_in_name



                                                                        ALSO, broken links can be hiding in conditional formatting rules.






                                                                        share|improve this answer



















                                                                        • 2





                                                                          Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                          – Ramhound
                                                                          May 16 '16 at 20:00
















                                                                        -3














                                                                        Check out the following link for more ways to find broken links:
                                                                        https://support.office.com/en-us/article/find-external-references-links-in-a-workbook-fcbf4576-3aab-4029-ba25-54313a532ff1#bmfind_external_references_used_in_name



                                                                        ALSO, broken links can be hiding in conditional formatting rules.






                                                                        share|improve this answer



















                                                                        • 2





                                                                          Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                          – Ramhound
                                                                          May 16 '16 at 20:00














                                                                        -3












                                                                        -3








                                                                        -3







                                                                        Check out the following link for more ways to find broken links:
                                                                        https://support.office.com/en-us/article/find-external-references-links-in-a-workbook-fcbf4576-3aab-4029-ba25-54313a532ff1#bmfind_external_references_used_in_name



                                                                        ALSO, broken links can be hiding in conditional formatting rules.






                                                                        share|improve this answer













                                                                        Check out the following link for more ways to find broken links:
                                                                        https://support.office.com/en-us/article/find-external-references-links-in-a-workbook-fcbf4576-3aab-4029-ba25-54313a532ff1#bmfind_external_references_used_in_name



                                                                        ALSO, broken links can be hiding in conditional formatting rules.







                                                                        share|improve this answer












                                                                        share|improve this answer



                                                                        share|improve this answer










                                                                        answered May 16 '16 at 19:22









                                                                        Bradley ClarkBradley Clark

                                                                        1




                                                                        1








                                                                        • 2





                                                                          Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                          – Ramhound
                                                                          May 16 '16 at 20:00














                                                                        • 2





                                                                          Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                          – Ramhound
                                                                          May 16 '16 at 20:00








                                                                        2




                                                                        2





                                                                        Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                        – Ramhound
                                                                        May 16 '16 at 20:00





                                                                        Link-only answers are not helpful. Please read the help center with regard to this community guideline.

                                                                        – Ramhound
                                                                        May 16 '16 at 20:00





                                                                        protected by Community Feb 11 at 21:20



                                                                        Thank you for your interest in this question.
                                                                        Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



                                                                        Would you like to answer one of these unanswered questions instead?



                                                                        Popular posts from this blog

                                                                        flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                                                        Mangá

                                                                         ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕