Excel + scientific numbers

Associate
Joined
1 Dec 2002
Posts
1,884
Hi there its silly question time!

I have a formula in a cell and the result is 1.4 E+07. Is there a way i can get the cell to show 14 E+06 ?


Thanks in adv!!

-Noto
 
Custom number format
Code:
[<0.001]##0.00E+0;[<1000] #0.00;##0.00E+0
I didn't work this out. Found it on the intenet a while back
 
I've been playing around and it's built in to Excel (2003) list of custonm formats already

Code:
##0.0E+0
 
Back
Top Bottom