The tutorial shows many different ways to turn a string into a number in Excel: Convert to Number error checking option, formulas, mathematic operations, Paste Special, and more.
Sometimes values in your Excel worksheets look like numbers, but they don't add up, don't multiply and produce errors in formulas. A common reason for this is numbers formatted as text. In many cases Microsoft Excel is smart enough to convert numerical strings imported from other programs to numbers automatically. But sometimes numbers are left formatted as text causing multiple issues in your spreadsheets. This tutorial will teach you how to convert strings to "true" numbers.
Excel has an inbuilt error checking feature that alerts you about possible problems with cell values. This appears as a small green triangle in the top left corner of a cell. Selecting a cell with an error indicator displays a caution sign with the yellow exclamation point (please see the screenshot below). Put the mouse pointer over the sign, and Excel will inform you about the potential issue: The number in this cell is formatted as text or preceded by an apostrophe.
In some cases, an error indicator does not show up for numbers formatted as text. But there are other visual indicators of text-numbers:
Numbers | Strings (text values) |
|
|
In the image below, you can see the text representations of numbers on the right and actual numbers on the left:
There are a handful of different ways to change text to number of Excel. Below we will cover them all beginning with the fastest and easiest ones. If the easy techniques don't work for you, please don't get disheartened. There is no challenge that cannot be overcome. You will just have to try other ways.
If your cells display an error indicator (green triangle in the top left corner), converting text strings to numbers is a two-click thing:
Done!
Another quick way to convert numerical values formatted as text to numbers is this:
Compared to the previous techniques, this method of converting text to number requires a few more steps, but works almost 100% of time.
To fix numbers formatted as text with Paste Special, here's what you do:
If done correctly, your values will change the alignment from left to right, meaning Excel now perceives them as numbers.
It is another formula-free way to convert text to number in Excel. When used for other purposes, for example to split cells, the Text to Columns wizard is a multi-step process. To perform the text to number conversion, you click the Finish button in the very first step :)
That's all there is to it!
So far, we have discussed the built-in features that can be used to change text to number in Excel. In many situations, a conversion can be done even faster by using a formula.
Microsoft Excel has a special function to convert a string to number - the VALUE function. The function accepts both a text string enclosed in quotation marks and a reference to a cell containing the text to be converted.
The VALUE function can even recognize a number surrounded by some "extra" characters - it's what none of the previous methods can do.
For example, a VALUE formula recognizes a number typed with a currency symbol and a thousand separator:
=VALUE("$1,000")
=VALUE(A2)
To convert a column of text values, you enter the formula in the first cell, and drag the fill handle to copy the formula down the column:
For more information, please see VALUE formula to convert text to number.
Apart from text-numbers, the VALUE function can also convert dates represented by text strings.
For example:
=VALUE("1-Jan-2018")
Or
=VALUE(A2)
Where A2 contains a text-date.
By default, a VALUE formula returns a serial number representing the date in the internal Excel system. For the result to appear as an actual date, you just have to apply the Date format to the formula cell.
The same result can be achieved by using the DATEVALUE function:
=DATEVALUE(A2)
For more information, please see How to convert text to date in Excel.
The VALUE function also comes in handy when you extract a number from a text string by using one of the Text functions such as LEFT, RIGHT and MID.
For example, to get the last 3 characters from a text string in A2 and return the result as a number, use this formula:
=VALUE(RIGHT(A2,3))
The screenshot below shows our convert text to number formula in action:
If you don't wrap the RIGHT function into VALUE, the result will be returned as text, more precisely a numeric string, which makes any calculations with the extracted values impossible.
For more information, please see How to extract number from string in Excel.
One more easy way to convert a text value to number in Excel is to perform a simple arithmetic operation that does not actually change the original value. What can that be? For example, adding a zero, multiplying or dividing by 1.
=A2+0
=A2*1
=A2/1
If the original values are formatted as text, Excel may automatically apply the Text format to the results too. You may notice that by the left-aligned numbers in the formula cells. To fix this, be sure to set the General format for the formula cells.
That's how you convert text to number in Excel with formulas and built-in features. I thank you for reading and hope to see you on our blog next week!
47 Responses to "How to convert text to number in Excel"
I want to add text data field in rows portion after Values field in excel pivot table. How can I do that?
How to change a text into the number like we need to convert "Best" is equal to 5.
=IF(A1="Best"),5,""). The number 5 may be associated with a certain cell.
You are amazing! Saved my day and future days as well!!
Saved my day too..
There are a number of tricks you can use if you have a column of numbers in a format that Excel does not recognise as numbers. For example, let's say you have a column of numbers where some idiot has typed each number in using a comma as the thousands separator like this:
52,321.45
17,615.28
19,785.98
41,963.49
If your version of Excel does not use commas for the thousands separator, (mine is et to use the apostrophe - ' -), or if some dummy actually typed in the commas, you can still quickly convert the entire column of text-numbers to numbers by using the Data - Text to columns function:
Highlight the entire column.
Click text to numbers
Select "Delimited" and hit next.
Uncheck all the delimiters and hit next
Click General and then Advanced
In the advanced box it asks for the decimals separator and for the thousands separator.
Enter the separator you see on the screen (NOT the separator that you want). So in the above example you would put a comma as the thousands separator, and a full-stop as the decimal separator.
click OK and finish.
Hey presto your text-numbers now ARE numbers in your preferred Excel format. (with an apostrophe as the thousands separator - in my case)
Hi
My excel does not recognize the following as a value 2 027,60. I need a thousands separator to be a "," and decimal to be "." . I have a whole column of values that need to be converted.
Please help!!!
I have tried the substitute function which works on changing the decimal function for values less than a thousand, thereafter it does not work on a value of 1,000 or more.
Thanks!
ShortCut key - ALT+a+e+f
Thanks to you, column to text was causing excel to crash, this was the best solution since i am trying to automate the a script, that does just this.
Thank you so much to this very helpful post.
Thank you!
Thank you gurus of excel!
1911420211989
How to convert 1911420211989 this number in word
The other problem might be that the 'System Separator' is not the same as your pasted value.
I.e. In the cell you have value 100.22 In other words 100 point 22 or 100 decimal 22.
If your File -> Options -> Advanced -> (About 16 lines down) Use system separator is ticked then the decimal point will make the field text - No matter what you do.
To correct this, un-tick 'Use system separators' and ensure that 'Decimal separator' is a . and 'Thousands separator' is empty and not a blank.
Thousand separator is taking a , automatically even if we delete it.
You guys are making my life easy...
Thanks a lot for your support
Kindly suggest how to convert all text strings to numbers in a column in Excel sheet? Example:
2,66,020
2,66,020
2,24,650
70,170
91,250
2,66,810
2,66,810
91,250
2,66,810
2,64,840
2,67,720
17,150
2,67,720
2,360
Thanks. RAKESH
just replace , with blank and its done :)
I need help making a number in D5 which is 1 to mean 2 in the formula I used in P5.
=(A5/C5)*D5+A5+40
Kindly suggest how to convert all text strings to numbers in a column in Excel sheet? Example:
2,66,020
2,66,020
2,24,650
70,170
91,250
2,66,810
2,66,810
91,250
2,66,810
2,64,840
2,67,720
17,150
2,67,720
2,360
Hi,
It seems to me that the easiest solution is to apply the ‘Extract’ tool offered by ‘Ablebits Ultimate Suite’. One of the options its menu has is ‘Extract numbers’. Simply click the corresponding radio button on selecting your records, and a new column will appear next to the original one. The extracted data will get numerical status for Excel and lose commas, by the way.
I need to give the letter P (for present) the value of 1 and the letter A (for absent) the value of 0. Very new to Excel and can't figure it out. Thank you.
Hi
How to convert a value number of 3.5581E +14 to the right number. it is not working in with format cells. Thanks for responding.
Hi,
I want to convert a placement to an other number, like: placement 1 = 10, placement 2-5 = 7.
What is the best way to do this?
thanks in advantage!
How to convert numbers to word.
Exp. 1 - A
2 - B
3 - C
Finally, Someone who actually knows what they are doing. All of the articles I found including MS only give you one or two options. The Paste Special function is the first time I've seen this method and it did the trick for me. Great article, well organized, comprehensive, and easy to follow. Thank you
A5 consists of a set of values "3,8,5,6,12" collected from other formulas.
This set of values will have to be used by CHOOSE frequently, CHOOSE(x,A5) where x is a variable.
But, "CHOOSE(x,A5)" returns "#VALUE!".
How can I make it work, please? Thank you very much.
the value of A1 is "31-35", how can I convert this to (4)? When I use =Value(a1) the result is #value!
Select text which is to be converted in number
prss Alt DEF
I have the following challenge, when generating a string that I'm then willing to reference a named variable. Imagine 4 cells in a sheet, such as:
A1 contains the number 9, and I name that cell Blue.Color using Formula/Define Name
A2 contains the number 6, and I name that cell Green.Color
B1 contains the text Green
B2 contains a formula such as =A2&".Color"
The problem is that B2 cell now shows Green.Color, whereas I would have wanted to read 6
Any trick for me ?
Thanks a lot,
Sebplus.
I want ton convert the following to from the following format
Fri Aug 23 13:05: 39 2019 to dd/mm/yyyy format Is this possible??
Thanks Svetlana. Nicely written and organized.
So, I have a form created to enter data and the form is linked to excel. The issue I am having is that when someone enters the amount on the form it gets saved as text on Excel. This form is an ongoing process so is there a way to automate the Excel to convert all entries in the Amount column to Number? Instead of converting them everytime manually?
Can I formulate a word, example Estate to equal 30 days so in the spread sheet when the word estate is used it will calculate 30 days from a specific date in a cell?
How do i change from a qualitative data (Beginning/Developing/Achieving/Exceeding) to a quantitative data (1/2/3/4pts) when a person key in this in google excel:
Beginning = 1pt
Developing = 2pts
Achieving = 3pts
Exceeding = 4pts
'0200009782563
0200009782563
Both cell len show 13. How I found out both cell data or len different?
Is there a way to do the following: I have a row and in it, it has Single and Family mixed all the way through. I want it to basically calculate how many Single cells there are but a single cell is a certain cost like $50. The same with Family, how many family but the price for family is $100. So it won't actually tell me there are 4 single and 8 family, it would give me the total price tag.
In order to use Regression in the data analysis I need to have numeric data. However some of it is blank using "" in a previous formula, but this is recognised as text. Do you have any suggestions as to what I can put instead of "" which represents blank but is not text?
NULL would also be text of course...
How to create a sum field that totals columns that were converted to numeric via Data >Tools> Text to Columns. Sum function not recognizing values in columns converted as numeric, even with format changed to numeric.
I want to change the text into number by following way:
abc = (1+2+3) = 6
bcd = (2+3+4) = 9
cde = (3+4+5) = 12
Pls Help. Thank You in Advance.
I have pasted a large number of values which have "." as a separator (example 23.310
). I need to convert this to either "," (example 23,310) or no separator at all. I have tried formatting the cell to currency, general and few other just to get a value to do calculations and it doesn't work. Is there a command which would replace all "." to ","?
Thanks in advance.
Hi Marcin.
Same problem here. Some logs have 23.310 instead of 23,310 and import them to excel doesn't change the format.
A very quick solution that worked for me:
- Choose the column with mouse
- Use replace function -> replace . for , -> it's text so it's works with no problem
- If necessary format the column to number after it replacing
I want to separate this number in 2 columns, breaking it where the comma is...
"25,10"
The result I want to obtain is 25 and 10. But when I convert it I get 25 and 1.
what am I doing wrong?
Best,
PM
How do you convert a text of .01- to a number -.01?
Nevermind i figured it out, sorry to bother you
your tip really helped me on how to change text number to number, as I have been on it for days, i initially thought my excel wasn't working. This has been helpful. Thanks