Convert Millions number in Excel to Thousands

shahid5788

Board Regular
Joined
May 24, 2016
Messages
91
Hi,

Is there a formula that can help me convert my raw data which is in millions into thousands? I would like to have some sort of formula if possible rather than changing my cell formatting.



Original DataWhat Formatt I need
171,502.27 172.00
8,462,316.95 8,462.00
6,225,692.58 6,226.00
(273,633.00) (274.00)
2,480,076.81 2,480.00

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Like this?


Excel 2013/2016
AB
1Original DataFormula
2171,502.27172
38,462,316.958462
46,225,692.586226
5-273,633.00-274
62,480,076.812480
Sheet3
Cell Formulas
RangeFormula
B2=ROUND(A2/1000,0)
 
Upvote 0

Forum statistics

Threads
1,215,781
Messages
6,126,863
Members
449,345
Latest member
CharlieDP

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