Excel Errors Flashcards
What does the #DIV/0! error mean?
A formula is trying to divide a value in a cell by 0 (or an empty cell with no value)
Example
=B2/B3, when the cell B3 contains the value 0
What does the #N/A error tell you?
The cell being referenced can’t be found
When is it common to encounter the N/A error?
When using vlookups
What does the #NAME? error indicate?
The name of a formula or function used isn’t recognized
Example
This could happen if you spell VLOOKUP wrong, for example
What does the #NUM! error indicate?
The spreadsheet can’t perform a formula calculation because a cell has an invalid numeric value
Example
=DATEDIF(A4, B4, “M”) is unable to calculate the number of months between two dates because the date in cell A4 falls after the date in cell B4
What does the #REF! error indicate?
That the cell the formula was referencing has been deleted.
What does #VALUE! error indicate?
A general error indicating a problem with a formula or with referenced cells
Example
There could be problems with spaces or text, or with referenced cells in a formula; you may have additional work to find the source of the problem