|






| |
Microsoft Excel
Hide Error Indicator in Cells
Description
Imagine the following scenario ... you are creating a
Microsoft Excel worksheet with formulas that will calculate percentages for each
month of your fiscal year. The formulas for months in the future are
returning an error indicator of #DIV/0. This makes sense because you have
no data yet for future months and any number divided by zero will return the
error indicator. Your worksheet will look cluttered with #DIV/0 errors
until you have all the data figures for the entire year. There
is a way to hide the error indicator yet keep the formula in place. In
this lesson, we will use an IF function to fix the error indicator
problem. Your worksheet will look more attractive and less confusing to
read.
Edit Formulas with Error Indicator
-
Single click in any cell that contains an error
indicator
-
In the Formula Bar, click your mouse at the beginning
of the selected cell's formula

Formula that Returns an Error Indicator
Use the IF Function to Hide the Error Indicator

IF Function Formula

Formula with Error Indicator Hidden
|