Kernel Data Recovery Blog

How to fix ‘VALUE Error’ in Excel 2016

Read time 6 minutes

Summary: Excel 2016’s #VALUE! error occurs due to incorrect data input, particularly when functions receive unexpected values. Common in nature but it comes in different types. Considering each situation, our blog provides easy to understand solutions with stepwise guidance. Along with the solutions, try out the automated utility i.e. Kernel for Excel Repair to get away from the hassle of manual approaches and get an instant fix with the least effort needed.

In Excel 2016, the #VALUE! error appears when you enter a value in the wrong way in a cell.

Excel offers a wide range of functions, but when a function receives an unexpected value, it displays the #VALUE! Error. Basic addition and subtraction operations using the (+) or (-) operator will trigger a #VALUE! error if any of the values are not of the expected type. However, it’s worth noting that the behavior of the #VALUE! error can be somewhat tricky for certain functions, as they may automatically ignore invalid data.

Let us consider some of the most common examples of #VALUE! error along with the solutions to resolve.

Check if the ranges are compatible

For Excel functions that take multiple ranges as arguments, those ranges must have the same size and shape. Formulas that fail to meet this requirement raise the #VALUE error.

An array argument with incompatible dimensions results in a #VALUE error with the dynamic array FILTER function. For eg:

=FILTER(A3:B20, A3:A22=”Apple”)

After the range references are altered, the error must be resolved:

=FILTER(A3:B20, A3:A20=”Apple”)

Verify if the dates are not stored as text

Excel typically stores dates as numeric values. There may be instances, however, where your worksheet stores dates in the form of text strings instead. This will result in Excel returning the #VALUE! If you try to compute these dates, you will receive an error because text values cannot be added, subtracted, or otherwise computed.

To resolve this issue, you must convert text-formatted dates into valid Excel dates.

Check the formula syntax

#VALUE errors could also be caused by syntax errors in formulas. You can resolve such issues by using Excel’s Formula Auditing tools.

Identify the cell that has the #VALUE error.

To evaluate a formula or check for errors, click on Evaluate Formula or Error Checking in the Formula Auditing group.

Excel will step through each section of the formula one by one, showing the result at each stage. Excel highlights the specific part of a formula that contains a syntax error. After detecting the syntax error, fix it and re-evaluate the formula to ensure it works now.

For eg., look at the formula below:

=SORT(CHOOSECOLS(A3:B20, 3))

With the last argument switched to 2, the desired result is returned – the Total column sorted from smallest to largest:

Using the IFERROR function

You can use Excel 2007 to 365’s IFERROR function or its IF ISERROR combination to eliminate the #VALUE error.

Let’s say you need to find the difference between B3 and C3 by using the DATEDIF formula:

=DATEDIF(B3, C3, “d”)

If one or both the dates are invalid, it will show a #VALUE error. To resolve it, make your core formula in the IFERROR function as:

=IFERROR(DATEDIF(B3, C3, “d”), “Invalid date!”)

Excel will explicitly point out the IFERROR function if it does not recognize the referenced cell value as a date.

Excel corruption issues

When dealing with extensive spreadsheets, you may encounter Excel corruption problems in addition to issues like the #VALUE! Error. While there are manual methods available to recover corrupted Excel 2016 files, it is often more efficient to utilize a reliable third-party tool to address Excel error codes. Manual Excel recovery methods can be time-consuming and complex.

Kernel for Excel Repair stands as a robust solution for rescuing your corrupted Excel files in the wake of Excel errors. Equipped with advanced algorithms, it offers a comprehensive remedy for all your Excel-related challenges. Additionally, you can access a free trial version of the software to experience its functionality. Let’s delve into how this tool operates.

Conclusion

While you can resolve a #Value error through straightforward manual methods, certain Excel errors prove to be elusive and challenging to rectify. Furthermore, although there exist multiple approaches to recover corrupted Excel files, employing the Kernel for Excel Repair tool is undoubtedly the optimal and highly endorsed method for addressing errors and restoring compromised Excel files.