Let's say your spreadsheet formulas have errors that you anticipate and don't need to correct, but you want to improve the display of your results. There are several ways to hide error values and error indicators in cells. There are many reasons why formulas can return errors. For example, division by 0 is not allowed, and if you enter the formula =1/0, it returns #DIV/0. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!. There are many ways to hide such values. Here are some methods to do the same. Option 1 : Format text in cells that contain errors so that they don't show. Follow the seteps shown below. 1. Select the cells that contain the error value. 2. On the Format menu, click Conditional Formatting. 3. In the box on the left, click "Formula Is". 4. In the box on the right, type =ISERROR("reference"), where "reference" is a reference to the cell that contains the error value. 5. Click "Fo