How to Use the NUMBERVALUE Function in Excel

When dealing with numerical data in Excel or Google Sheets, the NUMBERVALUE function proves invaluable. This function transforms text formatted as numbers into actual numeric values, facilitating various mathematical operations.

Basic Syntax

The syntax for the NUMBERVALUE function is as follows:

=NUMBERVALUE(text, [decimal_separator], [group_separator])
  • text: The text string enclosed in quotation marks or a cell reference containing the text to be converted.
  • [decimal_separator] (optional): The character used to denote the decimal point in the text (default is a period).
  • [group_separator] (optional): The character used to denote grouping in the text (default is a comma).

Examples of Usage

Example 1: Convert Text to Number

Consider the text “123.45” in cell A1 that you need to convert into a number. You can use the formula:

=NUMBERVALUE(A1)

This formula will convert the text and return the numeric value 123.45.

Example 2: Specify Decimal Separator

If your text uses a comma as a decimal separator, for instance “123,45”, you can specify it in the formula as follows:

=NUMBERVALUE("123,45", ",", ".")

This tells the function to interpret “123,45” as the numeric value 123.45.

Example 3: Specify Group Separator

For text with a non-standard group separator such as a period (e.g., “1.234.567”), you can adjust the formula to:

=NUMBERVALUE("1.234.567", ".", ",")

This adjustment allows the function to correctly interpret “1.234.567” as the numeric value 1234567.

Wrap Up

The NUMBERVALUE function is essential for efficiently handling text-formatted numerical data in Excel or Google Sheets. It allows you to seamlessly convert text into numbers, making it easier to execute various calculations and data manipulations.

More information: https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879

Other functions
Returns an array of text values from any specified range
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments
Joins several text items into one text item
Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
Converts a number to text, using the $ (dollar) currency format
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Formats a number as text with a fixed number of decimals
Changes half-width (single-byte) characters within a string to full-width (double-byte) characters
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Converts text to lowercase
Returns a specific number of characters from a text string starting at the position you specify
Extracts the phonetic (furigana) characters from a text string
Capitalizes the first letter in each word of a text value
Replaces characters within text
Repeats text a given number of times
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Substitutes new text for old text in a text string
Converts its arguments to text
Formats a number and converts it to text
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined If the delimiter is an empty text string, this function will effectively concatenate the ranges
Removes spaces from text
Returns the Unicode character that is references by the given numeric value
Returns the number (code point) that corresponds to the first character of the text
Converts text to uppercase
Converts a text argument to a number
Returns text from any specified value