VALUENEUTRAL
This function takes a text representation of a value that is formatted in neutral culture and returns a numeric value.
Syntax
=VALUENEUTRAL("value")
Example
In this example, the current culture is English (neutral).
Cell C25 contains this text representation of a value: 42,409
.
Cell D25 contains this formula: =VALUENEUTRAL(C25)
.
The formula returns 42409
.