Number formating/scaling

cfowlertamu09

New Member
Joined
Nov 23, 2005
Messages
4
I am trying to scale my numbers on a ratio-type scale. For example:

scale the number 100,000 to be seen as 100.
scale the number 566,978 to be seen as 567.


If anyone knows anything, please help. This is for work and no one knows how to do it!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
If I follow you correctly select the cells, right click on format, choose custom and type 0, in the Type: box.
 
Upvote 0
I suppose it depends if the numbers are always in hundreds of thousands, one way you could it is:-

=ROUND(A1*POWER(10,-3),0)

Where A1 is you original number and and -3 converts hundreds of thousands down to hundreds.

Suppose this is one of those problems there are many answers to

Andy
 
Upvote 0
Is it random, by that I mean you have no idea if the number will in the hundreds of thousands or millions?
 
Upvote 0
yes, it is random, the examples I gave are normal however I may get a figure that will be 750 or one that is 13453444.
 
Upvote 0

Forum statistics

Threads
1,214,413
Messages
6,119,374
Members
448,888
Latest member
Arle8907

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