ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Data Input Validation (https://www.excelbanter.com/excel-discussion-misc-queries/177684-data-input-validation.html)

Mark S[_2_]

Data Input Validation
 
I am trying to limit user input to a range of cells to one of 15 single
letters or blank only. I can get the data validation tool to limit to a
single text character, but i can not seem to get it to limit it to the 15
"approved" text letters. Can any one give me any ideas (Excel 2007) ? Many
Thanks,

Mark S

Data Input Validation
 
Meant to mention that I can't use a drop down list for various reasons!

Mark S

"Mark S" wrote:

I am trying to limit user input to a range of cells to one of 15 single
letters or blank only. I can get the data validation tool to limit to a
single text character, but i can not seem to get it to limit it to the 15
"approved" text letters. Can any one give me any ideas (Excel 2007) ? Many
Thanks,


T. Valko

Data Input Validation
 
You can still use the List option, just uncheck In-cell dropdown.

--
Biff
Microsoft Excel MVP


"Mark S" wrote in message
...
Meant to mention that I can't use a drop down list for various reasons!

Mark S

"Mark S" wrote:

I am trying to limit user input to a range of cells to one of 15 single
letters or blank only. I can get the data validation tool to limit to a
single text character, but i can not seem to get it to limit it to the 15
"approved" text letters. Can any one give me any ideas (Excel 2007) ?
Many
Thanks,




Tyro[_2_]

Data Input Validation
 
If input cell is A1 and your allowable characters are "abcxyz" and blank
then: =IF(LEN(A1)<=1,SEARCH(A1,"abcxyz")) which is case insensitive
If you want it to be case sensitive, use =IF(LEN(A1)<=1,FIND(A1,"abcxyz"))

Tyro

"Mark S" <Mark wrote in message
...
I am trying to limit user input to a range of cells to one of 15 single
letters or blank only. I can get the data validation tool to limit to a
single text character, but i can not seem to get it to limit it to the 15
"approved" text letters. Can any one give me any ideas (Excel 2007) ?
Many
Thanks,




Mark S

Data Input Validation
 
Brilliant! thanks

"T. Valko" wrote:

You can still use the List option, just uncheck In-cell dropdown.

--
Biff
Microsoft Excel MVP


"Mark S" wrote in message
...
Meant to mention that I can't use a drop down list for various reasons!

Mark S

"Mark S" wrote:

I am trying to limit user input to a range of cells to one of 15 single
letters or blank only. I can get the data validation tool to limit to a
single text character, but i can not seem to get it to limit it to the 15
"approved" text letters. Can any one give me any ideas (Excel 2007) ?
Many
Thanks,





T. Valko

Data Input Validation
 
You're welcome!

--
Biff
Microsoft Excel MVP


"Mark S" wrote in message
...
Brilliant! thanks

"T. Valko" wrote:

You can still use the List option, just uncheck In-cell dropdown.

--
Biff
Microsoft Excel MVP


"Mark S" wrote in message
...
Meant to mention that I can't use a drop down list for various reasons!

Mark S

"Mark S" wrote:

I am trying to limit user input to a range of cells to one of 15
single
letters or blank only. I can get the data validation tool to limit to
a
single text character, but i can not seem to get it to limit it to the
15
"approved" text letters. Can any one give me any ideas (Excel 2007) ?
Many
Thanks,








All times are GMT +1. The time now is 06:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com