Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
cell result = 444.876543 How copy to another cell but drop the whole numbers?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=Mod(a1,1)
******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Asheret" wrote in message ... cell result = 444.876543 How copy to another cell but drop the whole numbers? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Asheret,
If your number is in cell A1 and your result goes into B1. In B1 = A1 - INT(A1) will give you 0.876543. Format B1 with custom format ..############## to remove the leading zero. Henry "Asheret" wrote in message ... cell result = 444.876543 How copy to another cell but drop the whole numbers? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to highlight the difference in VBA:
? 444.876543 mod 1 0 -- Regards, Tom Ogilvy "Anne Troy" wrote in message news:83ac9$42c2bf32$97c5108d$8803@allthenewsgroups .com... =Mod(a1,1) ******************* ~Anne Troy www.OfficeArticles.com www.MyExpertsOnline.com "Asheret" wrote in message ... cell result = 444.876543 How copy to another cell but drop the whole numbers? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing numbers dropping lowest and highest | Excel Worksheet Functions | |||
zero "0" dropping from the beginning of my serial numbers | Excel Worksheet Functions | |||
Dropping 0 | Excel Discussion (Misc queries) | |||
How do I keep Excel from dropping my numbers to 0 after 15 digits | Setting up and Configuration of Excel | |||
Cells dropping last to numbers | Excel Discussion (Misc queries) |