Select the column, call up the Text To Columns dialog box (Data tab, Data Tools panel, Text To Columns button) and as soon as the dialog box appear, click the Finish button.I have a whole column with hundreds of numbers in that text format which I need to sum but I can't because it's in text format. So how do I convert it to numeric values. Thanks.
Hi Mleeds, welcome to the MrExcel forum.
You could try coercing the text to values. Assuming there is only a single currency symbol then this approach may work.
Excel 2007
I J 7 $1200.00 1200 Sheet3
Cell Formulas Range Formula J7 =--MID(I7, 2, 255)
HTH
Dave
A | B | |
---|---|---|
$1.23 |
It works for me (which is why I posted it). Did you, perhaps, get your values by copy/pasting them in from the web? Playing a hunch, try this...Hi Rick, it did not. I wish I could but I don't know how to post a snapshot of part of my screen in Excel 2013 to show you.
As an example, in cell A1 and A2, I have:
$1.23
$4.56
=sumproduct(0+a1:a2), results in #VALUE error in A3, note that the values in A1 and A2 are left aligned because they are character values.
A | B | |
---|---|---|
$1.23 | ||
$4.56 |