Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Setting Data Validation

Can anyone tell me how, if possible, can I set up a data validation, such the
entry must star with a capital E and be followed by 3 numeric digits?

Thanks
Bill
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Setting Data Validation

I'm sure it can be done more elegantly but with A1 selected select Custom
from the Data Validation Allow drop down and paste this in:

=EXACT(LEFT(A1,1),"E")*(LEN(A1)=4)*NOT(ISERROR(RIG HT(A1,3)*2))

--
Jim
"Techtrainer" wrote in message
...
| Can anyone tell me how, if possible, can I set up a data validation, such
the
| entry must star with a capital E and be followed by 3 numeric digits?
|
| Thanks
| Bill


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Setting Data Validation

Thanks!! Worked great!!

"Jim Rech" wrote:

I'm sure it can be done more elegantly but with A1 selected select Custom
from the Data Validation Allow drop down and paste this in:

=EXACT(LEFT(A1,1),"E")*(LEN(A1)=4)*NOT(ISERROR(RIG HT(A1,3)*2))

--
Jim
"Techtrainer" wrote in message
...
| Can anyone tell me how, if possible, can I set up a data validation, such
the
| entry must star with a capital E and be followed by 3 numeric digits?
|
| Thanks
| Bill



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
Validation Data using Validation Table cell range..... Dermot Excel Discussion (Misc queries) 16 January 5th 10 09:35 PM
Data Validation "List" - Setting length of list shown Dave Excel Discussion (Misc queries) 3 January 31st 08 06:51 PM
Setting the Validation Criteria on the fly PDABACC Excel Discussion (Misc queries) 1 November 10th 07 02:53 PM
data validation invalid in dynamic validation list ilia Excel Discussion (Misc queries) 0 November 7th 06 12:54 PM
Setting up a validation of data listbox to provide the unique items within a range [email protected] Excel Worksheet Functions 8 July 30th 06 09:00 AM


All times are GMT +1. The time now is 06:31 PM.

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

About Us

"It's about Microsoft Excel"