HikerBrian
New Member
- Joined
- Aug 26, 2011
- Messages
- 15
Hello,
I have a list of numbers ranging from .00005 to 50. I'd like to format them in engineering notation, which is scientific notation always using E-3. This means the numbers would be displayed as:
0.05E-3
0.5E-3
5.0E-3
50E-3
500E-3
5,000E-3
50,000E-3
Additional leading or trailing zeros are ok, but not desired.
Thanks!
I have a list of numbers ranging from .00005 to 50. I'd like to format them in engineering notation, which is scientific notation always using E-3. This means the numbers would be displayed as:
0.05E-3
0.5E-3
5.0E-3
50E-3
500E-3
5,000E-3
50,000E-3
Additional leading or trailing zeros are ok, but not desired.
Thanks!