From: Eric on
Does anyone have any suggestions on how to display decimal number only? For
example, 10.28 in cell A1, and I would like to show 0.28 in cell B1.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
From: Rick Rothstein (MVP - VB) on
Use this formula in B1...

=MOD(A1,1)

Rick


"Eric" <Eric(a)discussions.microsoft.com> wrote in message
news:82BEF008-59C1-4939-9FAC-476F2297075E(a)microsoft.com...
> Does anyone have any suggestions on how to display decimal number only?
> For
> example, 10.28 in cell A1, and I would like to show 0.28 in cell B1.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric