Ozgrid, Experts in Microsoft Excel Spreadsheets

EXCEL VIDEO TUTORIALS / EXCEL DASHBOARD REPORTS

External Formula References

 

Excel Training Level 2 Lesson 16

<< PREVIOUS LESSON |NEXT LESSON>> | BACK TO EXCEL LEVEL 2 TRAINING INDEX

FREE EXCEL HELP

External References

The term external reference with regards to Excel can be one of the following methods

  • Formulas

  • Charts

  • Drawing objects

  • Pivot Tables

  • Named ranges

  • Microsoft Query

  • Hyperlink

We will look at the two most common methods Formulas and Named ranges.

Formulas

When we create a spreadsheet it is at times necessary to retrieve some of our data from another Workbook. The most common method to do this is with external formulas. These are simply formulas that refer to a range on another Worksheet in another Workbook.  When we create a formula that refers to another Workbook we have Linked the two Workbooks. The reasons for doing this can vary greatly, but possibly the two most common reason is to break a large Workbook into smaller Workbooks and thus reducing the size of the Workbooks.  Another reason could be that the writer of the spreadsheet does not want the user to be able to view or access the raw data very easily.

Once we have written a formula that refers to another Workbook we have linked the two Workbooks together. The Workbook that houses the formula(s) is known as the Linked Workbook and the Workbook that the formula(s) refer to is known as the Source Workbook.

Before creating any External references, consider the possibility of placing a copy of the data you have in the Source Workbook onto a Worksheet in the Linked Workbook and hiding the Worksheet, eg; Format>Sheet>Hide. This can save having to create a Link and also having your data spread over different Workbooks.  Of course this really only applies to static data.

When we link a formula to another Workbook and the Source Workbook is open, we need only include the Workbooks name, Worksheet name and range address. See below:

=SUM([Book2]Sheet1!$A$1:$A$10)

When we link a formula to another Workbook and the Source Workbook is not open we need to include the full path as well as the Workbooks name, Worksheet name and range address. See below:

=SUM('C:\My Documents\Doodlings\[Book2.xls]Sheet1'!$A$1:$A$10)

There are three ways the above two formulas can be written.

  1. Type them into a cell manually (not recommended)

  2. Open the source Workbook and write the formula using the mouse pointer and Window to the Workbook(s)

  3. Write the formula in the source Workbook then cut and paste it into the linked Workbook (recommended)

We personally much prefer the third method especially if the formula is a nested one.  This way you do not have to keep switching between Workbooks via the Window. The second method is fine for a simple formula like in the above example.  In our opinion, the first method is asking for problems.

When we use either method 1 or 2, Excel will only place in the Workbook name and the Worksheet name. The File path will be added automatically as soon as the Source Workbook is closed.

If the Source Workbook is saved as another name while the Linked Workbook is open, Excel will change the formula in the Linked Workbook to reflect the new name. If however the Source Workbook is saved as another name while the Linked Workbook is not open, the formula in the Linked Workbook will continue to refer to the old name. If we moved the Source Workbook from within Windows Explorer, our formula in the Linked Workbook would continue to refer to the old location whether is was open or not!

At times any of the above can cause unwanted results. This is especially true when we open a Linked Workbook, say YES to update links and Excel tells us it cannot find the Source Workbook! It then displays the Link not found dialog box. This means you must locate the Workbook you wish to Link to. Once you have located it and clicked OK, Excel will change all the formulas for you. Even though this happens, it pays to avoid this if possible. We can do this by making use of the Links dialog box as described below.

Updating External Formulas

Whenever you open a Workbook that contains links to other Workbooks, Excel will ask you if you want to update links, if you chose No the values of the linked formulas will retain the value from when they were last updated. Selecting Yes will update all linked formulas in the Workbook.

The links in a Workbook can also be updated when the linked Workbook is open by going to Edit>Links. If the Links option is greyed out then the Workbook contains no Links. The Links dialog box will contain a list of all external links for the Workbook. At the bottom of the Links dialog is the Update: Automatic and Manual Option buttons. If your Workbook does not contain linked Objects such as Charts, pictures etc the Manual option will be greyed out.

If the Linked Workbook has not been updated the Update Now button will be enabled. If you press this button Excel will update links for the selected Workbooks in the Link dialog box. To select more than one Workbook hold down your Ctrl key when selecting. The Open Source button will open the selected Workbook(s). The Change Source will change the name and/or path of the selected link. When you click this the Change Links dialog box will appear. Locate the file and/or path you wish to change to and click OK. This will then change the link for all formulas that were using the Workbook you selected to change.

If you only wish to change the linked formulas of a chosen range of cells select the cells and then use the Edit>Replace to change the name and/or path of the selected cells.

Named Ranges

As mentioned it is also possible to create a link to another Workbook using a Named range that refers to another Workbook. When we do this we create a Link to an External reference. The same principles that apply to external formulas also apply to external named ranges. By this we mean that other than the method used create the Named range, all we have mentioned above applies to Named ranges that refer to another Workbook.

The method to create an external named range is as below:

You can now use the named range in a formula as you would normally. We cannot use the Cut and Paste method for external Named ranges.

Any named ranges that refer to an external Workbook will not show up in the Name box (to the left of the Formula bar). To see the range you must go back to Insert>Name>Define (Ctrl+F3).

That is the fundamentals of external references in reference to Formulas and Named ranges. Normally Excel has no problems keeping track of external references, but at times it gets itself mixed up. When this occurs you end up with what is known as Phantom links. When this happens Excel still thinks it has a link to a particular Workbook when in reality it doesn't and each time you open the Workbook Excel tells you it cannot find the Workbook and presents us with the Link not found dialog. When this happens a bit of trickery may be called for.

In newer versions there is a Break Link button in the Edit Links dialog.  If you hit this button, Excel will permanently convert your formulas and external references to their existing values.  It is a good idea to save a copy of your file before you do this as once you have done it, you cannot undo the action.

<< PREVIOUS LESSON |NEXT LESSON>> | BACK TO EXCEL LEVEL 2 TRAINING INDEX