Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.46 KB

Excel.WorksheetFunction.IsNA.md

File metadata and controls

46 lines (26 loc) · 1.46 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.IsNA method (Excel)
vbaxl10.chm137075
vbaxl10.chm137075
Excel.WorksheetFunction.IsNA
db315cb6-cf6d-eaf6-7ffa-2b8ce18c2a09
05/23/2019
medium

WorksheetFunction.IsNA method (Excel)

Checks the type of value and returns True or False depending on whether the value refers to the #N/A (value not available) error value.

Syntax

expression.IsNA (Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Variant Value - the value that you want tested. Value can be a blank (empty cell), error, logical, text, number, or reference value, or a name referring to any of these, that you want to test.

Return value

Boolean

Remarks

The value arguments of the IS functions are not converted. For example, in most other functions where a number is required, the text value 19 is converted to the number 19. However, in the formula ISNUMBER("19"), 19 is not converted from a text value, and the IsNumber function returns False.

The IS functions are useful in formulas for testing the outcome of a calculation. When combined with the IF function, they provide a method for locating errors in formulas.

[!includeSupport and feedback]