Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default formatting numbers

result in cell = 445.987654 How do I copy just the remainder .987654 to
another cell, dropping the whole numbers?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default formatting numbers

=mod(a1,1)
or
=A1-int(a1)



Asheret wrote:

result in cell = 445.987654 How do I copy just the remainder .987654 to
another cell, dropping the whole numbers?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default formatting numbers

Put the following formula in the cell you would like the results in
Let's assume A1 is where the number 445.985343 is

=a1 - int(a1)

--
http://HelpExcel.com
1-888-INGENIO
1-888-464-3646
x0197758


"Asheret" wrote:

result in cell = 445.987654 How do I copy just the remainder .987654 to
another cell, dropping the whole numbers?

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
formatting numbers Derrick Excel Discussion (Misc queries) 2 January 15th 10 03:31 AM
Formatting Numbers Peledon New Users to Excel 3 April 11th 07 06:04 PM
Formatting numbers Kathrine Excel Discussion (Misc queries) 1 November 24th 06 08:57 AM
Formatting numbers tehya Excel Worksheet Functions 5 July 6th 06 01:13 AM
formatting numbers jonas Excel Worksheet Functions 3 February 16th 05 06:12 PM


All times are GMT +1. The time now is 06:23 AM.

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

About Us

"It's about Microsoft Excel"