excel-45
excel-45
Excel identifies errors in several ways. The first way is to display an error code in the
cell that contains the formula generating the error.
When the active cell generates an error, Excel displays an Error button next to it.
Pointing to the button displays information about the error, and selecting the button
displays a menu of options for handling the error.
#VALUE! The formula has the wrong type of argument, such as text in a cell where a
numerical value is required.
#NAME? The formula contains text that Excel doesn’t recognize, such as an unknown
named range.
#REF! The formula refers to a cell that doesn’t exist, which can happen whenever
cells are deleted.
92