electricpete
Electrical
- May 4, 2001
- 16,774
In previous thread someone told me a great way to provide a list of values:
Use data / validation / list and enter “=listname” where listname is a named range containing the candidate values.
Now I have a new question. I would like to choose from a list of values for 1, and then have the choices for values for column 2 dependent upon my selection already made in column 1.
For example,
if I choose data1 in column 1, my choices for column 2 would be data3,data4, data5.
if I choose data2 in column 1, my choices for column 2 would be data6,data7, data8
I could in theory accomplish the same thing by merging columns 1 and 2 and providing choices:
data1 data3
data1 data4
data1 data5
data2 data6
data2 data7
data2 data8
However I don’t like the fact that I will have an overwhelming number of choices. Would like to keep my list of values smaller so it is easier to choose from.
So it there anyway to provide the list of values data3,data4,data5 for column2 if column1 contains data1... and a different list of values data6,data7,data8 for column2 if column1 contains data2?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
Use data / validation / list and enter “=listname” where listname is a named range containing the candidate values.
Now I have a new question. I would like to choose from a list of values for 1, and then have the choices for values for column 2 dependent upon my selection already made in column 1.
For example,
if I choose data1 in column 1, my choices for column 2 would be data3,data4, data5.
if I choose data2 in column 1, my choices for column 2 would be data6,data7, data8
I could in theory accomplish the same thing by merging columns 1 and 2 and providing choices:
data1 data3
data1 data4
data1 data5
data2 data6
data2 data7
data2 data8
However I don’t like the fact that I will have an overwhelming number of choices. Would like to keep my list of values smaller so it is easier to choose from.
So it there anyway to provide the list of values data3,data4,data5 for column2 if column1 contains data1... and a different list of values data6,data7,data8 for column2 if column1 contains data2?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.