=a1-int(a1)
where cell A1 holds 13.75
and that 13.75 is NOT text
If its a text field then
=VALUE(RIGHT(A1,FIND(".",A1)))
"Tat" <Tat@discussions.microsoft.com> wrote in message
news:ED34A2BB-BF41-4F15-853A-3516EB5496A9@microsoft.com...
> If i have a '13.75' in a cell, I would like to display just the .75 in
> another cell. How do I do this?
Bookmarks