Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can anyone help me with this Validation set-up?:
On example cell "E5": Can Only equal numbers 0. OR The letters: N, n, C, c. For some reason the Validation set-up will only let me validate Numbers alone, or Letters alone-is their anyway (any formula?) I can use to have both criteria in place? Thank you for the help. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Custom
and formula is: =or(e5="n",e5="c",and(isnumber(e5),e50)) Antonio wrote: Can anyone help me with this Validation set-up?: On example cell "E5": Can Only equal numbers 0. OR The letters: N, n, C, c. For some reason the Validation set-up will only let me validate Numbers alone, or Letters alone-is their anyway (any formula?) I can use to have both criteria in place? Thank you for the help. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you so much Dave!
"Dave Peterson" wrote: Custom and formula is: =or(e5="n",e5="c",and(isnumber(e5),e50)) Antonio wrote: Can anyone help me with this Validation set-up?: On example cell "E5": Can Only equal numbers 0. OR The letters: N, n, C, c. For some reason the Validation set-up will only let me validate Numbers alone, or Letters alone-is their anyway (any formula?) I can use to have both criteria in place? Thank you for the help. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you restrict a cell to accepting only "Y" or "N" ? | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |