Excel Function : NUMBERVALUE
Category
Text
Description
Converts text to number in a locale-independent manner
Microsoft Excel Reference Page
https://support.office.com/en-us/article/NUMBERVALUE-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879
Syntax and Description of the NUMBERVALUE Excel Function
The syntax for the NUMBERVALUE function in Microsoft Excel is: NUMBERVALUE( value, [decimal_separator], [group_separator] ) value - The value to convert. decimal_separator - [optional] The character to use as the decimal separator. If omitted, the decimal separator will be determined based on the value argument. group_separator - [optional] The character to use as the group separator. If omitted, the group separator will be determined based on the value argument.
About NUMBERVALUE Excel Function
The NUMBERVALUE function converts a text string that represents a number to a number.