Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On the other hand, if you always have 3 digits to the right of the decimal
you could use =RIGHT(A1,3). If there aren't fixed decimals, the following would work: =RIGHT(A1,LEN(A1)-(FIND(".",A1,1))) -- Kevin Backmann "Tigerxxx" wrote: Hello, What forumla should I use to get the digits to the right side of the decimal? i.e. if the number is 94.203, then I want to get the "203". Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extracting digits to the right of a decima point | Excel Worksheet Functions | |||
extracting digits to the right of a decima point | Excel Worksheet Functions | |||
Converting 2-place decimal value to floating point decimal number with leading zero | Excel Discussion (Misc queries) | |||
FIXED 2 DECIMAL PLACES, MUST ENTER ALL ZEROES AFTER DECIMAL POINT. | Excel Discussion (Misc queries) | |||
Displaying only digits after the decimal point | Excel Worksheet Functions |