shawthingz
New Member
- Joined
- Aug 19, 2006
- Messages
- 49
Hi All,
I'm trying to solve a frustating problem - hope someone can help out there!
I'm currently using custom validation in various cells in a worksheet using the istext() function to restrict the characters a User can enter.
However, I've now been asked to restrict all characters entered to [A-Z] [a-z] only & I'm currently struggling to come up with a solution.
Some examples that would currently be accepted are:
shawth1ngz
shawthingz1
sh@wthingz
However I've now been asked to change the logic to fail them, so that only shawthingz (containing alphabetic chars) would be accepted, as the input eventually ends up being uploaded to a database (& various characters in some of the fields have been causing some problems).
Does anyone out there have any ideas on how to do this using cell validation?
Thanks for any help / guidance
shawthingz
I'm trying to solve a frustating problem - hope someone can help out there!
I'm currently using custom validation in various cells in a worksheet using the istext() function to restrict the characters a User can enter.
However, I've now been asked to restrict all characters entered to [A-Z] [a-z] only & I'm currently struggling to come up with a solution.
Some examples that would currently be accepted are:
shawth1ngz
shawthingz1
sh@wthingz
However I've now been asked to change the logic to fail them, so that only shawthingz (containing alphabetic chars) would be accepted, as the input eventually ends up being uploaded to a database (& various characters in some of the fields have been causing some problems).
Does anyone out there have any ideas on how to do this using cell validation?
Thanks for any help / guidance
shawthingz