I need to enter either the letters "nd" in a cell, or a numeric range of less that 5.0. Can this be done with validation? If not "nd" or <5, then I would like spreadsheet to pop up the "stop" box.
Please help!!!
Thanks!!!
I need to enter either the letters "nd" in a cell, or a numeric range of less that 5.0. Can this be done with validation? If not "nd" or <5, then I would like spreadsheet to pop up the "stop" box.
Please help!!!
Thanks!!!
If you only want "nd" or the integers between 1 and 4, inclusive:
Data>Validation
Allow: List
Source: nd,1,2,3,4
Alternatively, If you only want "nd" or any numeric value less that 5, try this:
Data>Validation
Allow: Custom
Formula: =or(A1="nd",A1<5)
Does that help?
Regards,
Ron
One way ..
Assume inputs would be made in col A, A1 down
Select col A
Click Data > Validation
Select Custom under "Allow"
Put as the "Formula:"
=OR(A1<5,A1="nd")
Click OK
Test it out ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"tsammons" <tsammons.21g3ty_1136941201.6748@excelforum-nospam.com> wrote in
message news:tsammons.21g3ty_1136941201.6748@excelforum-nospam.com...
>
> I need to enter either the letters "nd" in a cell, or a numeric range of
> less that 5.0. Can this be done with validation? If not "nd" or <5,
> then I would like spreadsheet to pop up the "stop" box.
>
> Please help!!!
>
> Thanks!!!
>
>
> --
> tsammons
> ------------------------------------------------------------------------
> tsammons's Profile:
http://www.excelforum.com/member.php...o&userid=30335
> View this thread: http://www.excelforum.com/showthread...hreadid=499996
>
Thank you soooo much . . . this worked.
You're welcome (from us) !
Believe Ron arrived fractionally ahead (1 min? <g>),
and provided a more comprehensive response with 2 options
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"tsammons" <tsammons.21g5ga_1136943301.6572@excelforum-nospam.com> wrote in
message news:tsammons.21g5ga_1136943301.6572@excelforum-nospam.com...
>
> Thank you soooo much . . . this worked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks