RE: Numeric formatting by JudgeMental
JudgeMental
Sat May 10 16:18:00 CDT 2008
Thanks BoniM,
When I use that formatting, it only displays "10E-". The exponent is blank.
"BoniM" wrote:
> Create a custom format for the range of:
> "10E-"#
> with this format, entering the value, for example 3, will display as 10E-3.
> You will be able to add, subtract, average, etc...
> Will that help?
>
> "JudgeMental" wrote:
>
> > Hi,
> > I need to format numbers as 10E-3, 10E-5, or 10E-6. I need to maintain the
> > 10E-x format. Not scientific or engineering notation. It's for recording Bit
> > Error Rate measurement results.
> > Any ideas?
> >
> > Thank you for your help.