Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
Data Validation "List" - Setting length of list shown | Excel Discussion (Misc queries) | |||
Setting the Validation Criteria on the fly | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
Setting up a validation of data listbox to provide the unique items within a range | Excel Worksheet Functions |