Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Maltenrazer
 
Posts: n/a
Default letter Validation


Hello, there is a problem with the Validation.. :(

it will restrict me from entering numbers, but it allows me to enter
any letter first and then any number, symbol i wish to... please help,
i want to restrict it to entering only letters. and it should not allow
me to enter numbers and symbols in between letters.


thank you


--
Maltenrazer
------------------------------------------------------------------------
Maltenrazer's Profile: http://www.excelforum.com/member.php...o&userid=16130
View this thread: http://www.excelforum.com/showthread...hreadid=275829

  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

I'm afraid you'll need a bit of VBA for this - p.e. you create an UDF, which
returns true, when there are only charecres in cell entry the function is
referring to. Sorry, but I have to leave soon, so there isn't enough time
for me to take a try.


Arvi Laanemets


"Maltenrazer" wrote in message
...

Hello, there is a problem with the Validation.. :(

it will restrict me from entering numbers, but it allows me to enter
any letter first and then any number, symbol i wish to... please help,
i want to restrict it to entering only letters. and it should not allow
me to enter numbers and symbols in between letters.


thank you


--
Maltenrazer
------------------------------------------------------------------------
Maltenrazer's Profile:

http://www.excelforum.com/member.php...o&userid=16130
View this thread: http://www.excelforum.com/showthread...hreadid=275829



  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

I think this came from Harlan Grove:

=AND(MIN(CODE(MID(UPPER(A1),ROW(INDIRECT("1:"&LEN( A1))),1)))=65,
MAX(CODE(MID(UPPER(A1),ROW(INDIRECT("1:"&LEN(A1))) ,1)))<=90)



Maltenrazer wrote:

Hello, there is a problem with the Validation.. :(

it will restrict me from entering numbers, but it allows me to enter
any letter first and then any number, symbol i wish to... please help,
i want to restrict it to entering only letters. and it should not allow
me to enter numbers and symbols in between letters.

thank you

--
Maltenrazer
------------------------------------------------------------------------
Maltenrazer's Profile: http://www.excelforum.com/member.php...o&userid=16130
View this thread: http://www.excelforum.com/showthread...hreadid=275829


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM
letter Validation Maltenrazer Excel Worksheet Functions 0 November 6th 04 12:08 PM
letter Validation Maltenrazer Excel Worksheet Functions 1 November 6th 04 11:55 AM
letter Validation Maltenrazer Excel Worksheet Functions 1 November 6th 04 08:30 AM


All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"