ID: Q171951
The information in this article applies to:
When you enter a formula in a cell in Microsoft Excel, or when you open a workbook in Microsoft Excel, you may receive an error message similar to the following:
Microsoft Excel cannot find '<Name>' on '<Workbook name.xls>'.
There are two possible reasons:
- The name you specified may not be defined.
- The name you specified is defined as something other than a
rectangular cell reference. Check the name and try again.
Note that <name> represents the defined name and <Workbook name.xls>
represents the name of your workbook.
You receive this error message even through the defined name is present in the workbook.
After you receive the error message, any formulas in the workbook that refer to the defined name return the #REF! error value.
This problem occurs if the following conditions are true:
-and-
=37
="Hello"
To work around this problem, use either of the following methods:
When the workbook that contains the defined name is open, formulas in other workbooks that refer to the defined name return the correct value.
-or-
For example, if the defined name refers to the value "=37" (without the quotation marks), follow these steps:
1. Type the constant value (for example, 37) in a cell (for example,
B5) in a worksheet in the workbook.
2. On the Insert menu, point to Name and click Define.
3. In the Names In Workbook box, type the name you want to define.
In the Refers To box, type "=Sheet1!$B$5" (without the quotation
marks). Or, select the cell. When you are done, click OK.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words: XL97 XL7 7.0
Keywords : kberrmsg xlformula
Version : WINDOWS:7.0,7.0a,97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: January 7, 1999