N
Noel S Pamfree
Hi,
I have lists of thousands of villages and need to know how many letters
there are in each. The problem is that some have two words like 'Barnham
Broom' and the LEN function returns the length which includes the space.
I have made some attempts to solve the problem but TRIM only trims trailing
spaces. FIND can search for a space and when I try using an IF statement it
gives an error message each time there is no space!
Any ideas?
Noel
I have lists of thousands of villages and need to know how many letters
there are in each. The problem is that some have two words like 'Barnham
Broom' and the LEN function returns the length which includes the space.
I have made some attempts to solve the problem but TRIM only trims trailing
spaces. FIND can search for a space and when I try using an IF statement it
gives an error message each time there is no space!
Any ideas?
Noel