Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Boris
 
Posts: n/a
Default To get customer list

Hi, i have trouble creating a customer list. here's the problem.

Customer
Alex
Bill
Cindy
Kelvin
Alex
Alvin
Bill
....

Imagine I have more than thousands entry, what formula should I use to
immediately obtain the list of customers i have?

Thanks,
Boris
  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Boris wrote:
Hi, i have trouble creating a customer list. here's the problem.

Customer
Alex
Bill
Cindy
Kelvin
Alex
Alvin
Bill
...

Imagine I have more than thousands entry, what formula should I use to
immediately obtain the list of customers i have?

Thanks,
Boris


One of:

[1] Run Advanced Filter on the Customer column with the Copy to another
location and Unique records only options checked.

[2] Invoke an efficient formula system...

Let A2:A8 house the sample you provided with the Customer label in A2.

In B1 enter a 0.

In B2 enter: Idx [ which is just a label ]

In B3 enter & copy down:

=IF((A3<"")*ISNA(MATCH(A3,$A$2:A2,0)),LOOKUP(9.99 999999999999E+307,$B$1:B2)+1,"")

In C1 enter:

=LOOKUP(9.99999999999999E+307,B3:B65536)

In C2 enter: D-Customer [ which is just a label, D stands for Distinct ]

In C3 enter & copy down:

=IF(ROW()-ROW(C$3)+1<=$C$1,LOOKUP(ROW()-ROW(C$3)+1,B:B,A:A),"")
Reply
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
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
I am looking for an excel template to manage our customer list. A. Vishal Excel Discussion (Misc queries) 1 March 24th 05 12:33 AM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM
Text manipulaion (summarizing customer records) Index function probably not good choice Paul Buob Excel Discussion (Misc queries) 1 February 1st 05 06:41 AM
Extracting Values on one list and not another B Schwarz Excel Discussion (Misc queries) 4 January 7th 05 01:48 PM


All times are GMT +1. The time now is 06:25 AM.

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"