Hello
I'm currently using Excel 2010.
I have some cells for data entry where I don't want the users entering non-capital letters or periods. The current data validation I have on these cells is:
How can I edit this to also include when there are periods? Or better yet, how can I do it so that the entries change to putting in upper case and removing periods when they tab out of the cell?
Thanks very much.
I'm currently using Excel 2010.
I have some cells for data entry where I don't want the users entering non-capital letters or periods. The current data validation I have on these cells is:
Code:
=EXACT(L63,UPPER(L63))
How can I edit this to also include when there are periods? Or better yet, how can I do it so that the entries change to putting in upper case and removing periods when they tab out of the cell?
Thanks very much.