Dead simple, but can't remember how to do it! ![[blush] [blush] [blush]](/data/assets/smilies/blush.gif)
How do I get Excel to return the number of full stops in a string?
Some examples:
1.1.1 = 2
1.1.1.1.1.2.4 = 6
I've tried
but that returns an error.
Any better ideas?
Chris
Someday I'll know what I'm donig...damn!
![[blush] [blush] [blush]](/data/assets/smilies/blush.gif)
How do I get Excel to return the number of full stops in a string?
Some examples:
1.1.1 = 2
1.1.1.1.1.2.4 = 6
I've tried
Code:
=COUNTIF(MID(A2,1,LEN(A2)),".")
Any better ideas?
Chris
Someday I'll know what I'm donig...damn!