Resources > Formula Help
How Do I Fix #VALUE! Errors in Excel?
Last Updated: June 2026
Quick Answer
A #VALUE! error usually means Excel is trying to perform a calculation using the wrong type of data.
Common Causes
- Numbers stored as text
- Unexpected spaces
- Incorrect formula arguments
- Date values stored as text
- Lookup formulas returning incompatible values
Numbers Stored as Text
=VALUE(A1)
VALUE converts text-based numbers into true numeric values.
Check for Hidden Spaces
=TRIM(A1)
TRIM removes leading and trailing spaces.
Review Formula Arguments
Functions like LEFT, RIGHT, MID, and DATE often return #VALUE! when arguments are missing or invalid.