NA function - The function returns the # N / A error value in Excel
The following article introduces you to the function NA - 1 of the functions in the information function group is very popular in Excel.
Description: The function returns the N / A error value, which means that no values match the search results.
Syntax: NA ()
- The NA () function contains no arguments.
Attention:
- Must enclose parentheses in the function name.
- You can enter the value # N / A immediately in the cell to mark the blank value.
For example:
Determining the return value of the MATCH and VLOOKUP functions is described in the following data table:
- Find the value of the string 'abc' in the data table. In a cell to calculate, enter the formula : = VLOOKUP ("abc", B5: C9,2)
- Press Enter -> return value is:
- The string 'abc' is not in the data table -> the function returns the # N / A error value .
- Similar to the MATCH function -> enter the formula: = MATCH ("1234", B5: C10,0)
- Press Enter -> return value is:
- Similarly copying the formula for the remaining values results:
Above are instructions and some specific examples when using the NA function in Excel.
Good luck!
You should read it
- How to use the IF function in Excel
- How to use the IFS function in Excel 2016
- How to use the SUM function to calculate totals in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- OR function in Excel, how to use the OR function, and examples
- FORECAST function - The function returns a value along a linear trend in Excel
- GAMMA function - The function returns the gamma function value in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- PHI function - The function returns the value of the density function for a normal distribution in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
- F.TEST function - The function returns the result of the F - test in Excel
- FISHER function - The function returns the Fissher transformation at x in Excel
Maybe you are interested
AMD has surpassed Intel in brand value
SQL way to count NULL and NOT NULL values in a column
Comparing Odroid-N2+ and Raspberry Pi 4: Which option offers better value?
How to receive free gifts from IObit with a total value of nearly 150,000 USD
Write a program to find duplicate values in Python
Write a program to check duplicate values in Python