Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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,



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default 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,



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default 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,






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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,






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 - input message yshridhar Excel Discussion (Misc queries) 0 January 28th 08 05:22 AM
Data Validation Input Message Klee Excel Discussion (Misc queries) 12 May 6th 07 01:24 PM
Data Validation-Input Mask Smitty52 Excel Discussion (Misc queries) 5 August 29th 06 03:12 AM
Data Validation Input Message Sandy Excel Worksheet Functions 1 March 8th 06 03:19 PM
DataValidationInput message irresistible007 Excel Worksheet Functions 1 December 3rd 05 01:06 PM


All times are GMT +1. The time now is 03:45 AM.

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"