J
junx13
Hi,
I would like to implement a drop down selection list that take
the list items from a column in another worksheet in the sam
workbook.
What I have done is insert->name->define
a range which is the following:
=OFFSET('LO - Local Region'!$D$19,0,0,COUNTA('LO - Loca
Region'!$D:$D),1)
In the columns in which I want the list, I have use data validation fo
the whole column so that I have a drop down list of items to choos
from to input.
This works, but unfortunately, it does not provide me with UNIQU
items. that is, when I look at the drop down lists, there are as man
duplicates as there are in my range. I would like to make each ite
only appear once.
Any ideas
I would like to implement a drop down selection list that take
the list items from a column in another worksheet in the sam
workbook.
What I have done is insert->name->define
a range which is the following:
=OFFSET('LO - Local Region'!$D$19,0,0,COUNTA('LO - Loca
Region'!$D:$D),1)
In the columns in which I want the list, I have use data validation fo
the whole column so that I have a drop down list of items to choos
from to input.
This works, but unfortunately, it does not provide me with UNIQU
items. that is, when I look at the drop down lists, there are as man
duplicates as there are in my range. I would like to make each ite
only appear once.
Any ideas