Microsoft KB Archive/171951

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


Error Using Defined Name That Refers to a Constant Value

Article ID: 171951

Article Last Modified on 8/17/2005



APPLIES TO

  • Microsoft Excel 97 Standard Edition
  • Microsoft Excel 95 Standard Edition



This article was previously published under Q171951

SYMPTOMS

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.

CAUSE

This problem occurs if the following conditions are true:

  • The workbook that contains the defined name is not open. -and-

  • The defined name refers to a constant value instead of a cell reference or another defined name, for example:

    =37
    ="Hello"


WORKAROUND

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

  • Open the workbook that contains the defined name.


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-

  • Instead of storing the constant value in the defined name, store the value in a worksheet cell in the workbook, and then change the defined name so that it refers to the worksheet cell.


For example, if the defined name refers to the value =37, 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. Or, select the cell. When you are done, click OK.


STATUS

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 XL

Keywords: kberrmsg kbbug KB171951