InterviewSolution
Saved Bookmarks
| 1. |
Give the explanation of the following errors Error Message 1. # DIV/o! 2. VALUE! |
|
Answer» 1. # DIV/0! → When a number is divided by zero 2. VALUE! → When a wrong argument is given in a fromula |
|