zhongmengkai
New Member
- Joined
- May 24, 2010
- Messages
- 6
I am trying to find a way to create a validation list where the source is linked to a list that has duplicates. All of the duplicates are bundled together and I do not want to remove the duplicates from the source. I just want to remove them from the drop down list.
Source:$A$1:$A$10
List: $C$1:$C$10
___|______A______|__B__|______C______|
_1_|____ Home____|_____|____ Time ____|
_2_|____ Home____|_____|____ Home____|
_3_|____ Home____|_____|____ Camp____|
_4_|____ Home____|_____|____ Camp____|
_5_|____ Camp____|_____|____ Time ____|
_6_|____ Camp____|_____|____ Home____|<______
_7_|____ Camp____|_____|___ _ _ _ _ ___| | Home |
_8_|____ Time ____|_____|___ _ _ _ _ ___| | Camp |
_9_|____ Time ____|_____|___ _ _ _ _ ___| |_Time_|
10_|____ Time ____|_____|___ _ _ _ _ ___|
I am fine with using macros of creating functions or preferably there is already a function to do this that I don't know about.
Source:$A$1:$A$10
List: $C$1:$C$10
___|______A______|__B__|______C______|
_1_|____ Home____|_____|____ Time ____|
_2_|____ Home____|_____|____ Home____|
_3_|____ Home____|_____|____ Camp____|
_4_|____ Home____|_____|____ Camp____|
_5_|____ Camp____|_____|____ Time ____|
_6_|____ Camp____|_____|____ Home____|<______
_7_|____ Camp____|_____|___ _ _ _ _ ___| | Home |
_8_|____ Time ____|_____|___ _ _ _ _ ___| | Camp |
_9_|____ Time ____|_____|___ _ _ _ _ ___| |_Time_|
10_|____ Time ____|_____|___ _ _ _ _ ___|
I am fine with using macros of creating functions or preferably there is already a function to do this that I don't know about.