How to fix Value errors in Excel

How to fix Value errors in Excel. Working with Excel sometimes you will encounter #VALUE! but you guys don't know how to fix this. There are many causes of #VALUE! Error, below article will give some of the most common Value errors in Excel and

Working with Excel sometimes you will encounter #VALUE! but you guys don't know how to fix this. There are many causes of #VALUE! Error, below the article will give some of the most common Value errors in Excel and how to fix those errors, please refer.

Picture 1 of How to fix Value errors in Excel

Error #VALUE with spaces

Many times, your formula involves cells that contain hidden spaces, which appear to be blank, but are not white in reality, so #VALUE!

Picture 2 of How to fix Value errors in Excel

To fix this problem, you can remove these hidden spaces as follows:

Step 1 : Select the referenced cells, then press Ctrl + H to open the replacement dialog box.

Picture 3 of How to fix Value errors in Excel

Step 2: In the Find and Replace dialog box, enter a space in the Find what box and in Replace with you do not enter anything. Then click Replace All to remove all spaces.

Picture 4 of How to fix Value errors in Excel

Many times, there are hidden characters other than spaces that make the field look blank but actually it is not empty.To remove these characters, you can continue with the next steps.

Step 3: On the area you have selected you select Data -> Filter to open the filter.

Picture 5 of How to fix Value errors in Excel

Step 4 : Select the filter icon on the column header and uncheck the Select All box , then check in the Blanks checkbox or the checkbox has no content.

Picture 6 of How to fix Value errors in Excel

Step 5 : The filter results appear, select the blank cells and press the Delete key . So you deleted all the hidden characters in the cells.

Picture 7 of How to fix Value errors in Excel

Step 6 : Clear the filter by clicking the filter icon on the title box and selecting Clear Filter From .

Picture 8 of How to fix Value errors in Excel

So you will get the following results:

Picture 9 of How to fix Value errors in Excel

Error #VALUE! when there is text or special characters

If a cell contains text or special characters, an #VALUE! Error will be generated. but it's hard to know which cell contains text or special characters if the data list is very long.

Picture 10 of How to fix Value errors in Excel

To search for cells containing text or special characters you can fix the #VALUE! then you use the ISTEXT function to check the cells.

Step 1 : Create 1 more column next to the data column you need to check, in the first cell of the column you enter the formula = ISTEXT (C6)

Picture 11 of How to fix Value errors in Excel

Step 2 : Copy the formula down all remaining cells, ISTEXT () will return TRUE if the cell contains text or special characters, return FALSE if the cell does not contain text or characters especially.

Picture 12 of How to fix Value errors in Excel

Step 3 : Next, you select the cells containing TRUE and delete the text or special characters, the function will no longer #VALUE!

Picture 13 of How to fix Value errors in Excel

You also need to delete the column you created in step 1, and the result will be no #VALUE! Error.

Picture 14 of How to fix Value errors in Excel

Value error occurs when using the numeric operators (+, *)

For example, you use the + operator to add the sales of two days without a sales day. You will get the #VALUE error.

Picture 15 of How to fix Value errors in Excel

To fix this, replace the + operator with the SUM function formula, the SUM function will ignore the string and return the result.

Picture 16 of How to fix Value errors in Excel

Similar to the * operator, if you have a #VALUE error, you can replace it with the PRODUCT function to multiply in Excel.

Value error occurs when using the Average, Sum function

If the average or sum contains the #Value! then the result of Average, Sum will also return the #VALUE error.

Picture 17 of How to fix Value errors in Excel

To fix this, you can use an array formula in combination with two groups of functions: If + Isseror or Iferror .

  1. SUM function

Method 1

{= SUM (IFERROR (C6: C8; ""))}

Because this is an array formula, once you have entered the SUM function, press Ctrl + Shift + Enter to display the curly braces.

Picture 18 of How to fix Value errors in Excel

Method 2

{= SUM (IF (ISERROR (C6: C8); ""; C6: C8))}

The ISERROR function will determine if any value in the range C6: C8 is an error value, it will return a blank result, so the values ​​for the final calculation SUM will remove all error values.

Picture 19 of How to fix Value errors in Excel

  1. AVERAGE function

Similar to the SUM function, the AVERAGE function you also use the array formula IF and ISERROR.

Method 1

{= AVERAGE (IFERROR (C6: C8; ""))}

Picture 20 of How to fix Value errors in Excel

Method 2

{= AVERAGE (IF (ISERROR (C6: C8); ""; C6: C8))}

Picture 21 of How to fix Value errors in Excel

Similar to some other functions (IF, CONCATENATE .) you get #VALUE! When referring to error values, you can also handle errors by using the IF, ISERROR and ISERR or IFERROR functions in the formula.

Above the article has taught you some ways to fix Value errors in Excel, hope you will be able to fix Value errors when you encounter this error. Good luck!

Update 19 May 2020
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile