Microsoft Knowledge Base |
|
XL: Problems with Function Wizard and IS Functions |
|
|
Last reviewed: September 13, 1996
Article ID: Q118849 |
|
The information in this article applies to:
SYMPTOMSIn Microsoft Excel, when you use the Function Wizard with an IS function, and you refer to a cell reference, the Function Wizard converts the cell reference to a text string by inserting quotation marks around the reference. For example, if you attempt to refer to cell A1, the Function Wizard will return the following formula:
=ISERROR("A2")
This behavior will cause the formula to return incorrect results.
CAUSEThis problem occurs with the following IS functions:
ISBLANK() ISERR() ISERROR() ISEVEN() ISLOGICAL() ISNA() ISNONTEXT() ISNUMBER() ISODD() ISREF() ISTEXT()when the cell being referred to contains an error value, such as #N/A. If the cell is blank or contains an alphanumeric value, the functions will work correctly.
WORKAROUNDTo work around this problem, enter the formula manually rather than with the Function Wizard.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Excel version 5.0 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
|
KBCategory: kbprb
©1997 Microsoft Corporation. All rights reserved. Legal Notices. |