View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vsoler vsoler is offline
external usenet poster
 
Posts: 79
Default List of unique texts and numbers

On 18 mayo, 19:28, Teethless mama
wrote:
=IF(ISERR(SMALL(IF(FREQUENCY(MATCH($A$1:$A$4,$A$1: $A$4,0),MATCH($A$1:$A$4,$*A$1:$A$4,0))0,ROW(INDIR ECT("1:"&ROWS($A$1:$A$4)))),ROWS($1:1))),"",INDEX( $*A$1:$A$4,SMALL(IF(FREQUENCY(MATCH($A$1:$A$4,$A$1 :$A$4,0),MATCH($A$1:$A$4,$A*$1:$A$4,0))0,ROW(INDI RECT("1:"&ROWS($A$1:$A$4)))),ROWS($1:1))))

Adjust your range to suit
ctrl+shift+enter, not just enter
copy down as far as needed



"vsoler" wrote:
In A1:A1000 I have cells with text and blank cells. Texts are often
repeated.


I would like in B1:B1000 all texts appearing at the top, without any
duplicates, blanl at the bottom.


What formula should I use in B1:B1000 ?


Thank you


A B
1 ABC ABC
2 XYZ XYZ
3 GHT GHT
4 GHT
5


Is it possible that B1:B1000 appear already sorted?- Ocultar texto de la cita -


- Mostrar texto de la cita -


Teethless mama,

Your formula seems really interesting.
However, my range contains blank cells and I get #N/A as result.

Is there anyway to fix it?

Thanks in advance