Figures needs to be shown in Lacs

spycein

Board Regular
Joined
Mar 8, 2014
Messages
135
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I want to format a cell in such a way that it should shows figures as if particular figure is divided by one hundred thousand.

for example ( if I type 120000 it will show 1.20, similarly 546789 = 5.47)

I want to format a cell like that and not to put any formula in the cell.

The content of the cell should remain the same i.e. 120000 or 546789 but it should visible as 1.20 or 5.47 and if i prepare any chart from the data it should show in the 1.20 or 5.47 format only.

For Example : (if I )


Format - Cell - Custom = Result
100000 - cell - 0, = 1

Similarly I want to format the cell in such a way that it should give above display.

Thanks

 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I would use a hidden helper cell - however I will watch for other answers with great interest.....
 
Upvote 0
I was thinking a Worksheet_Change macro to divide any inserted number ....I'll watch too !!
 
Upvote 0
Format the cell as below. But remember any formulas dependant on these cells will treat them as 000's and not as they appear. What you are doing is changing the appearance of the contents and not the contents


#,###.00,;[Red]-#,###.00,
 
Upvote 0

Forum statistics

Threads
1,214,397
Messages
6,119,271
Members
448,882
Latest member
Lorie1693

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