Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Identify top 20 clients/coditional formatting

I have a spread sheet that has 1,500 rows and 27 colums. Starting at 9P are
client names and I am trying to indentify specific clients by name only, no
formulas or sums. How can I identify the 20 clients by name?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 44
Default Identify top 20 clients/coditional formatting

On Sep 4, 6:04 pm, relo rob <relo
wrote:
I have a spread sheet that has 1,500 rows and 27 colums. Starting at 9P are
client names and I am trying to indentify specific clients by name only, no
formulas or sums. How can I identify the 20 clients by name?


Use advance filtering. Make sure you have a row with the titles that
matches your spreadsheet. The row should be on the top. Enter the 20
clients names using the OR operand. Filter in place. Copy the
results to another worksheet.

Steve G

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Identify top 20 clients/coditional formatting

Sorry but I am confused. The "clients" are in colum P and the 20 that I am am
trying to find may or may not be in the 1500 rows in colum p. Will that still
work?
"Steve G" wrote:

On Sep 4, 6:04 pm, relo rob <relo
wrote:
I have a spread sheet that has 1,500 rows and 27 colums. Starting at 9P are
client names and I am trying to indentify specific clients by name only, no
formulas or sums. How can I identify the 20 clients by name?


Use advance filtering. Make sure you have a row with the titles that
matches your spreadsheet. The row should be on the top. Enter the 20
clients names using the OR operand. Filter in place. Copy the
results to another worksheet.

Steve G


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Identify top 20 clients/coditional formatting

Here's a way to conditionally format it ..

Assume your list of 20 client names are in Sheet2's A1:A20

First, define a named range: SpecialClients
to refer to this list

In Sheet2,
Select A1:A20, then click inside the namebox*, key-in: SpecialClients, press
ENTER
*the box with the dropdown just to left of the formula bar

In Sheet1,
Assume source data in cols A to AA, from row 9 down,
with client names running in P9 down

Select all the 1500 rows from row 9 down
(select the row headers)

Click Format Conditional Formatting,
Under Condition 1, Formula is:
=ISNUMBER(MATCH($P9,SpecialClients,0))
Click Format Patterns Light Brown? OK
Click OK

The above will format entire rows where the client names in col P matches
those within SpecialClients
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"relo rob" wrote:
Sorry but I am confused. The "clients" are in colum P and the 20 that I am am
trying to find may or may not be in the 1500 rows in colum p. Will that still
work?


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Identify top 20 clients/coditional formatting

Thanks a bunch. This works like a charm. Now to take this one step further
can I add to the formula or how do I filter out to see only the ones
identified?

"Max" wrote:

Here's a way to conditionally format it ..

Assume your list of 20 client names are in Sheet2's A1:A20

First, define a named range: SpecialClients
to refer to this list

In Sheet2,
Select A1:A20, then click inside the namebox*, key-in: SpecialClients, press
ENTER
*the box with the dropdown just to left of the formula bar

In Sheet1,
Assume source data in cols A to AA, from row 9 down,
with client names running in P9 down

Select all the 1500 rows from row 9 down
(select the row headers)

Click Format Conditional Formatting,
Under Condition 1, Formula is:
=ISNUMBER(MATCH($P9,SpecialClients,0))
Click Format Patterns Light Brown? OK
Click OK

The above will format entire rows where the client names in col P matches
those within SpecialClients
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"relo rob" wrote:
Sorry but I am confused. The "clients" are in colum P and the 20 that I am am
trying to find may or may not be in the 1500 rows in colum p. Will that still
work?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Identify top 20 clients/coditional formatting

In Sheet1,
Just put the same formula into an adjacent empty col, say in AB9:
=ISNUMBER(MATCH($P9,SpecialClients,0))
Copy down. Then autofilter on col AB, select: TRUE
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"relo rob" wrote:
Thanks a bunch. This works like a charm. Now to take this one step further
can I add to the formula or how do I filter out to see only the ones
identified?


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
Coditional Formatting? Nena Excel Discussion (Misc queries) 1 August 22nd 07 07:28 PM
Formula to identify character formatting (bold, italic, etc) alphaorionis Excel Worksheet Functions 3 July 1st 07 11:19 PM
14 Clients Michell Major Excel Discussion (Misc queries) 4 October 18th 06 12:28 PM
Why is coditional formatting not accessable? dgams Excel Worksheet Functions 3 April 23rd 05 05:32 PM
coditional formatting John Knoke Excel Worksheet Functions 5 April 17th 05 08:21 PM


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