Counting decimals

  • Thread starter Thread starter backmara
  • Start date Start date
B

backmara

Hi,

Counting decimals:
1.234 --> 3
11.2 --> 1
1.34 --> 2

How I do that?
 
Hi,

=LEN(A1)-FIND(".",A1)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
One should check his previous posts/Questions - could be somebody found a few
moments, of his precious time, to present the answer.
Micky
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top