counting decimals

R

RagDyeR

Try this:

=LEN(MID(A2,FIND(".",A2)+1,25))

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

is there a function that if A2=12.76, another cell will =2?
 
Top