The Excel ISNA FunctionSearch this site:
Custom Search
The Excel ISNA function tests if an initial supplied expression (or value) returns the Excel #N/A Error, and if so, returns TRUE; Otherwise the function returns FALSE. The Excel #N/A error is returned if an Excel formula is unable to find a value. For example, if the Excel VLOOKUP function is asked to look up the value '10' in a spreadsheet column, but there is no cell containing the value 10, the function will, instead, return the #N/A error. The format of the Excel ISNA function is : ISNA( Value )
Where the Value argument can refer to either a direct value, an Excel formula or a cell reference. ExamplesThe following spreadsheet shows examples, of the Excel ISNA function being used to determine whether a value or expression returns an error :
The results of the above function calls are shown in the spreadsheet below :
In the examples above, the ISNA function arguments are :
Note that :
For more details of the different types of Excel error messages, see the page on Excel Formula Errors. |
|
|||
|
|
||||
Copyright © 2008-2010 ExcelFunctions.net |