Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=VALUE(A2)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Whenever your spreadsheet is shared across locales or imports data from an international source with non-standard separators. Hardcoding the separators in NUMBERVALUE makes the formula locale-independent.
Yes. NUMBERVALUE behaves identically in Google Sheets, making it a reliable cross-platform choice for locale-safe number parsing.
Both VALUE and NUMBERVALUE will return #VALUE! if the string contains non-numeric characters like currency symbols. Use SUBSTITUTE to remove them first: =VALUE(SUBSTITUTE(A2,"$","")).
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: