Hi All
I've played with this for a bit now and I think I have to concede....
How do I count the number of numeric characters in a particular cell? Desired results for example:
997345TECH = 6
SAG857832 = 6
TECH413567/554432 = 12
Note I'm not after unique numeric characters just a count of all numeric. I'm fairly close with:
=COUNT(FIND({0,1,2,3,4,5,6,7,8,9},B2)) but it won't count duplicate numbers.
Thanks for any help.
Stu
I've played with this for a bit now and I think I have to concede....
How do I count the number of numeric characters in a particular cell? Desired results for example:
997345TECH = 6
SAG857832 = 6
TECH413567/554432 = 12
Note I'm not after unique numeric characters just a count of all numeric. I'm fairly close with:
=COUNT(FIND({0,1,2,3,4,5,6,7,8,9},B2)) but it won't count duplicate numbers.
Thanks for any help.
Stu
Last edited: