ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Creating Spreadsheet that pull Names that have a pop. of 10+ (https://www.excelbanter.com/excel-worksheet-functions/175333-creating-spreadsheet-pull-names-have-pop-10-a.html)

Jonathan

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.


FSt1

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.


Jonathan

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.


Jim

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.



All times are GMT +1. The time now is 08:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com