I have a range of names "AQ3:AT37". Their are duplicate names in the range and while their are no gaps in each column list, each column is not a full 35 names long, they all vary around 20 some names each. Starting at "AU3" I want to produce a single column list with no duplicates.
Thanks.
Jim O
Last edited by JO505; 01-09-2012 at 08:29 PM.
Arrayformula; Ctrl+Shift+Enter, not only Enter.
=if(iserror(indirect(text(min(if(isnumber($aq$3:$at$37)-isblank($aq$3:$at$37)+countif($au$2:$au2,$aq$3:$at$37),"^^",row($3:$37)*1000+column(aq$1:at$1))),"r0c???"),)),"",indirect(text(min(if(isnumber($aq$3:$at$37)-isblank($aq$3:$at$37)+countif($au$2:$au2,$aq$3:$at$37),"^^",row($3:$37)*1000+column(aq$1:at$1))),"r0c???"),))
Kind regards, Harry.
Harry,
Thank you very much for the response. That is what I was looking for.
JIm O
Jim,
For Excel 2007 or higher.
=IFERROR(INDIRECT(TEXT(MIN(IF(ISNUMBER($AQ$3:$AT$37)-ISBLANK($AQ$3:$AT$37)+COUNTIF($AU$2:$AU2,$AQ$3:$AT$37),"^^",ROW($3:$37)*1000+COLUMN(AQ$1:AT$1))),"R0C???"),FALSE),"")
Kind regards, Harry.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks