Forum Discussion
AMcLennan
Jan 07, 2022Copper Contributor
Convert String to Currency
Is there a formula I could use to convert a string of numbers to currency and assign the decimal placement? For example, in a field formatted at "general" is -1273143 but I would like it to read ...
- Jan 07, 2022
Select the cells you want to format.Select currency from the Number Format dropdown on the Home tab of the ribbon.If that does not help:Select one column with such cells.On the Data tab of the ribbon, select Text to Columns, then click Finish.Repeat for other columns as needed.Select an empty cell.
Enter 100.
Copy this cell.
Select the cells with values you want to convert.
Right-click anywhere in the selection.
Select Paste Special... from the context menu.
Under Operations, select Divide.
Click OK.
Select Currency from the Number Format dropdown on the Home tab of the ribbon.
SergeiBaklan
Jan 07, 2022Diamond Contributor
As I understood 123 (text or number) shall be converted $1.23
HansVogelaar
Jan 07, 2022MVP
Ah - you're correct (of course)!