15.1 C
London
Friday, July 5, 2024
HomeSoftware TutorialsExcelHow to Ignore #N/A Values When Using Formulas in Excel

How to Ignore #N/A Values When Using Formulas in Excel

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

You can use the following basic syntax to calculate the mean, median, sum, standard deviation, etc. in Excel while ignoring #N/A values:

=AVERAGE(IFNA(A2:A21, "")) 

=MEDIAN(IFNA(A2:A21, ""))

=SUM(IFNA(A2:A21, ""))

=STDEV(IFNA(A2:A21, ""))

This syntax simply replaces #N/A values with blanks and then calculates the descriptive statistic you’re interested in.

The following examples show how to use this syntax in practice.

Example 1: Calculate Mean & Ignore #N/A Values

The following screenshot shows how to calculate the mean of a dataset that contains #N/A values:

Excel average and ignore NA

The mean of the dataset (ignoring all #N/A values) is 14.76.

Example 2: Calculate Median & Ignore #N/A Values

The following screenshot shows how to calculate the median of a dataset that contains #N/A values:

Median in Excel and ignore NA

The median of the dataset (ignoring all #N/A values) is 14.

Example 3: Calculate Sum & Ignore #N/A Values

The following screenshot shows how to calculate the sum of a dataset that contains #N/A values:

SUM in Excel and ignore NA

The sum of the dataset (ignoring all #N/A values) is 251.

Example 4: Calculate Standard Deviation & Ignore #N/A Values

The following screenshot shows how to calculate the standard deviation of a dataset that contains #N/A values:

Standard deviation and ignore NA in Excel

The standard deviation of the dataset (ignoring all #N/A values) is 6.

Additional Resources

The following tutorials explain how to perform other common tasks in Excel:

How to Replace #N/A Values in Excel
How to Easily Find Outliers in Excel
How to Find the Top 10% of Values in an Excel Column

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories