September 17, 200718 yr What calculation in a textfield can help avoid user entering duplicate values if the textfield contains a return separated list. Are there any functions that can remove duplicate lines from a return separated list?
September 17, 200718 yr It looks like these two custom functions should do it: BubbleSort followed by DeDupe.
Create an account or sign in to comment