Recall & Review
beginner
What does the
#REF! error mean in Excel?The
#REF! error means that a formula is referring to a cell or range that no longer exists, often because the referenced cells were deleted or moved.Click to reveal answer
beginner
How can you fix a
#REF! error caused by deleted cells?You can fix it by updating the formula to refer to valid cells or ranges that exist, or by undoing the deletion if possible.
Click to reveal answer
beginner
What is a common cause of
#NAME? errors in Excel formulas?A
#NAME? error usually happens when Excel does not recognize text in a formula, often due to misspelled function names or missing quotation marks around text.Click to reveal answer
intermediate
Why might a formula show
#VALUE! error?The
#VALUE! error appears when a formula has the wrong type of argument or operand, like trying to add text to a number.Click to reveal answer
intermediate
What is a good way to troubleshoot formulas with errors in Excel?
Use Excel's Formula Auditing tools like 'Trace Precedents' and 'Evaluate Formula' to see which cells affect the formula and how Excel calculates it step-by-step.
Click to reveal answer
What does the
#REF! error indicate in Excel?✗ Incorrect
The
#REF! error means the formula refers to a cell that was deleted or is invalid.Which Excel tool helps you see which cells a formula depends on?
✗ Incorrect
Trace Precedents shows arrows pointing to cells used in a formula.
What causes a
#NAME? error in Excel?✗ Incorrect
Misspelled function names or missing quotes around text cause
#NAME? errors.If a formula tries to add a number and text, what error will likely appear?
✗ Incorrect
Adding incompatible types like text and numbers causes a
#VALUE! error.How can you fix a
#REF! error caused by deleting cells?✗ Incorrect
Fix
#REF! by correcting the formula to point to existing cells.Explain what causes the
#REF! error and how you can fix it.Think about what happens if you delete a cell that a formula uses.
You got /4 concepts.
Describe how Excel's Formula Auditing tools help troubleshoot formula errors.
These tools show relationships and calculation steps.
You got /4 concepts.