Excel Errors Flashcards

1
Q

What does the #DIV/0! error mean?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the #N/A error tell you?

A

The cell being referenced can’t be found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When is it common to encounter the N/A error?

A

When using vlookups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the #NAME? error indicate?

A

The name of a formula or function used isn’t recognized

Example
This could happen if you spell VLOOKUP wrong, for example

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the #NUM! error indicate?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the #REF! error indicate?

A

That the cell the formula was referencing has been deleted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does #VALUE! error indicate?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly