Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
We have a group of cells we'd like to put in a variant of Engineering notation. These values, currents, range from several tens of nanoamps to a couple of milliamps For instance, we can easily set up the display to present the numbers as 12.34E-9 123.45E-9 1.23E-6 12.34E-6 123.45E-6 1.23E-3 and so on. Is there a formatting option that would present the numbers like this? ..012345E-6 ..12345E-6 1.2345E-6 12.345E-6 123.45E-6 1234.5E-6 Quite reasonably, the formatting insists on putting at least one non-zero digit to left of the decimal point. Is it possible to loosen this rule? Thanks, Steve |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.<
You could always go dirty with something like: =CONCATENATE(LEFT((+A1*1000000), 6), " E -06") Good if you are doing it to make the data pretty for others to look at...but it does convert it to text. -- //Jason "Stephen Quist" wrote: Hi, We have a group of cells we'd like to put in a variant of Engineering notation. These values, currents, range from several tens of nanoamps to a couple of milliamps For instance, we can easily set up the display to present the numbers as 12.34E-9 123.45E-9 1.23E-6 12.34E-6 123.45E-6 1.23E-3 and so on. Is there a formatting option that would present the numbers like this? ..012345E-6 ..12345E-6 1.2345E-6 12.345E-6 123.45E-6 1234.5E-6 Quite reasonably, the formatting insists on putting at least one non-zero digit to left of the decimal point. Is it possible to loosen this rule? Thanks, Steve |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, we will give it a try. This may very well suit our needs.
Steve "Jason" wrote in message ... .< You could always go dirty with something like: =CONCATENATE(LEFT((+A1*1000000), 6), " E -06") Good if you are doing it to make the data pretty for others to look at...but it does convert it to text. -- //Jason |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DISPLAY A FIXED NUMBER IF GREATER THAN FORMULA RESULTS | Excel Discussion (Misc queries) | |||
Number format than does not display zeros after the deciaml point | Excel Discussion (Misc queries) | |||
Number format need to display 0001 etc | Excel Discussion (Misc queries) | |||
display a number that is decimal degrees in Deg:min:sec format | Excel Discussion (Misc queries) | |||
Can I fix the exponent in scientific/engineering format? | Excel Discussion (Misc queries) |