Hi all
How can I get a unique list of names on to a sheet that is based on data available from another sheet in the same workbook where the names may be repeated multiple times. I've tried to use the formula below which I obtained from another site but I can't make it work. I have substituted 'List_with_duplicates' with a name range and entered it as an array formula but I can't make it work. Any help appreciated. I'm using Excel 2010.
{=IFERROR(INDEX(List_with_duplicates,SMALL(IF(FREQUENCY(MATCH(List_with_duplicates,List_with_duplicates,0),MATCH(List_with_duplicates,List_with_duplicates,0))>0,ROW(INDIRECT("1:"&ROWS(List_with_duplicates)))),ROWS($1:1))),"")}
Many thanks
John
Bookmarks