L
luvnrocs
Hi -
I need a UDF that can sort a column of text and weed out duplicates.
If the weeding of duplicates is not possible I'll just take the sort
function. I can't use Excel's sort function because I need the sort to
happen dynamically when the user enters text in column A. Some cells
in column A could be blank.
Col A contains text strings like
GGG
BBB
<blank>
CCC
AAA
FFF
<blank>
BBB
GGG
<blank>
HHH
AAA
LLL
so with the proper UDF Column B would look like this
AAA
BBB
CCC
FFF
GGG
HHH
LLL
Any help would be greatly appreciated!
I need a UDF that can sort a column of text and weed out duplicates.
If the weeding of duplicates is not possible I'll just take the sort
function. I can't use Excel's sort function because I need the sort to
happen dynamically when the user enters text in column A. Some cells
in column A could be blank.
Col A contains text strings like
GGG
BBB
<blank>
CCC
AAA
FFF
<blank>
BBB
GGG
<blank>
HHH
AAA
LLL
so with the proper UDF Column B would look like this
AAA
BBB
CCC
FFF
GGG
HHH
LLL
Any help would be greatly appreciated!