ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   devide by 1000 (https://www.excelbanter.com/excel-discussion-misc-queries/229246-devide-1000-a.html)

Atiq

devide by 1000
 
How do I format a number cell so when I enter any value in it, it shows the
input value dvided by 1000? For instance if I enter 4565 the cell should show
4.565. Thanks in advance for help!

Luke M

devide by 1000
 
Format cell, Custom format (on the number tab)

#"."###

OR

0"."###

if you always want a number in front of the decimal.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Atiq" wrote:

How do I format a number cell so when I enter any value in it, it shows the
input value dvided by 1000? For instance if I enter 4565 the cell should show
4.565. Thanks in advance for help!


Atiq

devide by 1000
 
it works, Thanks!

"Luke M" wrote:

Format cell, Custom format (on the number tab)

#"."###

OR

0"."###

if you always want a number in front of the decimal.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Atiq" wrote:

How do I format a number cell so when I enter any value in it, it shows the
input value dvided by 1000? For instance if I enter 4565 the cell should show
4.565. Thanks in advance for help!


Harald Staff[_2_]

devide by 1000
 
NOte that is still contains the value of 4565, even if it displays something
looking like something else. If you need the real value to really be divided
by 1000 then set "fixed decimals" to 3 in menu tools-options or Excel
options (version dependent where it is).

HTH. Best wishes Harald


"Atiq" wrote in message
...
How do I format a number cell so when I enter any value in it, it shows
the
input value dvided by 1000? For instance if I enter 4565 the cell should
show
4.565. Thanks in advance for help!



Gord Dibben

devide by 1000
 
If you just want the number to "look like" 4.565 you can custom format as
Luke points out.

If you want it to actually be 4.565 then you must divide it by 1000 manually
or using VBA event code or set your Fixed Decimals to 3 so 4565 is actually
entered as 4.565

Note: setting FD to 3 is a sheet function and will affect all numbers
entered in any cell.


Gord Dibben MS Excel MVP

On Wed, 29 Apr 2009 10:14:01 -0700, Atiq
wrote:

How do I format a number cell so when I enter any value in it, it shows the
input value dvided by 1000? For instance if I enter 4565 the cell should show
4.565. Thanks in advance for help!



Rick Rothstein

devide by 1000
 
Will you ever have numbers in the cells with less than 3 digits making up
their number (for example, 45)? If so, then you probably don't want to use
Luke's custom format as it will return 0.45 and not 0.045 (which is what I
suspect you would want. There is an alternate format to Luke's that will
handle all numbers correctly. Either this...

#.###,

or

0.###,

--
Rick (MVP - Excel)


"Atiq" wrote in message
...
it works, Thanks!

"Luke M" wrote:

Format cell, Custom format (on the number tab)

#"."###

OR

0"."###

if you always want a number in front of the decimal.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Atiq" wrote:

How do I format a number cell so when I enter any value in it, it shows
the
input value dvided by 1000? For instance if I enter 4565 the cell
should show
4.565. Thanks in advance for help!




All times are GMT +1. The time now is 07:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com