PC Review


Reply
Thread Tools Rate Thread

Create a worksheet based on filtering of another?

 
 
Elaine
Guest
Posts: n/a
 
      21st Nov 2008
I have a worksheet with a list of tasks and 20 columns of details related to
each task.

One Column lists the person the task was assigned to.

I am trying to create a worksheet for each person that is assigned tasks
(thus, the tasks that show up when filtered for their name). I would expect
that worksheet to update automatically when the task list is updated. It also
doesn't not need the full 20 columns from the original task list.

Is this possible?
 
Reply With Quote
 
 
 
 
galimi
Guest
Posts: n/a
 
      21st Nov 2008
Elaine,

This is possible & would require a little bit of VBA.
--
http://HelpExcel.com
(E-Mail Removed)



"Elaine" wrote:

> I have a worksheet with a list of tasks and 20 columns of details related to
> each task.
>
> One Column lists the person the task was assigned to.
>
> I am trying to create a worksheet for each person that is assigned tasks
> (thus, the tasks that show up when filtered for their name). I would expect
> that worksheet to update automatically when the task list is updated. It also
> doesn't not need the full 20 columns from the original task list.
>
> Is this possible?

 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      21st Nov 2008
Hi,

You can do this with a formula, since I don't know anything about your data,
here is an example

=IF(ROW(A1)>ROWS($A$1:$A$13),"",IF(LARGE(ROW(Sheet1!$A$2:$A$13)*(Sheet1!$A$2:$A$13="Shane"),ROW(A1))=0,"",INDEX(Sheet1!$A$1:$D$13,LARGE(ROW(Sheet1!$A$2:$A$13)*(Sheet1!$A$2:$A$13="Shane"),ROW(A1)),COLUMN())))

In this case Sheet1 contains the original data with the names in A2:A13. In
this case I have also assumed that the above formula is going into cell A1 on
another sheet. The formula can be copied down as far as you want and over to
the right as far as necessary. You should adjust the row 13 references to
extend down as far as you need - how far your data on sheet1 will go.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

"Elaine" wrote:

> I have a worksheet with a list of tasks and 20 columns of details related to
> each task.
>
> One Column lists the person the task was assigned to.
>
> I am trying to create a worksheet for each person that is assigned tasks
> (thus, the tasks that show up when filtered for their name). I would expect
> that worksheet to update automatically when the task list is updated. It also
> doesn't not need the full 20 columns from the original task list.
>
> Is this possible?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a new worksheet based on and input box Mustang Microsoft Excel Programming 3 28th Apr 2009 02:55 PM
Auto create a schedule based on a worksheet. =?Utf-8?B?ZnlyZWZveA==?= Microsoft Excel Misc 0 14th Sep 2007 12:24 PM
Create a master worksheet based on 2 different worksheets =?Utf-8?B?S3Jpc3RpbmE=?= Microsoft Excel Worksheet Functions 0 23rd Aug 2005 06:41 PM
Re: Filtering data from one worksheet based on another Dave Peterson Microsoft Excel Misc 1 15th Apr 2005 06:52 PM
create new worksheet based on new month Mike.M Microsoft Excel Worksheet Functions 0 7th Oct 2003 12:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:39 AM.