#VALUE!

Excel #VALUE! Error Applies to: Windows 7, Windows 10, Windows 11

What it means

The formula received the wrong type of data — commonly text where it expected a number.

Also seen as: #VALUE!, VALUE error

Quick fix steps

  1. Check every cell the formula references for stray text, extra spaces, or hidden characters.
  2. Use ISTEXT() or ISNUMBER() on the referenced cells to confirm what type of data is actually there.
  3. If the data was pasted from another source, try re-entering it manually or using "Paste Special > Values" to strip formatting that can carry hidden text.
For the full step-by-step walkthrough, see Understanding Excel Formula Errors (#REF!, #VALUE!, and More).

Frequently Asked Questions

Is #VALUE! always about text where a number should be?
That's the most common cause, but it can also appear from other formula/argument mismatches — checking each cell the formula references for unexpected content (extra spaces, hidden characters) is worth doing too.
Can formatting a cell as a number fix this automatically?
Not always — if the cell contains actual text characters rather than a number stored as text, reformatting alone won't convert it; you may need to re-enter the value or use a conversion formula.

Other error codes