0% found this document useful (0 votes)
5 views2 pages

Meet: BIT Assn 2

Uploaded by

meet.24155
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Meet: BIT Assn 2

Uploaded by

meet.24155
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 2: Errors in Excel

Name: Meet Sijariya


Class: BMS 1B
Roll No: 24155

1. #DIV/0!

Reason: This error occurs when a formula attempts to divide by zero or an empty cell.

Fixes: Ensure that the denominator in your formula is not zero or blank.

2. #VALUE!

Reason: This error occurs when a formula includes an invalid data type, such as text instead of
a number.

Fixes: Use functions like VALUE to convert text to a number.

3. #NAME?

Reason: This error arises when Excel doesn't recognize a function name or formula due to a
typo.

Fixes: Check for typos. If using custom functions, make sure the necessary add-ins are
enabled.

4. #REF!

Reason: This occurs when a formula refers to an invalid cell reference, typically because the
referenced cell was deleted or moved.

Fixes: Avoid deleting cells or ranges that are being referenced in formulas. Adjust the formula
to point to the correct cell reference if the data has moved.

5. #N/A

Reason: This error indicates that a formula can’t nd the data it’s looking for.

Fixes: Verify that the lookup value exists in the data range.
fi
6. #NULL!

Reason: This error is caused by using an incorrect range

Fixes: Check that you're using the correct operators. Ensure that you're referencing valid
ranges.

7. #NUM!

Reason: This error happens when a formula results in a complex number.

Fixes: Ensure that numbers used in the formula are within valid ranges (e.g., no negative
numbers in a square root).

You might also like