Only Displaying last 5 Digits Excel Cell....

jrusso

Board Regular
Joined
Dec 13, 2002
Messages
93
If a Cell has 0.0000034

I want it to display 0.0034 or .0034

Thanks
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
I am not sure that makes much sense, as .0034 or 0.0034 is a distinctly different numeric value than 0.0000034.
So it is just a matter of changing the format, but rather changing the entire value.

What are the rules?
Can you provide other examples of what other data may look like and how it needs to be changed?
Are there always the same number of digits or decimals each time in the original data?
 
Upvote 0
="0."&Right (C1,5)

If C1 is where you have the data
 
Upvote 0
The Data in C38..the formula did work but the issue is I need it to display in C38

Formula already in C38 getting real time info =RTD("tos.rtd", , "NET_CHANGE", "/6J")
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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