Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default Creating Spreadsheet that pull Names that have a pop. of 10+

Hi all,

I have a spreadsheet that I need to set up but I can't figure out if what I
want to do is possible...

The spreadsheet tracks clients that have 10+ deals outstanding with us and
tracks which person covers the client, how many trades there are, etc.

I was wondering if there is automated way/formula to pull ONLY the clients
with ten or more trades out of a list of thousands of clients.

For example, say I have 280 different clients in my data pool, but only 15
of them have more than 10 lines. How can I write a formula to "search" the
big pool and only pull out the stats for the clients with 10 or more?

Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Creating Spreadsheet that pull Names that have a pop. of 10+

hi
you might try the built in filter.
on the menu bar..
datafilter
once auto filter is set, you can select the 'top ten'.
also there is the advanced filter where you can set value greater than 10.
play with it and see if it will work for you. if not post back.

Rergards
FSt1

"Jonathan" wrote:

Hi all,

I have a spreadsheet that I need to set up but I can't figure out if what I
want to do is possible...

The spreadsheet tracks clients that have 10+ deals outstanding with us and
tracks which person covers the client, how many trades there are, etc.

I was wondering if there is automated way/formula to pull ONLY the clients
with ten or more trades out of a list of thousands of clients.

For example, say I have 280 different clients in my data pool, but only 15
of them have more than 10 lines. How can I write a formula to "search" the
big pool and only pull out the stats for the clients with 10 or more?

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default Creating Spreadsheet that pull Names that have a pop. of 10+

Hi there,

This would be a good start, but it's not what I'm looking for--I want
something that all I have to do is plug in the new day's data, and it'll
automatically update the entire sheet without filtering. I don't know if
this is possible because the number of clients will change on a day to day
basis depending on how many outstanding items we have with them. It could be
that one day, there are 15 clients, and the next there are 20 more, only 5 of
which were from the day before.

"FSt1" wrote:

hi
you might try the built in filter.
on the menu bar..
datafilter
once auto filter is set, you can select the 'top ten'.
also there is the advanced filter where you can set value greater than 10.
play with it and see if it will work for you. if not post back.

Rergards
FSt1

"Jonathan" wrote:

Hi all,

I have a spreadsheet that I need to set up but I can't figure out if what I
want to do is possible...

The spreadsheet tracks clients that have 10+ deals outstanding with us and
tracks which person covers the client, how many trades there are, etc.

I was wondering if there is automated way/formula to pull ONLY the clients
with ten or more trades out of a list of thousands of clients.

For example, say I have 280 different clients in my data pool, but only 15
of them have more than 10 lines. How can I write a formula to "search" the
big pool and only pull out the stats for the clients with 10 or more?

Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Jim is offline
external usenet poster
 
Posts: 615
Default Creating Spreadsheet that pull Names that have a pop. of 10+

Jonathan,

Here's how I'd do it.

1. Create a dynamic range name for the names field.
2. Write an advanced filter to extract the unique names like this:
Range("Names").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range _
("NamesCrit"), CopyToRange:=Range("NamesOut"), Unique:=True
3. Use countif next to the extracted list of unique names
4. Create a dynamic range name for the unique names and counts
5. Write an advanced filter to extract the unique names with countif 10.

I did it with trial data in just a few minutes.

Jim

"Jonathan" wrote:

Hi all,

I have a spreadsheet that I need to set up but I can't figure out if what I
want to do is possible...

The spreadsheet tracks clients that have 10+ deals outstanding with us and
tracks which person covers the client, how many trades there are, etc.

I was wondering if there is automated way/formula to pull ONLY the clients
with ten or more trades out of a list of thousands of clients.

For example, say I have 280 different clients in my data pool, but only 15
of them have more than 10 lines. How can I write a formula to "search" the
big pool and only pull out the stats for the clients with 10 or more?

Thanks in advance.

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
formula to pull names out of list Kim Shelton at PDC Excel Discussion (Misc queries) 3 January 23rd 08 05:30 AM
Creating Pull Down Lists in Excel cells. John Rovenolt Excel Discussion (Misc queries) 2 July 20th 05 02:12 PM
creating spreadsheet with colunms for names adresses & zipcodes neilabu Excel Discussion (Misc queries) 4 March 4th 05 12:53 AM
How to pull names and fields Brian S. Excel Discussion (Misc queries) 1 February 15th 05 01:41 AM
Pull unique names for drop down list [email protected] Excel Discussion (Misc queries) 3 February 1st 05 10:23 PM


All times are GMT +1. The time now is 08: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"