#N/A Error
Define This is called the ‘Value Not Available’ error.
Product value Lookup Result Description
A 23
B 43 I try to find the product value of
F #N/A "F" which is not available in the
C 54 table so here the error is showing
D 54 NA
E 56
Description
the product value of
s not available in the
e the error is showing
NA
#DIV/0! Error
Define This error occur when you try to divide something by 0
Cost per
Total cost Quantity Description
quantity
3310 50 66.2
This error
occur when
1220 0 #DIV/0! you trying to
divide the
number by 0
4440 24 185
2301 30 76.7
2222 20 111.1
#VALUE! Error
Define The value error occurs when you use an incorrect data type in a formula.
Table Formula Result Description
It is showing error as the list
1 =D11+D10+D9+D8 #VALUE!
include the incorrect data type
2
34
A
pe in a formula.
Description
ing error as the list
e incorrect data type
#REF! Error
Define This is called the reference error and you will see this when the reference in the for
Cost per
Total cost Description
quantity
3310 #REF!
1220 #REF! This error occur when
4440 #REF! you reference column
2301 #REF! no longer valid
2222 #REF!
he reference in the formula is no longer valid
#NAME ERROR
Define This error is likely to a result of a misspelled function.
Product Price Lookup value
A 22
B 554
A
C 32
D 65
Formula Result Description
if instead of VLOOKUP, you by
=VLOKUP(I8,$D$7:$E$11,2,FALSE) #NAME? mistake use VLOKUP, it will give a
name error.
#NUM ERROR
Define Num error can occur if you try and calculate a very large value in Excel.
Formula Result Description
you can get the NUM error is
=187^549 #NUM! when you give a non-valid number
argument to a formula.
rge value in Excel.