#1   Report Post  
Brian
 
Posts: n/a
Default Decimal Conversion

How can I get 12005400.150 in one cell to calculate 150 into a different cell.
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

=MOD(A1,1)*1000


On Mon, 21 Feb 2005 12:15:06 -0800, "Brian"
wrote:

How can I get 12005400.150 in one cell to calculate 150 into a different

cell.

  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=INT(MOD(A1,1)*1000)


another:

= A1 * 0.000012494377374

or even:

=--MID(TEXT(A1,"0.000"),FIND(".",A1)+1,255)




In article ,
"Brian" wrote:

How can I get 12005400.150 in one cell to calculate 150 into a different cell.

  #4   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Note that, on my machine at least (XL04), that results in

150.0000004

In article ,
Myrna Larson wrote:

=MOD(A1,1)*1000

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
How do I override fixed decimal place settings in EXcel 2003? jroyv Excel Worksheet Functions 2 February 11th 05 06:07 PM
Office 97 to 2003: Excel: enter data w/fixed 2 decimal. 2000. be. terrier New Users to Excel 0 January 29th 05 06:11 AM
ROUND DATA TO 2 DECIMAL PLACES roy in sunbury New Users to Excel 1 January 12th 05 03:33 AM
decimal point override does not work Sam Brauen Excel Discussion (Misc queries) 0 January 6th 05 05:29 PM
How do I indent a decimal aligned column from the margin? ChSp Excel Discussion (Misc queries) 1 December 1st 04 06:33 PM


All times are GMT +1. The time now is 10:01 AM.

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"