The Excel #N/A error is produced when a value is not available to your formula.
For example, if the 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 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 syntax of the function is:
Where the value argument is the expression or value to be tested.
The following spreadsheet shows the Excel Isna function, used to test different values and expressions.
Formulas:
|
Results:
|
The above examples use different argument types, including:
Note also that, in the above examples:
For further information and examples of the Excel 'Is' functions, see the Microsoft Office website.