LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Here's an approach I learned from Aladin Akyurek...

Assuming that Column A contains your data, starting at A2, try the
following...

B1: enter a 0 (zero)

B2, copied down:

=IF((A2<"")*(ISNA(MATCH(A2,$A$1:A1,0))),LOOKUP(9. 99999999999999E+307,$B$
1:B1)+1,"")

C1:

=LOOKUP(9.99999999999999E+307,B:B)

D2, copied down:

=IF(ROW()-ROW($D$2)+1<=$C$1,MATCH(ROW()-ROW($D$2)+1,$B:$B,0),"")

E2, copied down:

=IF(N($D2),INDEX(A:A,$D2),"")

Hope this helps!

In article ,
The Nephalim <The wrote:

I would like to create a list of unique entries existing in a range of text
and blank cells that is allways current (eg: using formulea rather than code
or filetering). Duplicate cells might not be adjacent, similarly the blanks
might not.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Counting Unique text entries in a sheet with a condition Mike Excel Worksheet Functions 5 October 4th 05 11:56 AM
advanced filter - can't match a long text cell simpsons_rule Excel Discussion (Misc queries) 7 May 14th 05 11:00 PM
How do I fix Text entries in Excel that get cut off? JLaw Excel Discussion (Misc queries) 2 March 26th 05 12:28 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Counting Repeated text or duplicates in a list Repeatdude Excel Discussion (Misc queries) 5 November 26th 04 07:10 PM


All times are GMT +1. The time now is 05:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"