mscholtz Posted February 23, 2007 Posted February 23, 2007 Is there a good way to combine two lists (in the sense of the List function, i.e. a CR-delimited list of text values) and also de-dup them? Order doesn't matter. So if I started with: blue red yellow and green blue red I'd want to end up with blue red yellow green I can combine the two with the List function, but that doesn't remove the duplicates. And no, it wouldn't be super easy to put these into a ValueList, I know that would de-dup. I'm guessing the answer is a custom function. Anyone got one like this? Thanks!
mr_vodka Posted February 23, 2007 Posted February 23, 2007 Since you have advanced, maybe this Custom Function can help.
mscholtz Posted February 25, 2007 Author Posted February 25, 2007 Thanks, Vodka! That's basically what I was looking for. I thought about writing a function myself, but I guessed this was something someone else had already done. Thanks again!
Recommended Posts
This topic is 6542 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now