I have a column that has duplicate information in its rows. The rows contain a list of 4 digit numbers in each cell.
An example of three of the cells is:
B1: 1970,1971,1972,1974
B2: 1970,1917,1972,1975
B3: 1970,1971,1927,1976
I want a function OR <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help;">vba</acronym> macro to go thru the column and find then list the duplicates (including permutations).
So output of this will be:
1970, 1971, 1917, 1972, 1927
Thanks for any help
An example of three of the cells is:
B1: 1970,1971,1972,1974
B2: 1970,1917,1972,1975
B3: 1970,1971,1927,1976
I want a function OR <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help;">vba</acronym> macro to go thru the column and find then list the duplicates (including permutations).
So output of this will be:
1970, 1971, 1917, 1972, 1927
Thanks for any help