#1   Report Post  
Dave
 
Posts: n/a
Default Filtering

I have a spreadsheet which has filters at the top.

In column A there are lists of activities. Sometimes there are multiple
assigned to an activity. To explain it simply, for example:

Col A Col F (Person assigned)
Activity 1 Rich
Activity 2 Dan, Rich
Activity 3 Rich, Dan

I want to be able to sort and list all activities that Rich is involved in
but the filter can only do all Dan, Rich and then all Rich somewhere else etc.

Can I do this using filters and can you also suggest a worksheet function to
do this e.g. using the match funtion?

Thanks!

David


  #2   Report Post  
Fred
 
Posts: n/a
Default

Dave,

Filter works on the full contents of the cell.

One solution:
Set up columns for individual names then in each column enter
=IF(NOT(ISERROR(FIND("Rich",F2))),"Y","")
changing the name to match the column name.
If the name appears anywhere in cell F2, the formula will return 'Y'
otherwise NULL.
Copy down each column - Job done.

HTH

"Dave" wrote:

I have a spreadsheet which has filters at the top.

In column A there are lists of activities. Sometimes there are multiple
assigned to an activity. To explain it simply, for example:

Col A Col F (Person assigned)
Activity 1 Rich
Activity 2 Dan, Rich
Activity 3 Rich, Dan

I want to be able to sort and list all activities that Rich is involved in
but the filter can only do all Dan, Rich and then all Rich somewhere else etc.

Can I do this using filters and can you also suggest a worksheet function to
do this e.g. using the match funtion?

Thanks!

David


  #3   Report Post  
bigwheel
 
Posts: n/a
Default

Couldn't you use the custom filter and show rows where col F "contains" Rich?

"Dave" wrote:

I have a spreadsheet which has filters at the top.

In column A there are lists of activities. Sometimes there are multiple
assigned to an activity. To explain it simply, for example:

Col A Col F (Person assigned)
Activity 1 Rich
Activity 2 Dan, Rich
Activity 3 Rich, Dan

I want to be able to sort and list all activities that Rich is involved in
but the filter can only do all Dan, Rich and then all Rich somewhere else etc.

Can I do this using filters and can you also suggest a worksheet function to
do this e.g. using the match funtion?

Thanks!

David


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
Excel Filtering doesn't work with large files Andy Excel Discussion (Misc queries) 6 March 29th 05 07:57 PM
Filtering a protected WS in a shared workbook - Excel 2000 Phuong Nguyen Excel Discussion (Misc queries) 3 February 18th 05 10:28 PM
avanced filtering for latest date Joop Excel Discussion (Misc queries) 2 February 15th 05 07:31 AM
Filtering Simon Ryan Excel Discussion (Misc queries) 2 December 7th 04 02:13 PM
Using Filtering KellyB Excel Discussion (Misc queries) 2 December 6th 04 09:27 PM


All times are GMT +1. The time now is 02:28 PM.

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"