Frisbee Dog
New Member
- Joined
- Aug 12, 2009
- Messages
- 1
I have a data list where a user can select a value. This list is linked to a separate file which is changed often.
I am using a drop down list box via data validation. Currently, the code I have below works great, as it ignores values that are blank. But, sometimes duplicate entries appear. I would like one of the duplicate to show, but the other to be ignored. I can't figure out how to do this. Please help. Thanks.
I am using a drop down list box via data validation. Currently, the code I have below works great, as it ignores values that are blank. But, sometimes duplicate entries appear. I would like one of the duplicate to show, but the other to be ignored. I can't figure out how to do this. Please help. Thanks.
Code:
=OFFSET(C331,0,0,COUNTIF($C$331:$C$525,">"""),1)