What is ISNA Function in Excel?

The ISNA function is a part of the IS functions. It helps in handling “#N/A errors,” analyzing data, and making comparisons.

Syntax

You are free to use this image on you website, templates, etc., Please provide us with an attribution linkHow to Provide Attribution?Article Link to be HyperlinkedFor eg:Source: ISNA Function in Excel (wallstreetmojo.com)

Parameters

It is clear from the preceding syntax that the ISNA formula in Excel has only one parameter. It is explained as follows:

  • Value: The value can be another function, formula, cell, or value that needs to be tested. It is a very flexible parameter.

The ISNA function in Excel returns the following values:

  • True: If the “value” parameter returns “#N/A error” or,False: If the “value” parameter does not return “#N/A error”

The examples given in the subsequent section will further explain the ISNA function.

Purpose of ISNA Function in Excel

The goal of the ISNA function is to identify whether “#N/A error” exists in any cell, formula, value or not. “#N/A error” is more common in the formulas which require Excel to find something. If a formula looks for any value that does not exist, the system returns “#N/A error.”

It returns “true” or “false” based on the existence of “#N/A error.” This function helps Excel users deal with the “#N/A error” by replacing it with another value.

How to Use the ISNA Function in Excel? (with Examples)

This section will explain the uses of the ISNA function with the help of examples containing actual data. As stated earlier, it uses only one mandatory parameter.

Example #1

In the following image, we have used the FIND function of ExcelFIND Function Of ExcelFind function in excel finds the location of a character or a substring in a text string. In other words it finds the occurrence of a text in another text, as it gives us the position, the output returned by this function is an integer.read more. It returns the position of the “i” character in cell A2.

So, the output of the FIND function is 7.

Now, let us pass the previous FIND function as a parameter.

Here, we have used the FIND function in the parameter which returns the output “7”. ISNA function returns “false” because the output of the value parameter is not “#N/A error.”

Example #2

Let us pass “#N/A” directly as a parameter to the ISNA formula in Excel.

On directly passing “#N/A” as a parameter to the ISNA function, it returns the value “true.” This proves that ISNA detects “#N/A error” present in any cell.

Example #3

Let us pass “#VALUE!” as a parameter to the ISNA formula in Excel.

The “#VALUE!” parameter is also a data missing error. ISNA returns the value “false” because it does not detect any error other than “#N/A error.”

Example #4

In this example, we use the lookup function as a parameter of the ISNA function.

Here, the output that we get is “true.”

Frequently Asked Questions

It helps the Excel user in the following ways:– It detects “#N/A errors.”– It helps handle “#N/A errors” by returning a particular value, reference, message or formula.– It helps replace the “#N/A error” with a text of your choice when combined with VLOOKUP and IF function.– It finds whether a certain value exists in a column or not when combined with the MATCH functionMATCH FunctionThe MATCH function looks for a specific value and returns its relative position in a given range of cells. The output is the first position found for the given value. Being a lookup and reference function, it works for both an exact and approximate match. For example, if the range A11:A15 consists of the numbers 2, 9, 8, 14, 32, the formula “MATCH(8,A11:A15,0)” returns 3. This is because the number 8 is at the third position. read more.– It facilitates comparison between two columns when combined with the MATCH function.– It helps analyze results, especially when working with groups of formulas.

The syntax for the ISNA function with VLOOKUP is “=ISNA(VLOOKUP(Argument)).” The VLOOKUP returns “#N/A error” when it is unable to find the value it was looking for. For example, while searching for item X in the lookup tableLookup TableLookup tables are simply named tables that are used in combination with the VLOOKUP function to find any data in a large data set. We can select the table and name it, and then type the table’s name instead of the reference to look up the value.read more that does not exist, the VLOOKUP will return “#N/A error.”The ISNA function is combined with VLOOKUP to find out whether the “#N/A error” exists in the data source or not. The IF-ISNA combination can be used with VLOOKUP to return a customized text in place of the “#N/A error.”

The opposite of the ISNA function is “NOT(ISNA(yourformula)).”If “yourformula” gives “#N/A error,” the ISNA function will return the value “true.” If “yourformula” has no errors, the ISNA function will return the value “false.”

Key Takeaways

  • The ISNA function is an error handling function in Excel that helps to identify “#N/A error” in a cell.The ISNA function, used as a worksheet function, has only one parameter.The value parameter can be another function, formula, cell, or value that needs to be tested.It returns a Boolean value (true or false).The value “true” is returned if “#N/A error” is found and “false” is returned if “#N/A error” is not found.

This has been a guide to ISNA Function in Excel. Here we discuss how to use this formula along with an Excel example and a downloadable template. You may also look at these useful functions in Excel –

  • IFERROR with VLOOKUPIFERROR Excel FunctionIFERROR Excel FunctionThe IFERROR function in Excel checks a formula (or a cell) for errors and returns a specified value in place of the error.read more#Div/0! Excel Error#Div/0! Excel Error#DIV/0! is the division error in Excel which occurs every time a number is divided by zero. Simply put, we get this error when we divide any number by an empty or zero-value cell.read more#VALUE! Error in Excel#VALUE! Error In Excel#VALUE! Error in Excel represents that the reference cell the user has either entered an incorrect formula or used a wrong data type (mostly numerical data). Sometimes, it is difficult to identify the kind of mistake behind this error.read more