Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Scientific Notation Truncation

How do I truncate a number in scientific notation without rounding the last
number?

example:
D22: 7.20117 E12 and I want 7.2011(0) E12

I have tried =TRUNC(D22,4) with no success. I am fairly new at excel so
very detailed responses are welcome. Thank you!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 256
Default Scientific Notation Truncation

Try...

=TRUNC(D22*10000)/10000

Hope this helps!

In article ,
Spring wrote:

How do I truncate a number in scientific notation without rounding the last
number?

example:
D22: 7.20117 E12 and I want 7.2011(0) E12

I have tried =TRUNC(D22,4) with no success. I am fairly new at excel so
very detailed responses are welcome. Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Scientific Notation Truncation

How about =TRUNC(D22/1000000000000,4)*1000000000000
Enter it as =TRUNC(D22/1E12,4)*1E12

Or for the more general case
=TRUNC(D22/10^INT(LOG(D22)),4)*10^INT(LOG(D22))

best wishes
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Spring" wrote in message
...
How do I truncate a number in scientific notation without rounding the
last
number?

example:
D22: 7.20117 E12 and I want 7.2011(0) E12

I have tried =TRUNC(D22,4) with no success. I am fairly new at excel so
very detailed responses are welcome. Thank you!



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,651
Default Scientific Notation Truncation

Have you tried that, Domenic?
D2*10000 is 7.20117E16, so the TRUNC doesn't help.
--
David Biddulph

"Domenic" wrote in message
...
Try...

=TRUNC(D22*10000)/10000

Hope this helps!

In article ,
Spring wrote:

How do I truncate a number in scientific notation without rounding the
last
number?

example:
D22: 7.20117 E12 and I want 7.2011(0) E12

I have tried =TRUNC(D22,4) with no success. I am fairly new at excel so
very detailed responses are welcome. Thank you!



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 256
Default Scientific Notation Truncation

My mistake, I misunderstood...

In article ,
"David Biddulph" <groups [at] biddulph.org.uk wrote:

Have you tried that, Domenic?
D2*10000 is 7.20117E16, so the TRUNC doesn't help.
--
David Biddulph



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,440
Default Scientific Notation Truncation

If you really have 7.20117 E12 in a cell in Excel, then it must be text. So apart from text manipulation you can't do this.
Even text manipulation followed by conversion to number would not get you any further than 7.2E12, because of Excel's maximum
precision of 15 decimal digits.
To be fair, it's not an Excel limitation, it's a limitation of the IEEE floating point standard.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Spring" wrote in message ...
| How do I truncate a number in scientific notation without rounding the last
| number?
|
| example:
| D22: 7.20117 E12 and I want 7.2011(0) E12
|
| I have tried =TRUNC(D22,4) with no success. I am fairly new at excel so
| very detailed responses are welcome. Thank you!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scientific notation of CSV FASTWRX Excel Discussion (Misc queries) 4 October 25th 07 12:59 AM
Scientific notation Biocellguy Excel Worksheet Functions 2 May 24th 07 07:48 PM
how can I turn off scientific notation lfife Excel Discussion (Misc queries) 1 February 28th 07 04:04 PM
scientific notation T.Reisz Excel Discussion (Misc queries) 4 June 12th 06 01:59 PM
Scientific notation Clive Excel Discussion (Misc queries) 2 February 8th 05 11:38 PM


All times are GMT +1. The time now is 06:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"