Numbers: Convert text to numeric value?
How to convert text string to numeric value in Numbers?
i.e. > "2,000" as text to 2,000 as numeric value
MacBook Pro, OS X El Capitan (10.11.1)
How to convert text string to numeric value in Numbers?
i.e. > "2,000" as text to 2,000 as numeric value
MacBook Pro, OS X El Capitan (10.11.1)
An alternate is to use the identity property of one of the arithmetic operations. This works for text values that Numbers is able to interet as numbers.
Each if the entries in column B is a text value. In column C, each has been converted to a number value, using the expression in column D (preceded by an = sign).
Note that each of these expressions will return 0 for empty cells in column B, and error triangles for rows where there is text which cannot be interpreted as a number in column B.
Regards,
Barry
Hi iPudder,
And thanks, Barry 🙂
My reply was the "quick and dirty" way.
The VALUE function returns a number value, even if the argument is formatted as text. This function is included for compatibility with tables imported from other spreadsheet apps.
VALUE(source-string)
Notes
Barry's reply is the way to go. Apply a formula that will not change the text to another value, such as:
Then Numbers will convert your text to a value.
I hope we haven't confused you . Please reply with questions.
Regards,
Ian.
Numbers: Convert text to numeric value?