I have a spreadsheet that I am creating. This is an example:
A1(cell)
xyz
abc
def
def
xyz
abc
wer
xyz
wer
I would like to make a column that has each part listed once. Example
xyz
abc
def
wer
thanks in advance
I have a spreadsheet that I am creating. This is an example:
A1(cell)
xyz
abc
def
def
xyz
abc
wer
xyz
wer
I would like to make a column that has each part listed once. Example
xyz
abc
def
wer
thanks in advance
Hi,
This link should help
http://www.contextures.com/xladvfilter01.html#FilterUR
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
I, is another way to do that?
it dont work for me because i need to fill again the colun A1, and the sort dont work after that, i have to do the sort again.
thanks
Hi,
Try ths formula. It's an array so enter with Ctrl + Shift + Enter
=IF(ISERROR(INDEX($A$1:$A$10,SMALL(IF(ROW($A$1:$A$10)=MATCH($A$1:$A$10,$A$1:$A$10,0),ROW($A$1:$A$10)),ROW()))),"",(INDEX($A$1:$A$10,SMALL(IF(ROW($A$1:$A$10)=MATCH($A$1:$A$10,$A$1:$A$10,0),ROW($A$1:$A$10)),ROW()))))
VBA Noob
Hi,
i try , but the result is a blank cell.
Am I doing something wrong?
Try this.
Range in formula needs to be the same as range with values
VBA Noob
HiOriginally Posted by se7en7a
look the file attached here for answer to your problem.
starguy
Tahir Aziz
PAKISTAN
https://www.facebook.com/businessexcel
__________________
Forum Rules (read before you post)
Links to the world of Excel
Thanks a lot, it's working now.
No problem
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks