Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I use a data validation to limit input, but other data can also be typed in the cell, what can I do to not allow user to input other data? Clara -- thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are you using a named list on a worksheet?
Make sure that Data|Validation|Settings tab|Ignore blank is not checked. If you included blanks at the end of the list to make it easier to update, maybe using a dynamic range would be better. See Debra Dalgleish's site for more information: http://contextures.com/xlNames01.html#Dynamic clara wrote: Hi all, I use a data validation to limit input, but other data can also be typed in the cell, what can I do to not allow user to input other data? Clara -- thank you so much for your help -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I have a named list called Fruits and have four itmes: blank line, apple, orange,grape. I do a datavalidation on a cell let's call A1 with this named list. But other data can also typed in A1 that is not what I want it. Clara -- thank you so much for your help "Dave Peterson" wrote: Are you using a named list on a worksheet? Make sure that Data|Validation|Settings tab|Ignore blank is not checked. If you included blanks at the end of the list to make it easier to update, maybe using a dynamic range would be better. See Debra Dalgleish's site for more information: http://contextures.com/xlNames01.html#Dynamic clara wrote: Hi all, I use a data validation to limit input, but other data can also be typed in the cell, what can I do to not allow user to input other data? Clara -- thank you so much for your help -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why do you have the blank line in that range named Fruits? Can't you just name
the range with the 3 non-blank items? Or make sure that option is unchecked. clara wrote: Hi there, I have a named list called Fruits and have four itmes: blank line, apple, orange,grape. I do a datavalidation on a cell let's call A1 with this named list. But other data can also typed in A1 that is not what I want it. Clara -- thank you so much for your help "Dave Peterson" wrote: Are you using a named list on a worksheet? Make sure that Data|Validation|Settings tab|Ignore blank is not checked. If you included blanks at the end of the list to make it easier to update, maybe using a dynamic range would be better. See Debra Dalgleish's site for more information: http://contextures.com/xlNames01.html#Dynamic clara wrote: Hi all, I use a data validation to limit input, but other data can also be typed in the cell, what can I do to not allow user to input other data? Clara -- thank you so much for your help -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy worksheet multiple times base on user's input | Excel Worksheet Functions | |||
Data validation list limit? | Excel Worksheet Functions | |||
How to set user's input in textbox to be numerical? | Excel Programming | |||
hyperlink based on user's input | Excel Programming | |||
hyperlink based on user's input | Excel Worksheet Functions |