R
Robert
Column U contains the years people were born. I have a
validation list that limits the user to choose a year
between 1582 and 2100.
I am -trying- to shorten that list for the death. (I am a
genealogist.) If a user selects year 1883 for Cell U10,
then how do I force Cell X10 to allow the user to choose
one of the following: 1883, 1884, 1885,... 1998.
Thus, the user would not have as many years to choose
from, and couldn't pick an "outlandish" death year.
I have tried using data validation in this manner:
Allow: Whole number
Data: between
Minimum: =U9
Maximum: = U9+115
But when I click on Cell X10, there isn't a list.
Obviously, I am doing something wrong, but I don't see my
mistake yet.
Thank you.
validation list that limits the user to choose a year
between 1582 and 2100.
I am -trying- to shorten that list for the death. (I am a
genealogist.) If a user selects year 1883 for Cell U10,
then how do I force Cell X10 to allow the user to choose
one of the following: 1883, 1884, 1885,... 1998.
Thus, the user would not have as many years to choose
from, and couldn't pick an "outlandish" death year.
I have tried using data validation in this manner:
Allow: Whole number
Data: between
Minimum: =U9
Maximum: = U9+115
But when I click on Cell X10, there isn't a list.
Obviously, I am doing something wrong, but I don't see my
mistake yet.
Thank you.