Well, I am close to what I want. Thanks for the help.
I created a named range for my validation, A1:A7, (called MyValidate) that
looks like this:
Blocked
In Progress
Listed
N/A
Not Started
Submitted
=CheckInteger()
The CheckInteger function simply check to see if the number in the current
active cell
is a whole number.
I set validation for a cell, choose the type of list, and set the source to
be "=MyValidate"
This almost works.
However, it appears that CheckInteger is not being called when the
validation is occuring.
What happens is that CheckInteger is evaluated when I enter the formula, and
a 0 appears there.
The 0 appears in my dropdown (with all my other options) when I edit the
cell, and if I enter a 0
it works. But if I enter any other number, it fails.
Can I somehow force validation to "run" this formula each time validation
occurs? Or can
I get this to happen some other way?
Thanks,
-- Greg