Common questions about the EXACT function usually involve syntax entry, result interpretation, references, and recalculation; this FAQ covers 4 frequent questions.
FAQ
What should I do if the EXACT function shows an error?
- Check whether the formula starts with
=. - Confirm that the function name is spelled
EXACT. - Make sure the parentheses are paired correctly.
- Check that the separator between the two arguments is correct.
- Press Enter again to recalculate.
How can I view the argument guide for the EXACT function?
- Select any editable cell.
- Type
=EXACT(. - Review the syntax tip that appears automatically.
- Enter the arguments in the order shown.
Why does the EXACT result not match what I expected?
- Check whether the two text values differ in letter case.
- Check for extra spaces or hidden characters.
- Confirm that the referenced cells are the correct ones.
- Review the original data again if needed.
Why does the result not update as expected after I change the data?
- Confirm that the formula cell still contains a formula rather than fixed text.
- Check whether the edited value is in the referenced cell.
- Make sure the formula structure was not changed accidentally.
- Re-enter the formula and test again if necessary.
Glossary
| Term | Definition |
|---|---|
| EXACT | A spreadsheet function that checks whether two text values are completely identical. |
| Argument | An input used by a function, such as the two text values compared by EXACT. |
| Cross-sheet reference | A formula reference that points to a cell in another worksheet. |
| Nested formula | A formula structure that places one function inside another. |