R
Ryan Poth
Someone asked me yesterday if I knew of an Excel function
that would take as it's argument a list of values and
return a list consisting of those values with duplicates
removed. So if I passed a range that looked like...
apple
banana
apple
pear
pear
....it would return...
apple
banana
pear
I have written a custom function for him in VBA, but it
started me thinking that Excel must have a function that
does this already, but I don't know of one. Does anybody
else?
that would take as it's argument a list of values and
return a list consisting of those values with duplicates
removed. So if I passed a range that looked like...
apple
banana
apple
pear
pear
....it would return...
apple
banana
pear
I have written a custom function for him in VBA, but it
started me thinking that Excel must have a function that
does this already, but I don't know of one. Does anybody
else?