Can't format these numbers

tigerzen

Board Regular
Joined
Mar 8, 2023
Messages
209
Office Version
  1. 365
Platform
  1. Windows
This was downloaded from a file at work. I've used CLEAN and a range of techniques to try and convert from text to numbers but nothing has worked. I'd like to format these cells in Currency format.

Support staff model.xlsm
M
858,566
959,729
1060,982
1161,649
1262,877
Sheet1
 
Thanks for the feedback.
With substitute and other alternatives, removing the extraneous characters is part of the solution.
The text still must be coerced to a number.

Cell Formulas
RangeFormula
N8:N9N8=--CONCAT(TEXTSPLIT(M8,{" ",","}))
O8:O9O8=--(LEFT(M8,2)&MID(M8,4,99))
P8:P9P8=--SUBSTITUTE(M8,",","",1)
 
Upvote 0
Solution

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Can you share the file or a sample with the data with problems? (upload to cloud storage and share the link?)
 
Upvote 0
It can be any cloud storage. As long as it is a public link there should be no problem.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top