Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Multiple selection criteria

I have a worksheet with employee name, whether they are certified and their
function in separate columns. I want to use a formula to select only those
employees who are certified and perform the audit function and put the
results in a separate column. Is there a simple way to perform this
operation? I seem to remember seeing an article relative to this but can't
put my hands on it now.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default Multiple selection criteria

What about trying Filter Auto FIlter

"Bigkahuna" wrote:

I have a worksheet with employee name, whether they are certified and their
function in separate columns. I want to use a formula to select only those
employees who are certified and perform the audit function and put the
results in a separate column. Is there a simple way to perform this
operation? I seem to remember seeing an article relative to this but can't
put my hands on it now.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Multiple selection criteria

No I want to have a column with the names of those who meet multiple
criteria. I actually need several columns with employees who meet difference
sets of criteria so auto filter won't provide what I need.

"Pimamedic" wrote:

What about trying Filter Auto FIlter

"Bigkahuna" wrote:

I have a worksheet with employee name, whether they are certified and their
function in separate columns. I want to use a formula to select only those
employees who are certified and perform the audit function and put the
results in a separate column. Is there a simple way to perform this
operation? I seem to remember seeing an article relative to this but can't
put my hands on it now.
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Multiple selection criteria

Try this array formula**. Note that this is slow to claculate if you have
1000's of rows of data.

Named ranges:

Name, refers to A2:A100
Status, refers to B2:B100

Enter a formula i a cell that returns the count of records that meet the
criteria.

E1: =COUNTIF(Status,"certified")

Extract the names where the status is certified.

Array entered** in E2:

=IF(ROWS(E$2:E2)<=E$1,INDEX(Name,SMALL(IF(Status=" certified",ROW(Name)),ROWS(E$2:E2))-MIN(ROW(Name))+1),"")

Copy down until you get blanks.

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"Bigkahuna" wrote in message
...
No I want to have a column with the names of those who meet multiple
criteria. I actually need several columns with employees who meet
difference
sets of criteria so auto filter won't provide what I need.

"Pimamedic" wrote:

What about trying Filter Auto FIlter

"Bigkahuna" wrote:

I have a worksheet with employee name, whether they are certified and
their
function in separate columns. I want to use a formula to select only
those
employees who are certified and perform the audit function and put the
results in a separate column. Is there a simple way to perform this
operation? I seem to remember seeing an article relative to this but
can't
put my hands on it now.
Thanks



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
Array with multiple selection criteria Robert Robinson Excel Worksheet Functions 9 March 31st 09 01:17 AM
Ramdom selection with criteria starky Excel Discussion (Misc queries) 2 April 16th 08 08:01 PM
match multiple criteria ina range from multiple criteria multiplet RG Excel Worksheet Functions 8 September 28th 07 04:21 AM
Alternative criteria selection greatday Excel Discussion (Misc queries) 0 April 4th 06 08:16 PM
Wildcard Selection Criteria Graham Haughs Excel Discussion (Misc queries) 3 January 14th 05 08:19 AM


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

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

About Us

"It's about Microsoft Excel"