Thread
:
Split a decimal number
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Split a decimal number
Suppose cell A1 contains a number.
Then =INT(A1) gives the integer part, and =A1-INT(A1) gives the
fraction part.
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet